From c1758889cbd5e8e4afb1044425c908715eb3e1cd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 11 Nov 2011 22:48:37 +0100 Subject: Heavily simplified utl::ConfigManager. --- hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 2 ++ hwpfilter/prj/build.lst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'hwpfilter') diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index bf633e4642c3..41d82a0f6690 100644 --- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk +++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk @@ -67,12 +67,14 @@ $(eval $(call gb_CppunitTest_add_components,hwpfilter_test_hwpfilter,\ hwpfilter/source/hwp \ )) $(eval $(call gb_CppunitTest_add_old_components,hwpfilter_test_hwpfilter,\ + configmgr \ ucb1 \ ucpfile1 \ )) $(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ + "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \ )) # we need to explicitly depend on library hwp because it is not implied diff --git a/hwpfilter/prj/build.lst b/hwpfilter/prj/build.lst index 5eb79927bdd0..84f786418156 100644 --- a/hwpfilter/prj/build.lst +++ b/hwpfilter/prj/build.lst @@ -1,2 +1,2 @@ -hw hwpfilter : offapi cppuhelper ZLIB:zlib LIBXSLT:libxslt ucbhelper ucb ure test NULL +hw hwpfilter : offapi configmgr cppuhelper ZLIB:zlib LIBXSLT:libxslt ucbhelper ucb ure test NULL hw hwpfilter\prj nmake - all hw_prj NULL -- cgit