Mercurial > repos > peterjc > effectivet3
comparison tools/effectiveT3/tool_dependencies.xml @ 6:5644c28cf965 draft
Tweak install script
author | peterjc |
---|---|
date | Wed, 08 May 2013 13:13:30 -0400 |
parents | 4567618bebbd |
children | c70df461aae5 |
comparison
equal
deleted
inserted
replaced
5:4567618bebbd | 6:5644c28cf965 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="effectiveT3" version="1.0.1"> | 3 <package name="effectiveT3" version="1.0.1"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <!-- Set environment variable so Python script knows where to look --> | |
7 <action type="set_environment"> | |
8 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable> | |
9 </action> | |
6 <!-- Main JAR file --> | 10 <!-- Main JAR file --> |
7 <action type="download_by_url">http://effectors.org/download/version/TTSS_GUI-1.0.1.jar</action> | 11 <action type="download_by_url">http://effectors.org/download/version/TTSS_GUI-1.0.1.jar</action> |
8 <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> |
9 <!-- Three model JAR files --> | 13 <!-- Three model JAR files --> |
10 <action type="make_directory">$INSTALL_DIR/module</action> | 14 <action type="make_directory">$INSTALL_DIR/module</action> |
12 <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> |
13 <action type="download_by_url">http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action> | 17 <action type="download_by_url">http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action> |
14 <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> |
15 <action type="download_by_url">http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action> | 19 <action type="download_by_url">http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action> |
16 <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> |
17 <!-- Set environment variable so Python script knows where to look --> | |
18 <action type="set_environment"><environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable></action> | |
19 </actions> | 21 </actions> |
20 </install> | 22 </install> |
21 <readme> | 23 <readme> |
22 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/ |
23 </readme> | 25 </readme> |