Mercurial > repos > slegras > wigmaker
diff tool_dependencies.xml @ 0:963fc31e3269 draft default tip
Uploaded
| author | slegras |
|---|---|
| date | Fri, 09 Oct 2015 09:17:29 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Oct 09 09:17:29 2015 -0400 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="wigmaker" version="3"> + <install version="1.0"> + <actions> + <action type="shell_command">git clone git://git.code.sf.net/p/wigmaker/code wigmaker</action> + <action type="make_directory">$INSTALL_DIR/jars</action> + <action type="move_file"> + <source>WigMaker3.jar</source> + <destination>$INSTALL_DIR/jars</destination> + </action> + <action type="set_environment"> + <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable> + </action> + </actions> + </install> + <readme></readme> + </package> +</tool_dependency> + +
