comparison 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
comparison
equal deleted inserted replaced
4:82755b0ee5a5 5:16c3fad9bac5
5 <actions> 5 <actions>
6 <action type="set_environment"> 6 <action type="set_environment">
7 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> 7 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
8 </action> 8 </action>
9 <action type="set_environment"> 9 <action type="set_environment">
10 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR</environment_variable> 10 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable>
11 </action> 11 </action>
12 <action type="move_file"> 12 <action type="move_file">
13 <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source> 13 <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source>
14 <destination>${INSTALL_DIR}</destination> 14 <destination>${INSTALL_DIR}</destination>
15 </action> 15 </action>