comparison tool_dependencies.xml @ 19:42695914c1bd

Uploaded
author jorrit
date Tue, 26 Feb 2013 18:50:54 -0500
parents 3b7065d5a556
children d75e6bb92a05
comparison
equal deleted inserted replaced
18:3b7065d5a556 19:42695914c1bd
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 --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 ./ontologizer.jar http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar</action>
7 <action type="move_file">
8 <source>ontologizer.jar</source>
9 <destination>$INSTALL_DIR</destination>
10 </action>
7 <action type="set_environment"> 11 <action type="set_environment">
8 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
9 </action> 13 </action>
10 </actions> 14 </actions>
11 </install> 15 </install>