view 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 source

<?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>