view tool_dependencies.xml @ 0:73a01db39163 draft default tip

Imported from capsule None
author devteam
date Mon, 28 Jul 2014 11:55:22 -0400
parents
children
line wrap: on
line source

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