Mercurial > repos > melissacline > start_xena
annotate tool_dependencies.xml @ 3:47bb7e16dd73
Tweaked the install dependencies script
author | melissacline |
---|---|
date | Thu, 04 Sep 2014 15:29:38 -0700 |
parents | 00ea1bdc1aed |
children | 16c3fad9bac5 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="installXena" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
1
00ea1bdc1aed
Updated the repo in the test toolshed - this should work now
melissacline
parents:
0
diff
changeset
|
6 <action type="set_environment"> |
00ea1bdc1aed
Updated the repo in the test toolshed - this should work now
melissacline
parents:
0
diff
changeset
|
7 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
00ea1bdc1aed
Updated the repo in the test toolshed - this should work now
melissacline
parents:
0
diff
changeset
|
8 </action> |
00ea1bdc1aed
Updated the repo in the test toolshed - this should work now
melissacline
parents:
0
diff
changeset
|
9 <action type="set_environment"> |
00ea1bdc1aed
Updated the repo in the test toolshed - this should work now
melissacline
parents:
0
diff
changeset
|
10 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR</environment_variable> |
00ea1bdc1aed
Updated the repo in the test toolshed - this should work now
melissacline
parents:
0
diff
changeset
|
11 </action> |
0 | 12 <action type="move_file"> |
3 | 13 <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source> |
0 | 14 <destination>${INSTALL_DIR}</destination> |
15 </action> | |
16 </actions> | |
17 </install> | |
18 </package> | |
19 </tool_dependency> |