From 20a30f13896779fbedc01b70deb290f42b70c1c3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 24 Feb 2012 17:10:26 +0100 Subject: let gb_Extension do the necessary manifest updates --- sdext/source/minimizer/Makefile | 40 --------------------------- sdext/source/minimizer/manifest.xml | 2 +- sdext/source/pdfimport/config/Makefile | 43 ------------------------------ sdext/source/pdfimport/config/manifest.xml | 14 ---------- sdext/source/pdfimport/manifest.xml | 14 ++++++++++ sdext/source/presenter/Makefile | 40 --------------------------- sdext/source/presenter/manifest.xml | 2 +- 7 files changed, 16 insertions(+), 139 deletions(-) delete mode 100644 sdext/source/minimizer/Makefile delete mode 100644 sdext/source/pdfimport/config/Makefile delete mode 100644 sdext/source/pdfimport/config/manifest.xml create mode 100644 sdext/source/pdfimport/manifest.xml delete mode 100644 sdext/source/presenter/Makefile (limited to 'sdext/source') diff --git a/sdext/source/minimizer/Makefile b/sdext/source/minimizer/Makefile deleted file mode 100644 index 2f7171a3fef1..000000000000 --- a/sdext/source/minimizer/Makefile +++ /dev/null @@ -1,40 +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 -# (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. - -PARTIAL_BUILD := T -SOURCEDIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) - -include $(GBUILDDIR)/gbuild_simple.mk - -manifest.xml : - sed "s/SHARED_EXTENSION/$(gb_Library_DLLEXT)/" $(SOURCEDIR)manifest.xml > $@ - -.DEFAULT_GOAL := all -.PHONY : all -all : manifest.xml - -# vim:set shiftwidth=4 tabstop=4 noexpandtab: diff --git a/sdext/source/minimizer/manifest.xml b/sdext/source/minimizer/manifest.xml index 5f86b4d1c16f..4b55ddd22f0d 100644 --- a/sdext/source/minimizer/manifest.xml +++ b/sdext/source/minimizer/manifest.xml @@ -2,7 +2,7 @@ + manifest:full-path="SunPresentationMinimizer.uno@SHARED_EXTENSION@"/> -# (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. - -PARTIAL_BUILD := T -SOURCEDIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) - -include $(GBUILDDIR)/gbuild_simple.mk - -manifest.xml : - sed \ - -e "s/EXEC_EXTENSION/$(gb_Executable_EXT)/" \ - -e "s/SHARED_EXTENSION/$(gb_Library_DLLEXT)/" \ - $(SOURCEDIR)manifest.xml > $@ - -.DEFAULT_GOAL := all -.PHONY : all -all : manifest.xml - -# vim:set shiftwidth=4 tabstop=4 noexpandtab: diff --git a/sdext/source/pdfimport/config/manifest.xml b/sdext/source/pdfimport/config/manifest.xml deleted file mode 100644 index 834526d86ae7..000000000000 --- a/sdext/source/pdfimport/config/manifest.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - diff --git a/sdext/source/pdfimport/manifest.xml b/sdext/source/pdfimport/manifest.xml new file mode 100644 index 000000000000..5a0aaa5e96ac --- /dev/null +++ b/sdext/source/pdfimport/manifest.xml @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/sdext/source/presenter/Makefile b/sdext/source/presenter/Makefile deleted file mode 100644 index 2f7171a3fef1..000000000000 --- a/sdext/source/presenter/Makefile +++ /dev/null @@ -1,40 +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 -# (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. - -PARTIAL_BUILD := T -SOURCEDIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) - -include $(GBUILDDIR)/gbuild_simple.mk - -manifest.xml : - sed "s/SHARED_EXTENSION/$(gb_Library_DLLEXT)/" $(SOURCEDIR)manifest.xml > $@ - -.DEFAULT_GOAL := all -.PHONY : all -all : manifest.xml - -# vim:set shiftwidth=4 tabstop=4 noexpandtab: diff --git a/sdext/source/presenter/manifest.xml b/sdext/source/presenter/manifest.xml index bb79f9e8ea3c..e1d1e2bde90f 100644 --- a/sdext/source/presenter/manifest.xml +++ b/sdext/source/presenter/manifest.xml @@ -2,7 +2,7 @@ + manifest:full-path="PresenterScreen.uno@SHARED_EXTENSION@"/>