view tool_dependencies.xml @ 5:16c3fad9bac5

Fixed inconsistencies in the naming of the xena base dir
author melissacline
date Mon, 08 Sep 2014 13:08:04 -0700
parents 47bb7e16dd73
children 75c7d80df9c1
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/xena</environment_variable>
        </action>
	<action type="move_file">
	  <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source>
	  <destination>${INSTALL_DIR}</destination>
	</action>
      </actions>
    </install>
  </package>
</tool_dependency>