Mercurial > repos > jetbrains > cmeth
changeset 1:5efe658422eb
Sadly XTransform not supported
author | oleg@oleg-desktop.times.labs.intellij.net |
---|---|
date | Thu, 29 Oct 2015 16:42:41 +0300 |
parents | d7714f886224 |
children | 7140e1993b5b |
files | integration_jar.xml tool_dependencies.xml |
diffstat | 2 files changed, 24 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/integration_jar.xml Thu Oct 29 12:04:47 2015 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -<!-- -Package for downloading latest successful development tools. -Tags information is here: -https://wiki.galaxyproject.org/ToolDependenciesTagSets ---> -<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="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> - </action> - </actions> - </install> - <readme> - Downloads epigenome integration JAR. - </readme> -</package>
--- a/tool_dependencies.xml Thu Oct 29 12:04:47 2015 +0300 +++ b/tool_dependencies.xml Thu Oct 29 16:42:41 2015 +0300 @@ -1,6 +1,26 @@ <?xml version="1.0"?> -<tool_dependency xmlns:xi="http://www.w3.org/1999/XSL/Transform"> - <xi:include href="../integration_jar.xml" parse="xml" xpointer=""/> - <!-- For galaxy repo layout --> - <xi:include href="integration_jar.xml" parse="xml" xpointer=""/> +<tool_dependency> + <!-- + Package for downloading latest successful development tools. + Tags information is here: + https://wiki.galaxyproject.org/ToolDependenciesTagSets + --> + <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="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> + </action> + </actions> + </install> + <readme> + Downloads epigenome integration JAR. + </readme> + </package> </tool_dependency>