Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.p2.doc/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.oomph.p2.doc/META-INF/MANIFEST.MF22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/org.eclipse.oomph.p2.doc/META-INF/MANIFEST.MF b/plugins/org.eclipse.oomph.p2.doc/META-INF/MANIFEST.MF
index 816642668..afbcb9412 100644
--- a/plugins/org.eclipse.oomph.p2.doc/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.oomph.p2.doc/META-INF/MANIFEST.MF
@@ -2,20 +2,20 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.oomph.p2.doc; singleton:=true
-Bundle-Version: 1.9.0.qualifier
+Bundle-Version: 1.10.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Require-Bundle: org.eclipse.help;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
- org.eclipse.oomph.util.doc;bundle-version="[1.9.0,2.0.0)";resolution:=optional;visibility:=reexport,
- org.eclipse.oomph.p2;bundle-version="[1.9.0,2.0.0)";resolution:=optional;visibility:=reexport,
- org.eclipse.oomph.p2.core;bundle-version="[1.9.0,2.0.0)";resolution:=optional;visibility:=reexport,
- org.eclipse.oomph.p2.edit;bundle-version="[1.9.0,2.0.0)";resolution:=optional;visibility:=reexport,
- org.eclipse.oomph.p2.ui;bundle-version="[1.9.0,2.0.0)";resolution:=optional;visibility:=reexport
-Export-Package: org.eclipse.oomph.p2.doc;version="1.9.0";x-internal:=true,
- org.eclipse.oomph.p2.doc.online;version="1.9.0";x-internal:=true,
- org.eclipse.oomph.p2.doc.reference;version="1.9.0";x-internal:=true,
- org.eclipse.oomph.p2.doc.reference.api;version="1.9.0";x-internal:=true,
- org.eclipse.oomph.p2.doc.reference.schema;version="1.9.0";x-internal:=true
+ org.eclipse.oomph.util.doc;bundle-version="[1.10.0,2.0.0)";resolution:=optional;visibility:=reexport,
+ org.eclipse.oomph.p2;bundle-version="[1.10.0,2.0.0)";resolution:=optional;visibility:=reexport,
+ org.eclipse.oomph.p2.core;bundle-version="[1.10.0,2.0.0)";resolution:=optional;visibility:=reexport,
+ org.eclipse.oomph.p2.edit;bundle-version="[1.10.0,2.0.0)";resolution:=optional;visibility:=reexport,
+ org.eclipse.oomph.p2.ui;bundle-version="[1.10.0,2.0.0)";resolution:=optional;visibility:=reexport
+Export-Package: org.eclipse.oomph.p2.doc;version="1.10.0";x-internal:=true,
+ org.eclipse.oomph.p2.doc.online;version="1.10.0";x-internal:=true,
+ org.eclipse.oomph.p2.doc.reference;version="1.10.0";x-internal:=true,
+ org.eclipse.oomph.p2.doc.reference.api;version="1.10.0";x-internal:=true,
+ org.eclipse.oomph.p2.doc.reference.schema;version="1.10.0";x-internal:=true
Automatic-Module-Name: org.eclipse.oomph.p2.doc

Back to the top