From f78a2bcce88dd5c12052ae3e55c561cdd48b05fe Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 19 Nov 2012 19:45:04 +0000 Subject: re-base on ALv2 code. Includes: Patch contributed by Herbert Duerr: #i118662# remove berkeleyDB from module xmlhelp (author=orwitt) http://svn.apache.org/viewvc?view=revision&revision=1213188 #i119141# remove ISCII converter for now http://svn.apache.org/viewvc?view=revision&revision=1306246 make exceptions for cppunittester verbose http://svn.apache.org/viewvc?view=revision&revision=1174831 Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Patch contributed by Oliver-Rainer Wittmann 88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 drop OS/2 code, remove in-line assembler ARM atomics, and obsolete armarch header. --- desktop/Library_migrationoo3.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'desktop/Library_migrationoo3.mk') diff --git a/desktop/Library_migrationoo3.mk b/desktop/Library_migrationoo3.mk index 6c0783b53b9d..7fc3bf92c9e1 100644 --- a/desktop/Library_migrationoo3.mk +++ b/desktop/Library_migrationoo3.mk @@ -42,10 +42,6 @@ $(eval $(call gb_Library_use_libraries,migrationoo3,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_use_externals,migrationoo3,\ - berkeleydb \ -)) - $(eval $(call gb_Library_set_componentfile,migrationoo3,desktop/source/migration/services/migrationoo3)) $(eval $(call gb_Library_add_exception_objects,migrationoo3,\ -- cgit