Mercurial > repos > melissacline > start_xena
annotate tool_dependencies.xml @ 5:16c3fad9bac5
Fixed inconsistencies in the naming of the xena base dir
author | melissacline |
---|---|
date | Mon, 08 Sep 2014 13:08:04 -0700 |
parents | 47bb7e16dd73 |
children | 75c7d80df9c1 |
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"> |
5
16c3fad9bac5
Fixed inconsistencies in the naming of the xena base dir
melissacline
parents:
3
diff
changeset
|
10 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable> |
1
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> |