Previous changeset 0:1f0c4f0a9c3b (2018-11-15) Next changeset 2:5b99943c4627 (2018-11-18) |
Commit message:
Fixed SPAN_JAR environment variable setup |
modified:
tool_dependencies.xml |
b |
diff -r 1f0c4f0a9c3b -r dfb1e66235c5 tool_dependencies.xml --- a/tool_dependencies.xml Thu Nov 15 11:04:49 2018 -0500 +++ b/tool_dependencies.xml Thu Nov 15 11:30:01 2018 -0500 |
b |
@@ -12,9 +12,9 @@ <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/</destination_directory> </action> - <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look --> + <!-- Set environment variable SPAN_JAR so Python script knows where to look --> <action type="set_environment"> - <environment_variable name="$SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.7.1.4272.jar</environment_variable> + <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.7.1.4272.jar</environment_variable> </action> </actions> </install> |