diff tools/effectiveT3/tool_dependencies.xml @ 2:66e9d4c44ca2 draft

Uploaded v0.0.11, auto installation
author peterjc
date Tue, 30 Apr 2013 09:32:56 -0400
parents
children 4567618bebbd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/effectiveT3/tool_dependencies.xml	Tue Apr 30 09:32:56 2013 -0400
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="effectiveT3" version="1.0.1">
+        <install version="1.0">
+            <actions>
+                <!-- Main JAR file -->
+                <action type="download_by_url">http://effectors.org/download/version/TTSS_GUI-1.0.1.jar</action>
+                <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="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="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="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>
+		<!-- 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>
+        </install>
+        <readme>
+Downloads effectiveT3 v1.0.1 and the three models from http://effectors.org/
+        </readme>
+    </package>
+</tool_dependency>
+