Mercurial > repos > melissacline > start_xena
annotate tool_dependencies.xml @ 8:c1388ebe8662
Fixed an XML bug in the tool wrapper
author | melissacline |
---|---|
date | Tue, 23 Sep 2014 20:39:18 -0700 |
parents | 733fa93086c5 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="installXena" version="1.0"> | |
4 <install version="1.0"> | |
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"> |
7
733fa93086c5
Adding the Xena port to the environment variables. Adding an output file
melissacline
parents:
6
diff
changeset
|
7 <environment_variable name="XENA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
1
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> |
6
75c7d80df9c1
Adding the xena_query python API to the install bundle
melissacline
parents:
5
diff
changeset
|
12 <action type="set_environment"> |
75c7d80df9c1
Adding the xena_query python API to the install bundle
melissacline
parents:
5
diff
changeset
|
13 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable> |
75c7d80df9c1
Adding the xena_query python API to the install bundle
melissacline
parents:
5
diff
changeset
|
14 </action> |
7
733fa93086c5
Adding the Xena port to the environment variables. Adding an output file
melissacline
parents:
6
diff
changeset
|
15 <action type="set_environment"> |
733fa93086c5
Adding the Xena port to the environment variables. Adding an output file
melissacline
parents:
6
diff
changeset
|
16 <environment_variable name="XENA_PORT" action="set_to">1236</environment_variable> |
733fa93086c5
Adding the Xena port to the environment variables. Adding an output file
melissacline
parents:
6
diff
changeset
|
17 </action> |
0 | 18 <action type="move_file"> |
3 | 19 <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source> |
0 | 20 <destination>${INSTALL_DIR}</destination> |
21 </action> | |
6
75c7d80df9c1
Adding the xena_query python API to the install bundle
melissacline
parents:
5
diff
changeset
|
22 <action type="move_file"> |
75c7d80df9c1
Adding the xena_query python API to the install bundle
melissacline
parents:
5
diff
changeset
|
23 <source>${REPOSITORY_INSTALL_DIR}/xena_query.py</source> |
75c7d80df9c1
Adding the xena_query python API to the install bundle
melissacline
parents:
5
diff
changeset
|
24 <destination>${INSTALL_DIR}</destination> |
75c7d80df9c1
Adding the xena_query python API to the install bundle
melissacline
parents:
5
diff
changeset
|
25 </action> |
0 | 26 </actions> |
27 </install> | |
28 </package> | |
29 </tool_dependency> |