Mercurial > repos > bebatut > package_ant_1_9_6
comparison tool_dependencies.xml @ 0:c49abc8cead0 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_ant_1_9_6 commit ec894c6a914409932f5f5fb406d2a513a12c6445-dirty
| author | bebatut |
|---|---|
| date | Mon, 09 Nov 2015 07:07:23 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c49abc8cead0 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="ant" version="1.9.6"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://apache.websitebeheerjd.nl//ant/source/apache-ant-1.9.6-src.zip</action> | |
| 7 <action type="shell_command">sudo sh build.sh -Ddist.dir=$INSTALL_DIR/bin/ant/ dist</action> | |
| 8 <action type="set_environment"> | |
| 9 <environment_variable name="ANT_DIR" action="set_to">$INSTALL_DIR/bin/ant/</environment_variable> | |
| 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/ant/bin/</environment_variable> | |
| 11 </action> | |
| 12 </actions> | |
| 13 </install> | |
| 14 <readme> | |
| 15 Apache Ant is a Java library and command-line tool whose mission is to drive processes | |
| 16 described in build files as targets and extension points dependent upon each other. | |
| 17 | |
| 18 Download source distribution and build them into a specific directory. | |
| 19 | |
| 20 For more details, see: | |
| 21 http://ant.apache.org/ | |
| 22 </readme> | |
| 23 </package> | |
| 24 </tool_dependency> |
