summaryrefslogtreecommitdiff
path: root/fetch.xml
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 /fetch.xml
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
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml8
1 files changed, 7 insertions, 1 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"