[Libreoffice-commits] .: nlpsolver/src
Michael Meeks
michael at kemper.freedesktop.org
Mon Nov 28 07:49:09 PST 2011
nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/components.rdb | 13 ++++++++++
1 file changed, 13 insertions(+)
New commits:
commit 959d4ceac805d78142ace304f367fa0919359b3f
Author: Michael Meeks <michael.meeks at suse.com>
Date: Mon Nov 28 15:49:00 2011 +0000
nlpsolver: add missing passive registration rdb
diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/components.rdb b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/components.rdb
new file mode 100644
index 0000000..151ec5e
--- /dev/null
+++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/components.rdb
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<components xmlns="http://openoffice.org/2010/uno-components">
+ <component loader="com.sun.star.loader.Java2" uri="./nlpsolver.jar">
+ <implementation name="com.sun.star.comp.Calc.NLPSolver.DEPSSolverImpl">
+ <service name="com.sun.star.beans.PropertySet"/>
+ <service name="com.sun.star.sheet.Solver"/>
+ </implementation>
+ <implementation name="com.sun.star.comp.Calc.NLPSolver.SCOSolverImpl">
+ <service name="com.sun.star.beans.PropertySet"/>
+ <service name="com.sun.star.sheet.Solver"/>
+ </implementation>
+ </component>
+</components>
More information about the Libreoffice-commits
mailing list