Browse Source

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]



git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@639903 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 17 years ago
parent
commit
69819ee3c9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      fetch.xml

+ 3
- 3
fetch.xml View File

@@ -228,8 +228,8 @@ Set -Ddest=LOCATION on the command line
</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 @@ Set -Ddest=LOCATION on the command line
</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>

Loading…
Cancel
Save