summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
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"