From d8be8a9c17bedb5a0cfb4b5ea1a2f02f59582cad Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 24 Oct 2013 15:47:21 +0200 Subject: cppuhelper: remove obsolete Package_unorc Change-Id: I4d513b69527ac21949f03b847a4638b92aef0a3e --- cppuhelper/Module_cppuhelper.mk | 1 - cppuhelper/Package_unorc.mk | 16 ---------------- cppuhelper/source/unorc | 23 ----------------------- 3 files changed, 40 deletions(-) delete mode 100644 cppuhelper/Package_unorc.mk delete mode 100644 cppuhelper/source/unorc diff --git a/cppuhelper/Module_cppuhelper.mk b/cppuhelper/Module_cppuhelper.mk index 7f11f2bbe2ce..ba1b008b79b1 100644 --- a/cppuhelper/Module_cppuhelper.mk +++ b/cppuhelper/Module_cppuhelper.mk @@ -13,7 +13,6 @@ $(eval $(call gb_Module_Module,cppuhelper)) $(eval $(call gb_Module_add_targets,cppuhelper,\ InternalUnoApi_cppuhelper \ Library_cppuhelper \ - Package_unorc \ StaticLibrary_findsofficepath \ )) diff --git a/cppuhelper/Package_unorc.mk b/cppuhelper/Package_unorc.mk deleted file mode 100644 index 172f10e883e7..000000000000 --- a/cppuhelper/Package_unorc.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- -# -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_Package_Package,cppuhelper_unorc,$(SRCDIR)/cppuhelper/source)) - -$(eval $(call gb_Package_add_file,cppuhelper_unorc,bin/uno.ini,unorc)) -$(eval $(call gb_Package_add_file,cppuhelper_unorc,lib/unorc,unorc)) - -# vim: set noet sw=4 ts=4: diff --git a/cppuhelper/source/unorc b/cppuhelper/source/unorc deleted file mode 100644 index 48c8b0c98aab..000000000000 --- a/cppuhelper/source/unorc +++ /dev/null @@ -1,23 +0,0 @@ -= -= This file is part of the LibreOffice project. -= -= This Source Code Form is subject to the terms of the Mozilla Public -= License, v. 2.0. If a copy of the MPL was not distributed with this -= file, You can obtain one at http://mozilla.org/MPL/2.0/. -= -= This file incorporates work covered by the following license notice: -= -= Licensed to the Apache Software Foundation (ASF) under one or more -= contributor license agreements. See the NOTICE file distributed -= with this work for additional information regarding copyright -= ownership. The ASF licenses this file to you under the Apache -= License, Version 2.0 (the "License"); you may not use this file -= except in compliance with the License. You may obtain a copy of -= the License at http://www.apache.org/licenses/LICENSE-2.0 . -= - -[Bootstrap] -URE_INTERNAL_LIB_DIR=${ORIGIN} -URE_INTERNAL_JAVA_DIR=${ORIGIN}/../bin -UNO_SERVICES=${URE_MORE_SERVICES} -UNO_TYPES=${ORIGIN}/../bin/udkapi.rdb ${URE_MORE_TYPES} -- cgit