summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2006-10-24 05:05:10 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2006-10-24 05:05:10 +0000
commit25d5b25d499041ab6816bc0069c880ece86072cb (patch)
tree9be8bff37a04bd11b1188887ba219e54fdb0e952
parent92946530f4d1086d0905a1a8721a1619175bba21 (diff)
downloadant-25d5b25d499041ab6816bc0069c880ece86072cb.tar.gz
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
-rw-r--r--fetch.xml8
-rw-r--r--lib/libraries.properties6
2 files changed, 10 insertions, 4 deletions
diff --git a/fetch.xml b/fetch.xml
index f2cd488d9..f78fd44d6 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -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"
diff --git a/lib/libraries.properties b/lib/libraries.properties
index d6200be23..40b21d5fe 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -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