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 /store | |
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 'store')
-rw-r--r-- | store/Module_store.mk | 1 | ||||
-rw-r--r-- | store/Package_xml.mk | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/store/Module_store.mk b/store/Module_store.mk index 9b4c73dc665a..13a102de7ec5 100644 --- a/store/Module_store.mk +++ b/store/Module_store.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Module_Module,store)) $(eval $(call gb_Module_add_targets,store,\ Library_store \ Package_inc \ - Package_xml \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/store/Package_xml.mk b/store/Package_xml.mk deleted file mode 100644 index 09c646769f1c..000000000000 --- a/store/Package_xml.mk +++ /dev/null @@ -1,31 +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. -# -# Major Contributor(s): -# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer) -# -# All Rights Reserved. -# -# 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,store_xml,$(SRCDIR)/store)) - -$(eval $(call gb_Package_add_file,store_xml,xml/store.xml,util/store.xml)) - -# vim: set noet sw=4 ts=4: |