diff tools/effectiveT3/tool_dependencies.xml @ 5:1ea715da1879 draft

Uploaded v0.0.13, embed citation, relax test for floating point differences
author peterjc
date Tue, 25 Nov 2014 08:28:24 -0500
parents b0b927299aee
children 5f85301d50bf
line wrap: on
line diff
--- a/tools/effectiveT3/tool_dependencies.xml	Wed Sep 18 06:11:36 2013 -0400
+++ b/tools/effectiveT3/tool_dependencies.xml	Tue Nov 25 08:28:24 2014 -0500
@@ -9,13 +9,13 @@
                 </action>
                 <!-- Main JAR file -->
                 <action type="shell_command">wget http://effectors.org/download/version/TTSS_GUI-1.0.1.jar</action>
-		<!-- If using action type download_file will need to move the file,
+                <!-- If using action type download_file will need to move the file,
                 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action>
-		-->
+                -->
                 <!-- Three model JAR files -->
                 <action type="make_directory">$INSTALL_DIR/module</action>
                 <action type="shell_command">wget http://effectors.org/download/module/TTSS_ANIMAL-1.0.1.jar</action>
-                <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>		
+                <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>        
                 <action type="shell_command">wget http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action>
                 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
                 <action type="shell_command">wget http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action>