Mercurial > repos > melissacline > start_xena
comparison tool_dependencies.xml @ 0:0676a227dbc6
Uploaded
author | melissacline |
---|---|
date | Wed, 03 Sep 2014 15:37:49 -0400 |
parents | |
children | 00ea1bdc1aed |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0676a227dbc6 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="installXena" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="move_file"> | |
7 <source>${REPOSITORY_INSTALL_DIR}/xena/xena.jar</source> | |
8 <destination>${INSTALL_DIR}</destination> | |
9 </action> | |
10 <action type="set_environment"> | |
11 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
12 </action> | |
13 <action type="set_environment"> | |
14 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable> | |
15 </action> | |
16 </actions> | |
17 </install> | |
18 </package> | |
19 </tool_dependency> |