comparison tool_dependencies.xml @ 4:21948fda4f4b draft default tip

Uploaded
author iuc
date Fri, 05 Dec 2014 15:20:19 -0500
parents 1c371ea3413a
children
comparison
equal deleted inserted replaced
3:1c371ea3413a 4:21948fda4f4b
2 <tool_dependency> 2 <tool_dependency>
3 <package name="weka" version="3.6.11"> 3 <package name="weka" version="3.6.11">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_file">http://downloads.sourceforge.net/project/weka/weka-3-7/3.7.11/weka-monolithic.jar</action> 6 <action type="download_file">http://downloads.sourceforge.net/project/weka/weka-3-7/3.7.11/weka-monolithic.jar</action>
7 <action type="move_file"> 7 <action type="shell_command">mv weka-monolithic.jar $INSTALL_DIR/weka.jar</action>
8 <source>weka-monolithic.jar</source>
9 <destination>$INSTALL_DIR/weka.jar</destination>
10 </action>
11 <action type="set_environment"> 8 <action type="set_environment">
12 <environment_variable name="WEKA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> 9 <environment_variable name="WEKA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
13 </action> 10 </action>
14 </actions> 11 </actions>
15 </install> 12 </install>