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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
1 <?xml version="1.0"?>
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
2 <tool_dependency>
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
3 <package name="installXena" version="1.0">
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
4 <install version="1.0">
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
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
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
12 <action type="move_file">
3
47bb7e16dd73 Tweaked the install dependencies script
melissacline
parents: 1
diff changeset
13 <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source>
0
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
14 <destination>${INSTALL_DIR}</destination>
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
15 </action>
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
16 </actions>
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
17 </install>
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
18 </package>
0676a227dbc6 Uploaded
melissacline
parents:
diff changeset
19 </tool_dependency>