changeset 1:dfb1e66235c5 draft

Fixed SPAN_JAR environment variable setup
author jetbrains
date Thu, 15 Nov 2018 11:30:01 -0500
parents 1f0c4f0a9c3b
children 5b99943c4627
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Nov 15 11:04:49 2018 -0500
+++ b/tool_dependencies.xml	Thu Nov 15 11:30:01 2018 -0500
@@ -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>