Mercurial > repos > jjohnson > package_ubu_1_2
comparison tool_dependencies.xml @ 0:7ffcbcfeb42f draft default tip
Uploaded
| author | jjohnson |
|---|---|
| date | Mon, 02 Nov 2015 08:43:56 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:7ffcbcfeb42f |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="ubu" version="1.2"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">https://github.com/mozack/ubu/releases/download/v1.2b/ubu-1.2b-SNAPSHOT-jar-with-dependencies.jar</action> | |
| 7 <action type="move_directory_files"> | |
| 8 <source_directory>.</source_directory> | |
| 9 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 10 </action> | |
| 11 <action type="set_environment"> | |
| 12 <environment_variable name="UBU_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
| 13 <environment_variable name="UBU_JAR" action="set_to">$INSTALL_DIR/ubu-1.2b-SNAPSHOT-jar-with-dependencies.jar</environment_variable> | |
| 14 </action> | |
| 15 </actions> | |
| 16 </install> | |
| 17 <readme></readme> | |
| 18 </package> | |
| 19 </tool_dependency> |
