Repository 'package_mine_1_0_1'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/package_mine_1_0_1

Changeset 0:73a01db39163 (2014-07-28)
Commit message:
Imported from capsule None
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 73a01db39163 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Mon Jul 28 11:55:22 2014 -0400
b
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="MINE" version="1.0.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.exploredata.net/ftp/MINE.jar</action>
+                <action type="move_file">
+                    <source>MINE.jar</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+        </readme>
+    </package>
+</tool_dependency>
\ No newline at end of file