comparison tool_dependencies.xml @ 17:699a20ce55f2

Uploaded
author jorrit
date Tue, 26 Feb 2013 18:45:16 -0500
parents ee6721ff76bf
children 3b7065d5a556
comparison
equal deleted inserted replaced
16:ee6721ff76bf 17:699a20ce55f2
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 --silent --show-error --output $INSTALL_DIR/ontologizer.jar http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar</action> 6 <action type="shell_command">curl --silent --show-error --output $INSTALL_DIR/ontologizer.jar http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/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="PATH" action="prepend_to">$INSTALL_DIR/ontologizer.jar</environment_variable>
9 </action--> 9 </action>
10 </actions> 10 </actions>
11 </install> 11 </install>
12 <readme> 12 <readme>
13 ontologizer requires java and curl to be installed. 13 ontologizer requires java and curl to be installed.
14 </readme> 14 </readme>