Mercurial > repos > jjohnson > package_ubu_1_2
changeset 0:7ffcbcfeb42f draft default tip
Uploaded
author | jjohnson |
---|---|
date | Mon, 02 Nov 2015 08:43:56 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Nov 02 08:43:56 2015 -0500 @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ubu" version="1.2"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/mozack/ubu/releases/download/v1.2b/ubu-1.2b-SNAPSHOT-jar-with-dependencies.jar</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="UBU_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="UBU_JAR" action="set_to">$INSTALL_DIR/ubu-1.2b-SNAPSHOT-jar-with-dependencies.jar</environment_variable> + </action> + </actions> + </install> + <readme></readme> + </package> +</tool_dependency>