dont attach, start own instance as otherwise it might be blocked via/proc/sys/kernel...
[LibreOffice.git] / nlpsolver / nlpsolver-0.9.patch
blob4581eb7721fa247f88701b48310532ee3355640f
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
3 @@ -197,7 +197,7 @@
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"/>
9 </manifest>
10 </target>
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
15 includes=**
16 jar.compress=false
17 javac.classpath=\
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
26 javac.compilerargs=
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:
30 -->
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}"/>
35 </target>
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
40 @@ -12,11 +12,6 @@
41 <extension-description>
42 <src lang="en" xlink:href="description/extensiondescription.txt"/>
43 </extension-description>
44 - <registration>
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"/>
47 - </simple-license>
48 - </registration>
49 <dependencies>
50 <OpenOffice.org-minimal-version xmlns:d="http://openoffice.org/extensions/description/2006" d:name="OpenOffice.org 3.0" value="3.0"/>
51 </dependencies>
52 --- misc/build/nlpsolver-0.9/src/locale/NLPSolverCommon_en_US.properties.old 2009-03-30 18:20:06.000000000 +0200
53 +++ misc/build/nlpsolver-0.9/src/locale/NLPSolverCommon_en_US.properties 2010-12-18 22:08:47.084693100 +0100
54 @@ -2,7 +2,7 @@
55 NLPSolverCommon.Properties.AssumeNonNegative=Assume Non-Negative Variables
57 #BaseEvolutionarySolver
58 -NLPSolverCommon.Properties.SwarmSize=Size of Swam
59 +NLPSolverCommon.Properties.SwarmSize=Size of Swarm
60 NLPSolverCommon.Properties.LibrarySize=Size of Library
61 NLPSolverCommon.Properties.LearningCycles=Learning Cycles
62 NLPSolverCommon.Properties.GuessVariableRange=Variable Bounds Guessing