annotate integration_jar.xml @ 0:d7714f886224

Initial commit. Snapshot 61f45be
author oleg@oleg-desktop
date Thu, 29 Oct 2015 12:04:47 +0300
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
1 <!--
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
2 Package for downloading latest successful development tools.
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
3 Tags information is here:
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
4 https://wiki.galaxyproject.org/ToolDependenciesTagSets
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
5 -->
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
6 <package name="integration_jar" version="0.0.1" prior_installation_required="True">
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
7 <install version="1.0">
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
8 <actions>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
9 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
10 <action type="move_directory_files">
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
11 <source_directory>.</source_directory>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
12 <destination_directory>$INSTALL_DIR/</destination_directory>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
13 </action>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
14 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look -->
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
15 <action type="set_environment">
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
16 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
17 </action>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
18 </actions>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
19 </install>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
20 <readme>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
21 Downloads epigenome integration JAR.
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
22 </readme>
d7714f886224 Initial commit. Snapshot 61f45be
oleg@oleg-desktop
parents:
diff changeset
23 </package>