Browse Source

add in script languages

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415443 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
62cfecef3b
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      fetch.xml

+ 23
- 0
fetch.xml View File

@@ -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">


Loading…
Cancel
Save