From daf23128482894e6efee21463c613bc857e15b5e Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 22 Aug 2012 16:45:53 +0200 Subject: do not deliver these module-description xml files Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454 Reviewed-by: Andras Timar Tested-by: Andras Timar --- uui/Module_uui.mk | 1 - uui/Package_xml.mk | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 uui/Package_xml.mk (limited to 'uui') diff --git a/uui/Module_uui.mk b/uui/Module_uui.mk index 6ebe9af44ad9..09e9715e190e 100644 --- a/uui/Module_uui.mk +++ b/uui/Module_uui.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Module_Module,uui)) $(eval $(call gb_Module_add_targets,uui,\ AllLangResTarget_uui \ Library_uui \ - Package_xml \ )) # vim: set noet sw=4 ts=4: diff --git a/uui/Package_xml.mk b/uui/Package_xml.mk deleted file mode 100644 index dfa268a6ecae..000000000000 --- a/uui/Package_xml.mk +++ /dev/null @@ -1,33 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# The Initial Developer of the Original Code is -# Matúš Kukan -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# -# Major Contributor(s): -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_Package_Package,uui_xml,$(SRCDIR)/uui)) - -$(eval $(call gb_Package_add_file,uui_xml,xml/uui.xml,util/uui.xml)) - -# vim: set noet sw=4 ts=4: -- cgit