Browse Source

when you ask for everything, you get everything, scripting included.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448886 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 18 years ago
parent
commit
1f2d4bd6e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fetch.xml

+ 1
- 1
fetch.xml View File

@@ -212,6 +212,6 @@

<target name="all"
description="load all the libraries"
depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging" />
depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script" />

</project>

Loading…
Cancel
Save