Mercurial > repos > bgruening > opsin
annotate tool_dependencies.xml @ 11:ee73c8d529b1 default tip
ChemicalToolBoX update.
| author | Bjoern Gruening <bjoern.gruening@gmail.com> |
|---|---|
| date | Tue, 23 Jul 2013 14:54:46 +0200 |
| parents | 2bebf3bd9a34 |
| 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> |
