Mercurial > repos > jorrit > obotools
changeset 28:982cc86eb098
Uploaded
author | jorrit |
---|---|
date | Tue, 26 Feb 2013 20:50:19 -0500 |
parents | 2b40d037f00d |
children | 11beca20586b |
files | tool_dependencies.xml |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Feb 26 20:41:12 2013 -0500 +++ b/tool_dependencies.xml Tue Feb 26 20:50:19 2013 -0500 @@ -3,9 +3,13 @@ <package name="ontologizer-jar" version="0.0.2"> <install version="1.0"> <actions> - <action type="download_by_url">http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar</action> + <action type="download_by_url" target_filename="ontologizer.jar">http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar</action> + <action type="move_file"> + <source>ontologizer.jar</source> + <destination>$INSTALL_DIR/bin</destination> + </action> <action type="set_environment"> - <environment_variable name="ONTOLOGIZER" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="ONTOLOGIZER_JAR" action="set_to">$INSTALL_DIR/ontologizer.jar</environment_variable> </action> </actions> </install>