Mercurial > repos > melissacline > start_xena
diff tool_dependencies.xml @ 7:733fa93086c5
Adding the Xena port to the environment variables. Adding an output file
author | melissacline |
---|---|
date | Tue, 23 Sep 2014 20:08:36 -0700 |
parents | 75c7d80df9c1 |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Sep 09 18:48:53 2014 -0700 +++ b/tool_dependencies.xml Tue Sep 23 20:08:36 2014 -0700 @@ -4,7 +4,7 @@ <install version="1.0"> <actions> <action type="set_environment"> - <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <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> @@ -12,6 +12,9 @@ <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>