summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-24 15:47:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-24 17:56:06 +0200
commitd8be8a9c17bedb5a0cfb4b5ea1a2f02f59582cad (patch)
tree72e140c6b094ded974c2fa1d1ef1342b06ecaa1b /cppuhelper
parentcacce520c64c3f1444f377bbe98f0f17bac4db40 (diff)
cppuhelper: remove obsolete Package_unorc
Change-Id: I4d513b69527ac21949f03b847a4638b92aef0a3e
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/Module_cppuhelper.mk1
-rw-r--r--cppuhelper/Package_unorc.mk16
-rw-r--r--cppuhelper/source/unorc23
3 files changed, 0 insertions, 40 deletions
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}