comparison tools/effectiveT3/tool_dependencies.xml @ 7:c70df461aae5 draft

Uploaded v0.0.11 take 6, use wget
author peterjc
date Thu, 09 May 2013 12:20:46 -0400
parents 5644c28cf965
children dba60c447660
comparison
equal deleted inserted replaced
6:5644c28cf965 7:c70df461aae5
6 <!-- Set environment variable so Python script knows where to look --> 6 <!-- Set environment variable so Python script knows where to look -->
7 <action type="set_environment"> 7 <action type="set_environment">
8 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable> 8 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable>
9 </action> 9 </action>
10 <!-- Main JAR file --> 10 <!-- Main JAR file -->
11 <action type="download_by_url">http://effectors.org/download/version/TTSS_GUI-1.0.1.jar</action> 11 <action type="shell_command">wget http://effectors.org/download/version/TTSS_GUI-1.0.1.jar</action>
12 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action> 12 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action>
13 <!-- Three model JAR files --> 13 <!-- Three model JAR files -->
14 <action type="make_directory">$INSTALL_DIR/module</action> 14 <action type="make_directory">$INSTALL_DIR/module</action>
15 <action type="download_by_url">http://effectors.org/download/module/TTSS_ANIMAL-1.0.1.jar</action> 15 <action type="shell_command">wget http://effectors.org/download/module/TTSS_ANIMAL-1.0.1.jar</action>
16 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> 16 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
17 <action type="download_by_url">http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action> 17 <action type="shell_command">wget http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action>
18 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> 18 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
19 <action type="download_by_url">http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action> 19 <action type="shell_command">wget http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action>
20 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> 20 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
21 </actions> 21 </actions>
22 </install> 22 </install>
23 <readme> 23 <readme>
24 Downloads effectiveT3 v1.0.1 and the three models from http://effectors.org/ 24 Downloads effectiveT3 v1.0.1 and the three models from http://effectors.org/