view tool_dependencies.xml @ 1:00ea1bdc1aed

Updated the repo in the test toolshed - this should work now
author melissacline
date Thu, 04 Sep 2014 15:03:32 -0700
parents 0676a227dbc6
children 47bb7e16dd73
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="installXena" version="1.0">
    <install version="1.0">
      <actions>
	<action type="set_environment">
          <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
        </action>  
	<action type="set_environment">
          <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR</environment_variable>
        </action>
	<action type="move_file">
	  <source>${REPOSITORY_INSTALL_DIR}/xena/xena.jar</source>
	  <destination>${INSTALL_DIR}</destination>
	</action>
      </actions>
    </install>
  </package>
</tool_dependency>