changeset 21:452159eb3cd5

Uploaded
author jorrit
date Tue, 26 Feb 2013 19:05:43 -0500
parents d75e6bb92a05
children 543851630f66
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Feb 26 18:58:32 2013 -0500
+++ b/tool_dependencies.xml	Tue Feb 26 19:05:43 2013 -0500
@@ -1,10 +1,12 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="ontologizer-jar" version="0.0.1">
+    <package name="ontologizer-jar" version="0.0.2">
         <install version="1.0">
             <actions>
                 <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>
-                <action type="shell_command">echo 'ONTOLOGIZER_JAR=$INSTALL_DIR/ontologizer;export \$ONTOLOGIZER_JAR > $INSTALL_DIR/env.sh'</action>
+                <action type="set_environment">
+                    <environment_variable name="ONTOLOGIZER" action="set_to">$INSTALL_DIR</environment_variable>
+                </action>
             </actions>
         </install>
         <readme>