Author: peterreilly
Date: Fri Mar 21 16:08:11 2008
New Revision: 639903
URL: http://svn.apache.org/viewvc?rev=639903&view=rev
Log:
Remove jython.jar from list of downloaded jars
jython2.1.jar contains an old copy of oro
[There does not seem to be a way in fetch.xml to
specify the exact version number of the downloaded jars]
Modified:
ant/core/trunk/fetch.xml
Modified: ant/core/trunk/fetch.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?rev=639903&r1=639902&r2=639903&view=diff
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Fri Mar 21 16:08:11 2008
@@ -228,8 +228,8 @@
</target>
<target name="script"
- description="load script languages"
- depends="bsf,jruby,jython,beanshell,rhino"/>
+ description="load script languages (except jython)"
+ depends="bsf,jruby,beanshell,rhino"/>
<target name="debugging"
description="internal ant debugging"
@@ -238,7 +238,7 @@
</target>
<target name="all"
- description="load all the libraries"
+ description="load all the libraries (except jython)"
depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script"
/>
</project>