changeset 0:ff1626fadf0c draft

Uploaded
author farcy
date Thu, 19 Mar 2015 10:44:36 -0400
parents
children e577807f4590
files tool_dependency.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependency.xml	Thu Mar 19 10:44:36 2015 -0400
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="beagle" version="4.0">
+        <install version="1.0">
+            <actions>
+				<action type="download_by_url">http://faculty.washington.edu/browning/beagle/beagle.r1399.jar</action>
+				<action type="move_file">
+                    <source>beagle</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+			</actions>
+		</install>
+	</package>
+</tool_dependency>
+				
\ No newline at end of file