Mercurial > repos > devteam > package_mine_1_0_1
changeset 0:73a01db39163 draft default tip
Imported from capsule None
author | devteam |
---|---|
date | Mon, 28 Jul 2014 11:55:22 -0400 |
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 Jul 28 11:55:22 2014 -0400 @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="MINE" version="1.0.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://www.exploredata.net/ftp/MINE.jar</action> + <action type="move_file"> + <source>MINE.jar</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="set_environment"> + <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency> \ No newline at end of file