view tool_dependencies.xml @ 3:47bb7e16dd73

Tweaked the install dependencies script
author melissacline
date Thu, 04 Sep 2014 15:29:38 -0700
parents 00ea1bdc1aed
children 16c3fad9bac5
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.jar</source>
	  <destination>${INSTALL_DIR}</destination>
	</action>
      </actions>
    </install>
  </package>
</tool_dependency>