diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 16:45:53 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-22 15:18:23 +0000 |
commit | daf23128482894e6efee21463c613bc857e15b5e (patch) | |
tree | 202fcae7cf510e46c75de9a41be0ef03d69e8472 /uui | |
parent | d9eec8f0f0b4ff397dedbfc2041c79c45af4d4a1 (diff) |
do not deliver these module-description xml files
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1
Reviewed-on: https://gerrit.libreoffice.org/454
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/Module_uui.mk | 1 | ||||
-rw-r--r-- | uui/Package_xml.mk | 33 |
2 files changed, 0 insertions, 34 deletions
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 <matus.kukan@gmail.com> -# 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: |