comparison tool_dependencies.xml @ 3:cae2b765ca5d

Changing how the Xena base dir is communicated
author melissacline
date Wed, 03 Sep 2014 16:02:24 -0700
parents b3cd322f7749
children 261a3d45a38a
comparison
equal deleted inserted replaced
2:b3cd322f7749 3:cae2b765ca5d
2 <tool_dependency> 2 <tool_dependency>
3 <package name="installXena2" version="1.0"> 3 <package name="installXena2" version="1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="set_environment"> 6 <action type="set_environment">
7 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable> 7 <environment_variable name="XENA_BASE_DIR" action="set_to">${__tool_d\
8 ata_path__}/shared//xena</environment_variable>
8 </action> 9 </action>
9 </actions> 10 </actions>
10 </install> 11 </install>
11 </package> 12 </package>
12 </tool_dependency> 13 </tool_dependency>