changeset 2:7140e1993b5b

2828b35 Correct url for intergration JAR download
author oleg@oleg-desktop.times.labs.intellij.net
date Thu, 12 Nov 2015 12:01:00 +0300
parents 5efe658422eb
children 13718f59d720
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 29 16:42:41 2015 +0300
+++ b/tool_dependencies.xml	Thu Nov 12 12:01:00 2015 +0300
@@ -8,14 +8,14 @@
     <package name="integration_jar" version="0.0.1" prior_installation_required="True">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action>
+                <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-dev-all.jar</action>
                 <action type="move_directory_files">
                     <source_directory>.</source_directory>
                     <destination_directory>$INSTALL_DIR/</destination_directory>
                 </action>
                 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look -->
                 <action type="set_environment">
-                    <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable>
+                    <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-dev-all.jar</environment_variable>
                 </action>
             </actions>
         </install>