changeset 5:4567618bebbd draft

Uploaded v0.0.11 take 4, tweaking install script
author peterjc
date Tue, 07 May 2013 10:40:16 -0400
parents 0c21abf1073b
children 5644c28cf965
files tools/effectiveT3/tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/effectiveT3/tool_dependencies.xml	Thu May 02 13:00:08 2013 -0400
+++ b/tools/effectiveT3/tool_dependencies.xml	Tue May 07 10:40:16 2013 -0400
@@ -9,11 +9,11 @@
                 <!-- Three model JAR files -->
                 <action type="make_directory">$INSTALL_DIR/module</action>
                 <action type="download_by_url">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="download_by_url">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="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
                 <action type="download_by_url">http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action>
-                <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module</destination></action>
+                <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
 		<!-- Set environment variable so Python script knows where to look -->
 		<action type="set_environment"><environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable></action>
             </actions>