view tool_dependencies.xml @ 11:ee73c8d529b1 default tip

ChemicalToolBoX update.
author Bjoern Gruening <bjoern.gruening@gmail.com>
date Tue, 23 Jul 2013 14:54:46 +0200
parents 2bebf3bd9a34
children
line wrap: on
line source

<tool_dependency>
    <package name="opsin" version="1.4.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://bitbucket.org/dan2097/opsin/downloads/opsin-1.4.0-jar-with-dependencies.jar</action>
               <action type="move_file">
                    <source>opsin-1.4.0-jar-with-dependencies.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>Opsin requires a JAVA (1.5+) runtime evironment.</readme>
    </package>
</tool_dependency>