diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 18:31:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 18:31:24 +0200 |
commit | ec5fb295b0fcbb334707bc6e33c9a77bae34737b (patch) | |
tree | 172396700a6783b6e87a1079e3a5b67cc8d0e071 /sdext | |
parent | 83c474c6997345d37c9187d6bf63a9f268951332 (diff) |
The *_develop.zip files appear to be unused
Change-Id: I1bb3d359b087421f4acf67955549514fc3c6a236
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Module_sdext.mk | 2 | ||||
-rw-r--r-- | sdext/Zip_minimizer.mk | 35 | ||||
-rw-r--r-- | sdext/Zip_presenter.mk | 34 |
3 files changed, 0 insertions, 71 deletions
diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk index 62809846dc0d..7bba9d936232 100644 --- a/sdext/Module_sdext.mk +++ b/sdext/Module_sdext.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Module_add_targets,sdext,\ Extension_minimizer \ Library_minimizer \ Rdb_minimizer \ - Zip_minimizer \ )) endif @@ -61,7 +60,6 @@ $(eval $(call gb_Module_add_targets,sdext,\ Extension_presenter \ Library_presenter \ Rdb_presenter \ - Zip_presenter \ )) endif diff --git a/sdext/Zip_minimizer.mk b/sdext/Zip_minimizer.mk deleted file mode 100644 index c19446bea549..000000000000 --- a/sdext/Zip_minimizer.mk +++ /dev/null @@ -1,35 +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 Red Hat, Inc., David Tardon <dtardon@redhat.com> -# (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_Zip_Zip,minimizer/presentation_minimizer_develop,$(SRCDIR)/sdext/source/minimizer/registry/data)) - -$(eval $(call gb_Zip_add_files,minimizer/presentation_minimizer_develop,\ - org/openoffice/Office/Addons.xcu \ - org/openoffice/Office/extension/SunPresentationMinimizer.xcu \ -)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sdext/Zip_presenter.mk b/sdext/Zip_presenter.mk deleted file mode 100644 index 114095c7cb7f..000000000000 --- a/sdext/Zip_presenter.mk +++ /dev/null @@ -1,34 +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 Red Hat, Inc., David Tardon <dtardon@redhat.com> -# (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_Zip_Zip,presenter/presenter-screen_develop,$(SRCDIR)/sdext/source/presenter/help)) - -$(eval $(call gb_Zip_add_files,presenter/presenter-screen_develop,\ - en-US/com.sun.PresenterScreen/presenter.xhp \ -)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: |