Author: stevel
Date: Fri Sep 22 03:14:27 2006
New Revision: 448886

URL: http://svn.apache.org/viewvc?view=rev&rev=448886
Log:
when you ask for everything, you get everything, scripting included.

Modified:
    ant/core/trunk/fetch.xml

Modified: ant/core/trunk/fetch.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?view=diff&rev=448886&r1=448885&r2=448886
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Fri Sep 22 03:14:27 2006
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to