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 --- store/Module_store.mk | 1 - store/Package_xml.mk | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 store/Package_xml.mk (limited to 'store') 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 (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: -- cgit v1.2.3