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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]