comparison tools/effectiveT3/tool_dependencies.xml @ 15:17fbf8b8a554 draft

Uploaded v0.0.13, embed citation, relax test for floating point differences
author peterjc
date Tue, 25 Nov 2014 08:25:55 -0500
parents dba60c447660
children 999776f0aee4
comparison
equal deleted inserted replaced
14:1e681e19e35c 15:17fbf8b8a554
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="shell_command">wget 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 <!-- If using action type download_file will need to move the file, 12 <!-- If using action type download_file will need to move the file,
13 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action> 13 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action>
14 --> 14 -->
15 <!-- Three model JAR files --> 15 <!-- Three model JAR files -->
16 <action type="make_directory">$INSTALL_DIR/module</action> 16 <action type="make_directory">$INSTALL_DIR/module</action>
17 <action type="shell_command">wget http://effectors.org/download/module/TTSS_ANIMAL-1.0.1.jar</action> 17 <action type="shell_command">wget http://effectors.org/download/module/TTSS_ANIMAL-1.0.1.jar</action>
18 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> 18 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
19 <action type="shell_command">wget http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action> 19 <action type="shell_command">wget http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action>
20 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> 20 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
21 <action type="shell_command">wget http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action> 21 <action type="shell_command">wget http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action>
22 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> 22 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
23 </actions> 23 </actions>