view tool_dependencies.xml @ 3:cae2b765ca5d

Changing how the Xena base dir is communicated
author melissacline
date Wed, 03 Sep 2014 16:02:24 -0700
parents b3cd322f7749
children 261a3d45a38a
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="installXena2" version="1.0">
    <install version="1.0">
      <actions>
	<action type="set_environment">
          <environment_variable name="XENA_BASE_DIR" action="set_to">${__tool_d\
ata_path__}/shared//xena</environment_variable>
        </action>
      </actions>
    </install>
  </package>
</tool_dependency>