Mercurial > repos > jjohnson > snpeff_with_dep
diff tool_dependencies.xml @ 21:077c84a53846
JAVA_JAR_PATH action changed to set_to in tool_dependencies.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 27 Nov 2012 08:22:36 -0600 |
parents | 1cae7fb31da7 |
children | f22f28cd881e |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Nov 26 15:54:26 2012 -0600 +++ b/tool_dependencies.xml Tue Nov 27 08:22:36 2012 -0600 @@ -9,7 +9,7 @@ <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> - <environment_variable name="JAVA_JAR_PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable>