diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-12-10 23:27:39 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-12-10 23:27:39 +0100 |
commit | 403b9b00307ce178f9b1fdbe9353be246c3bd6dd (patch) | |
tree | 87dbd7e9fe892d3bfaa4b28e1dd7fcdd189bb31f | |
parent | 9b5f458bab30066fa82760bbd78db6414c35629d (diff) |
[build] Fixed the packager.core plugin ID
-rw-r--r-- | core/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | cpp/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | java/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | packager/META-INF/MANIFEST.MF | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/core/META-INF/MANIFEST.MF b/core/META-INF/MANIFEST.MF index 0850ab3..6edd186 100644 --- a/core/META-INF/MANIFEST.MF +++ b/core/META-INF/MANIFEST.MF @@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.core.runtime;visibility:=reexport, org.eclipse.debug.core;visibility:=reexport, org.eclipse.debug.ui, org.eclipse.ui;bundle-version="3.4.1", - org.openoffice.ide.packager.core;bundle-version="0.1.0" + org.openoffice.ide.eclipse.packager.core;bundle-version="0.1.0" Bundle-ActivationPolicy: lazy Export-Package: org.openoffice.ide.eclipse.core, org.openoffice.ide.eclipse.core.actions, diff --git a/cpp/META-INF/MANIFEST.MF b/cpp/META-INF/MANIFEST.MF index 2f51602..6773b9f 100644 --- a/cpp/META-INF/MANIFEST.MF +++ b/cpp/META-INF/MANIFEST.MF @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.cdt.ui;bundle-version="5.1.0", org.eclipse.ui.ide;bundle-version="3.5.0", org.eclipse.ui.cheatsheets, - org.openoffice.ide.packager.core;bundle-version="0.1.0", + org.openoffice.ide.eclipse.packager.core;bundle-version="0.1.0", org.eclipse.debug.core Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy diff --git a/java/META-INF/MANIFEST.MF b/java/META-INF/MANIFEST.MF index 5a77b07..5f4f25b 100644 --- a/java/META-INF/MANIFEST.MF +++ b/java/META-INF/MANIFEST.MF @@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.jdt.junit;bundle-version="3.5.0", org.eclipse.ui.ide, org.eclipse.ui.cheatsheets, - org.openoffice.ide.packager.core;bundle-version="0.1.0", + org.openoffice.ide.eclipse.packager.core;bundle-version="0.1.0", org.eclipse.jdt.debug.ui;bundle-version="3.4.1" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/packager/META-INF/MANIFEST.MF b/packager/META-INF/MANIFEST.MF index 4c698c3..4d316ae 100644 --- a/packager/META-INF/MANIFEST.MF +++ b/packager/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: ooo-plugin-packager core -Bundle-SymbolicName: org.openoffice.ide.packager.core +Bundle-SymbolicName: org.openoffice.ide.eclipse.packager.core Bundle-Version: 0.1.0 Bundle-Vendor: Cédric Bosdonnat Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |