summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
authorSteve Loughran <stevel@apache.org>2006-09-22 10:14:27 +0000
committerSteve Loughran <stevel@apache.org>2006-09-22 10:14:27 +0000
commit1f2d4bd6e9ad7c3d0f158e730278d392fa02eddb (patch)
treeba680ef752806c5772763259d8045bbb75eeda6a /fetch.xml
parentb4900217966a1c58b7d8b45c5f483f051a5bee6e (diff)
downloadant-1f2d4bd6e9ad7c3d0f158e730278d392fa02eddb.tar.gz
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
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.xml b/fetch.xml
index bc924f7a8..4de21edd3 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -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>