This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository eclipse-pydev.
commit 9261aff90cfb8b471af292e4f0afa0cf14bdfc61 Author: Markus Koschany <[email protected]> Date: Thu Feb 26 23:59:36 2015 +0100 Add python.pydev.shared_core-MANIFEST.patch --- .../add-orbit-dependencies-feature.xml.patch | 2 +- .../python.pydev.shared_core-MANIFEST.patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/debian/patches/add-orbit-dependencies-feature.xml.patch b/debian/patches/add-orbit-dependencies-feature.xml.patch index e43ffb7..ff0de8c 100644 --- a/debian/patches/add-orbit-dependencies-feature.xml.patch +++ b/debian/patches/add-orbit-dependencies-feature.xml.patch @@ -7,7 +7,7 @@ Subject: add orbit dependencies feature.xml 1 file changed, 102 insertions(+) diff --git a/features/org.python.pydev.feature/feature.xml b/features/org.python.pydev.feature/feature.xml -index 94dc59d..ec600bd 100644 +index 94dc59d..86191e6 100644 --- a/features/org.python.pydev.feature/feature.xml +++ b/features/org.python.pydev.feature/feature.xml @@ -240,4 +240,106 @@ This Agreement is governed by the laws of the State of New York and the intellec diff --git a/debian/patches/python.pydev.shared_core-MANIFEST.patch b/debian/patches/python.pydev.shared_core-MANIFEST.patch new file mode 100644 index 0000000..240fe55 --- /dev/null +++ b/debian/patches/python.pydev.shared_core-MANIFEST.patch @@ -0,0 +1,22 @@ +From: Markus Koschany <[email protected]> +Date: Thu, 26 Feb 2015 23:59:06 +0100 +Subject: python.pydev.shared_core MANIFEST + +--- + plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF +index 65e4b45..c2b9804 100644 +--- a/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF ++++ b/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF +@@ -3,8 +3,7 @@ Bundle-ManifestVersion: 2 + Bundle-Name: Shared Core Plug-in + Bundle-SymbolicName: org.python.pydev.shared_core;singleton:=true + Bundle-Version: 3.9.2.qualifier +-Bundle-ClassPath: shared_core.jar, +- libs/snakeyaml-1.11.jar ++Bundle-ClassPath: shared_core.jar + Bundle-Activator: org.python.pydev.shared_core.SharedCorePlugin + Bundle-Localization: plugin + Eclipse-BundleShape: dir diff --git a/debian/patches/series b/debian/patches/series index 4a11099..67d4f77 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ add-orbit-dependencies-feature.xml.patch shared_interactive_console-MANIFEST.patch python.pydev.jython-MANIFEST.patch python.pydev.core-MANIFEST.patch +python.pydev.shared_core-MANIFEST.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

