Mercurial > repos > slegras > wigmaker
annotate tool_dependencies.xml @ 0:963fc31e3269 draft default tip
Uploaded
| author | slegras |
|---|---|
| date | Fri, 09 Oct 2015 09:17:29 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="wigmaker" version="3"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="shell_command">git clone git://git.code.sf.net/p/wigmaker/code wigmaker</action> | |
| 7 <action type="make_directory">$INSTALL_DIR/jars</action> | |
| 8 <action type="move_file"> | |
| 9 <source>WigMaker3.jar</source> | |
| 10 <destination>$INSTALL_DIR/jars</destination> | |
| 11 </action> | |
| 12 <action type="set_environment"> | |
| 13 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable> | |
| 14 </action> | |
| 15 </actions> | |
| 16 </install> | |
| 17 <readme></readme> | |
| 18 </package> | |
| 19 </tool_dependency> | |
| 20 | |
| 21 |
