hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 2 +- postprocess/packcomponents/makefile.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 5539e6cbf3bfcb67ebf5986d1c04e65277896df1 Author: Stephan Bergmann <[email protected]> Date: Wed Dec 14 11:23:52 2011 +0100 Missing configmgr.component adaption in postprocess/packcomponents. diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 850d2c2..fe829fa 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -46,7 +46,8 @@ my_components = \ component/canvas/source/simplecanvas/simplecanvas \ component/canvas/source/vcl/vclcanvas \ component/comphelper/util/comphelp \ - component/cppcanvas/source/uno/mtfrenderer \ + component/configmgr/source/configmgr \ + component/cppcanvas/source/uno/mtfrenderer \ component/cui/util/cui \ component/dbaccess/source/ext/macromigration/dbmm \ component/dbaccess/source/filter/xml/dbaxml \ @@ -141,7 +142,6 @@ my_components = \ component/xmlscript/util/xcr \ component/xmlsecurity/util/xmlsecurity \ component/xmlsecurity/util/xsec_fw \ - configmgr \ ctl \ dbase \ dbpool2 \ commit 9460b68ca2567afd9d536303617c280b31084f8b Author: Stephan Bergmann <[email protected]> Date: Wed Dec 14 11:13:12 2011 +0100 typo diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index c0ec1c1..fcdcb40 100644 --- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk +++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk @@ -62,10 +62,10 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,hwpfilter_test_hwpfilter,\ )) $(eval $(call gb_CppunitTest_add_components,hwpfilter_test_hwpfilter,\ + configmgr/source/configmgr \ hwpfilter/source/hwp \ )) $(eval $(call gb_CppunitTest_add_old_components,hwpfilter_test_hwpfilter,\ - configmgr/source/configmgr \ ucb1 \ ucpfile1 \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
