comparison tool_dependencies.xml @ 14:472f70a3ecc8

Uploaded
author jorrit
date Tue, 26 Feb 2013 18:31:40 -0500
parents bbcc2814e2a7
children 8083844b6ea1
comparison
equal deleted inserted replaced
13:bbcc2814e2a7 14:472f70a3ecc8
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="ontologizer-jar" version="0.0.1"> 3 <package name="ontologizer-jar" version="0.0.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">curl http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar > $INSTALL_DIR/ontologizer.jar</action> 6 <action type="shell_command">curl --stderr $INSTALL_DIR/curl_error.log http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar > $INSTALL_DIR/ontologizer.jar</action>
7 <action type="set_environment"> 7 <action type="set_environment">
8 <environment_variable name="ONTOLOGIZER_JAR_PATH" action="set_to">$INSTALL_DIR/ontologizer.jar</environment_variable> 8 <environment_variable name="ONTOLOGIZER_JAR_PATH" action="set_to">$INSTALL_DIR/ontologizer.jar</environment_variable>
9 </action> 9 </action>
10 </actions> 10 </actions>
11 </install> 11 </install>