Browse Source

bsf 2.4.0 and rhino js 1.6R3 are available on the maven repository

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467242 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 18 years ago
parent
commit
25d5b25d49
2 changed files with 10 additions and 4 deletions
  1. +7
    -1
      fetch.xml
  2. +3
    -3
      lib/libraries.properties

+ 7
- 1
fetch.xml View File

@@ -213,9 +213,15 @@
<f2 project="jython" archive="jython"/>
</target>

<target name="rhino"
description="load rhino"
depends="bsf">
<f2 project="rhino" archive="js"/>
</target>

<target name="script"
description="load script languages"
depends="bsf,jruby,jython,beanshell"/>
depends="bsf,jruby,jython,beanshell,rhino"/>

<target name="debugging"
description="internal ant debugging"


+ 3
- 3
lib/libraries.properties View File

@@ -16,8 +16,7 @@ m2.sha1.checksum=4e7ddfdb91600e9b59bb965ff8eef2f06015df50
#when a specific dependency forces them to be out-of-order
antlr.version=2.7.2
bcel.version=5.1
#there is a version 2.4.0, which is what Ant is built against. It is just not yet in the repo
bsf.version=2.3.0
bsf.version=2.4.0
bsh.version=2.0b4
bsh-core.version=${bsh.version}
commons-net.version=1.4.0
@@ -29,7 +28,8 @@ junit.version=3.8.2
jsch.version=0.1.29
jython.version=2.1
log4j.version=1.2.13
#rhino.version=1.5.4R1
#js is the javascript implementation of the rhino project
js.version=1.6R3
oro.version=2.0.8
regexp.version=1.3
which.version=1.0


Loading…
Cancel
Save