Mercurial > repos > jetbrains > zinbra
comparison tool_dependencies.xml @ 9:0bf15064d38e
2828b35 Correct url for intergration JAR download
author | oleg@oleg-desktop.times.labs.intellij.net |
---|---|
date | Thu, 12 Nov 2015 12:03:47 +0300 |
parents | af8fe077c27b |
children |
comparison
equal
deleted
inserted
replaced
8:af8fe077c27b | 9:0bf15064d38e |
---|---|
6 https://wiki.galaxyproject.org/ToolDependenciesTagSets | 6 https://wiki.galaxyproject.org/ToolDependenciesTagSets |
7 --> | 7 --> |
8 <package name="integration_jar" version="0.0.1" prior_installation_required="True"> | 8 <package name="integration_jar" version="0.0.1" prior_installation_required="True"> |
9 <install version="1.0"> | 9 <install version="1.0"> |
10 <actions> | 10 <actions> |
11 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action> | 11 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-dev-all.jar</action> |
12 <action type="move_directory_files"> | 12 <action type="move_directory_files"> |
13 <source_directory>.</source_directory> | 13 <source_directory>.</source_directory> |
14 <destination_directory>$INSTALL_DIR/</destination_directory> | 14 <destination_directory>$INSTALL_DIR/</destination_directory> |
15 </action> | 15 </action> |
16 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look --> | 16 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look --> |
17 <action type="set_environment"> | 17 <action type="set_environment"> |
18 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable> | 18 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-dev-all.jar</environment_variable> |
19 </action> | 19 </action> |
20 </actions> | 20 </actions> |
21 </install> | 21 </install> |
22 <readme> | 22 <readme> |
23 Downloads epigenome integration JAR. | 23 Downloads epigenome integration JAR. |