Mercurial > repos > bgruening > opsin
annotate tool_dependencies.xml @ 0:2bebf3bd9a34
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 26 Apr 2013 08:39:52 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool_dependency> |
| 2 <package name="opsin" version="1.4.0"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 5 <action type="download_by_url">https://bitbucket.org/dan2097/opsin/downloads/opsin-1.4.0-jar-with-dependencies.jar</action> | |
| 6 <action type="move_file"> | |
| 7 <source>opsin-1.4.0-jar-with-dependencies.jar</source> | |
| 8 <destination>$INSTALL_DIR/jars</destination> | |
| 9 </action> | |
| 10 <action type="set_environment"> | |
| 11 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable> | |
| 12 </action> | |
| 13 </actions> | |
| 14 </install> | |
| 15 <readme>Opsin requires a JAVA (1.5+) runtime evironment.</readme> | |
| 16 </package> | |
| 17 </tool_dependency> |
