annotate 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 |
rev |
line source |
2
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="installXena2" version="1.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="set_environment">
|
3
|
7 <environment_variable name="XENA_BASE_DIR" action="set_to">${__tool_d\
|
|
8 ata_path__}/shared//xena</environment_variable>
|
2
|
9 </action>
|
|
10 </actions>
|
|
11 </install>
|
|
12 </package>
|
|
13 </tool_dependency>
|