1 --- misc/nlpsolver-0.9/nbproject/build-uno-impl.xml.old 2009-03-30 18:32:00.000000000 +0200
2 +++ misc/build/nlpsolver-0.9/nbproject/build-uno-impl.xml 2009-10-28 18:22:40.000000000 +0100
4 <!-- enter the class path with external jars, if external jars exit and the user did not enter his own -->
5 <target name="-do-class-path" depends="-external-jars,-check-class-path" unless="class.path.exists">
6 <manifest file="${build.dir}/MANIFEST.MF" mode="update">
7 - <attribute name="Class-Path" value="${external.jars}"/>
8 + <attribute name="Class-Path" value="${external.jar.dir}/EvolutionarySolver.jar"/>
11 <target name="-check-class-path">
12 --- misc/nlpsolver-0.9/nbproject/project.properties.old 2009-03-30 18:32:00.000000000 +0200
13 +++ misc/build/nlpsolver-0.9/nbproject/project.properties 2009-10-28 18:09:01.000000000 +0100
14 @@ -27,8 +27,10 @@ file.reference.EvolutionarySolver.jar=Th
18 - ${libs.StarOffice 9.classpath}:\
19 - ${libs.OpenOffice.org 3.0.classpath}:\
20 + ${solar.jar}/juh.jar:\
21 + ${solar.jar}/jurt.jar:\
22 + ${solar.jar}/ridl.jar:\
23 + ${solar.jar}/unoil.jar:\
24 ${reference.EvolutionarySolver.jar}
25 # Space-separated list of extra javac options
27 --- misc/nlpsolver-0.9/nbproject/build-impl.xml.old 2009-03-30 18:32:00.000000000 +0200
28 +++ misc/build/nlpsolver-0.9/nbproject/build-impl.xml 2009-10-28 18:19:53.000000000 +0100
29 @@ -360,6 +360,8 @@ is divided into following sections:
31 <target depends="init" name="deps-jar" unless="no.deps">
32 <ant antfile="${project.EvolutionarySolver}/build.xml" inheritall="false" target="jar"/>
33 + <mkdir dir="${dist.dir}/${external.jar.dir}"/>
34 + <copy file="${reference.EvolutionarySolver.jar}" todir="${dist.dir}/${external.jar.dir}"/>
36 <target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
37 <target depends="init" name="-check-automatic-build">
38 --- misc/nlpsolver-0.9/src/description.xml.old 2009-03-30 16:56:42.000000000 +0200
39 +++ misc/build/nlpsolver-0.9/src/description.xml 2009-10-28 18:29:13.000000000 +0100
41 <extension-description>
42 <src lang="en" xlink:href="description/extensiondescription.txt"/>
43 </extension-description>
45 - <simple-license accept-by="admin" default-license-id="en">
46 - <license-text lang="en" license-id="en" xlink:href="licenses/lgpl-3.0.txt"/>
50 <OpenOffice.org-minimal-version xmlns:d="http://openoffice.org/extensions/description/2006" d:name="OpenOffice.org 3.0" value="3.0"/>