diff tool_dependencies.xml @ 0:cda22c799d0a draft default tip

Uploaded
author bgruening
date Thu, 15 Aug 2013 03:37:25 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Aug 15 03:37:25 2013 -0400
@@ -0,0 +1,17 @@
+<tool_dependency>
+    <package name="opsin" version="1.4.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://bitbucket.org/dan2097/opsin/downloads/opsin-1.4.0-jar-with-dependencies.jar</action>
+               <action type="move_file">
+                    <source>opsin-1.4.0-jar-with-dependencies.jar</source>
+                    <destination>$INSTALL_DIR/jars</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Opsin requires a JAVA (1.5+) runtime evironment.</readme>
+    </package>
+</tool_dependency>