view tool_dependencies.xml @ 0:6f8cead3dc93 draft

Initial commit of all needed files.
author devteam
date Sun, 17 Nov 2013 11:08:56 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="varscan" version="2.3.6">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.6.jar</action>
                <action type="move_file">
                    <source>VarScan.v2.3.6.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>