comparison tool_dependencies.xml @ 2:0eb50728861a

Released version: Updated intergration artifact downloading c585add5cb6f16dce315be256f72119fe530e8f5
author oleg@oleg-desktop.times.labs.intellij.net
date Wed, 28 Oct 2015 18:48:43 +0300
parents 8cbb06892b62
children 5a76c80e27c9
comparison
equal deleted inserted replaced
1:8cbb06892b62 2:0eb50728861a
5 --> 5 -->
6 <tool_dependency> 6 <tool_dependency>
7 <package name="epigenome" version="0.0.1" prior_installation_required="True"> 7 <package name="epigenome" version="0.0.1" prior_installation_required="True">
8 <install version="1.0"> 8 <install version="1.0">
9 <actions> 9 <actions>
10 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_GenestackIntegration/lastSuccessful/genestack-Dev-all.jar</action> 10 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action>
11 <action type="move_directory_files"> 11 <action type="move_directory_files">
12 <source_directory>.</source_directory> 12 <source_directory>.</source_directory>
13 <destination_directory>$INSTALL_DIR/</destination_directory> 13 <destination_directory>$INSTALL_DIR/</destination_directory>
14 </action> 14 </action>
15 <!-- Set environment variable $EPIGENOME_JAR so Python script knows where to look --> 15 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look -->
16 <action type="set_environment"> 16 <action type="set_environment">
17 <environment_variable name="EPIGENOME_JAR" action="set_to">$INSTALL_DIR/genestack-Dev-all.jar</environment_variable> 17 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable>
18 </action> 18 </action>
19 </actions> 19 </actions>
20 </install> 20 </install>
21 <readme> 21 <readme>
22 Downloads epigenome integration v0.0.1 22 Downloads epigenome integration JAR.
23 See for more details: https://teamcity.jetbrains.com/project.html?projectId=Epigenome_Tools&tab=projectOverview&guest=1
23 </readme> 24 </readme>
24 </package> 25 </package>
25 </tool_dependency> 26 </tool_dependency>
26 27