You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/06/20 00:29:55 UTC

svn commit: r415443 - /ant/core/trunk/fetch.xml

Author: stevel
Date: Mon Jun 19 15:29:54 2006
New Revision: 415443

URL: http://svn.apache.org/viewvc?rev=415443&view=rev
Log:
add in script languages

Modified:
    ant/core/trunk/fetch.xml

Modified: ant/core/trunk/fetch.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?rev=415443&r1=415442&r2=415443&view=diff
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Mon Jun 19 15:29:54 2006
@@ -228,6 +228,29 @@
     <f2 project="bsf" />
   </target>
 
+  <target name="jruby"
+          description="load jruby"
+          depends="bsf">
+    <f2 project="org.jruby" archive="jruby"/>
+  </target>  
+  
+  <target name="beanshell"
+          description="load beanshell support"
+          depends="bsf">
+    <f2 project="org.beanshell" archive="bsh"/>
+    <f2 project="org.beanshell" archive="bsh-core"/>
+  </target>
+
+  <target name="jython"
+          description="load jython"
+          depends="bsf">
+    <f2 project="jython" archive="jython"/>
+  </target>
+
+  <target name="script"
+          description="load script languages"
+          depends="bsf,jruby,jython,beanshell"/>
+
   <target name="debugging" 
     description="internal ant debugging"
     depends="init">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org