Mercurial > repos > melissacline > start_xena
view 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 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="installXena" version="1.0"> <install version="1.0"> <actions> <action type="set_environment"> <environment_variable name="XENA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> <action type="set_environment"> <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable> </action> <action type="set_environment"> <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> <action type="set_environment"> <environment_variable name="XENA_PORT" action="set_to">1236</environment_variable> </action> <action type="move_file"> <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source> <destination>${INSTALL_DIR}</destination> </action> <action type="move_file"> <source>${REPOSITORY_INSTALL_DIR}/xena_query.py</source> <destination>${INSTALL_DIR}</destination> </action> </actions> </install> </package> </tool_dependency>