diff tool_dependencies.xml @ 0:8bb037f88ed2

Uploaded
author melissacline
date Tue, 13 Jan 2015 23:37:23 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Jan 13 23:37:23 2015 -0500
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="installXena" version="1.0">
+    <install version="1.0">
+      <actions>
+	<action type="setup_virtualenv">
+	  docutils
+	</action>
+	<action type="setup_virtualenv">
+	  python-daemon
+	</action>
+	<action type="set_environment">
+          <environment_variable name="XENA_JAR_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
+        </action>  
+	<action type="set_environment">
+	  <environment_variable name="PYTHONPATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>
+	</action>
+	<action type="set_environment">
+          <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable>
+        </action>
+      </actions>
+    </install>
+  </package>
+</tool_dependency>