Author: antoine
Date: Mon Oct 23 22:05:10 2006
New Revision: 467242
URL: http://svn.apache.org/viewvc?view=rev&rev=467242
Log:
bsf 2.4.0 and rhino js 1.6R3 are available on the maven repository
Modified:
ant/core/trunk/fetch.xml
ant/core/trunk/lib/libraries.properties
Modified: ant/core/trunk/fetch.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?view=diff&rev=467242&r1=467241&r2=467242
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Mon Oct 23 22:05:10 2006
@@ -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"
Modified: ant/core/trunk/lib/libraries.properties
URL:
http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?view=diff&rev=467242&r1=467241&r2=467242
==============================================================================
--- ant/core/trunk/lib/libraries.properties (original)
+++ ant/core/trunk/lib/libraries.properties Mon Oct 23 22:05:10 2006
@@ -16,8 +16,7 @@
#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 @@
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]