comparison tool_dependencies.xml @ 13:3901bf4244f2

upgrade to version 2.0
author Bjoern Gruening <bjoern.gruening@gmail.com>
date Sat, 22 Jun 2013 14:08:38 +0200
parents 8b3ed5924206
children
comparison
equal deleted inserted replaced
12:8b3ed5924206 13:3901bf4244f2
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 <action type="download_by_url">http://downloads.sourceforge.net/project/np-likeness/Natural_Product_Likeness_calculator_2.0.zip</action> 5 <action type="download_by_url">http://downloads.sourceforge.net/project/np-likeness/Natural_Product_Likeness_calculator_2.0.zip</action>
6 <action type="move_file"> 6 <action type="move_file">
7 <source>Natural_Product_Likeness_calculator_2.0/NP-Likeness-2.0.jar</source> 7 <source>Natural_Product_Likeness_calculator_2.0/NP-Likeness-2.0.jar</source>
8 <destination>$INSTALL_DIR/jars</destination> 8 <destination>$INSTALL_DIR</destination>
9 </action> 9 </action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable> 11 <environment_variable name="NPLS_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
12 </action> 12 </action>
13 </actions> 13 </actions>
14 </install> 14 </install>
15 <readme>Opsin requires a JAVA (1.5+) runtime evironment.</readme> 15 <readme>Opsin requires a JAVA (1.5+) runtime evironment.</readme>
16 </package> 16 </package>