Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-07-08 21:02:15 +0000
committerThomas Watson2016-08-12 13:04:04 +0000
commita1e52d50c79e847281faecb823f089018944e9ac (patch)
tree5887b05c12ecc293718363818bf3ec2937ad617a /bundles/org.eclipse.osgi/META-INF
parent90a8f7255361798ed19fd41ab6c7df2e76b6630d (diff)
downloadrt.equinox.framework-a1e52d50c79e847281faecb823f089018944e9ac.tar.gz
rt.equinox.framework-a1e52d50c79e847281faecb823f089018944e9ac.tar.xz
rt.equinox.framework-a1e52d50c79e847281faecb823f089018944e9ac.zip
Bug 497576 - [equinox framework] augmenting bundle metadata
Container changes to allow a container adaptor to adapt a builder before it is used by the container. EquinoxContainerAdaptor changes to call StorageHook implementations to adapt a builder for a generation. Change-Id: I4597f98b6fc6c993fc601a615f61047a8299beae Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index a6a19b937..d2bf3b7ab 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.runtime",
org.eclipse.core.runtime.internal.adaptor;x-internal:=true,
org.eclipse.equinox.log;version="1.0",
- org.eclipse.osgi.container;version="1.1",
+ org.eclipse.osgi.container;version="1.2",
org.eclipse.osgi.container.builders;version="1.0",
org.eclipse.osgi.container.namespaces;version="1.0",
org.eclipse.osgi.framework.console;version="1.1",
@@ -95,7 +95,7 @@ Bundle-Activator: org.eclipse.osgi.internal.framework.SystemBundleActivator
Bundle-Description: %systemBundle
Bundle-Copyright: %copyright
Bundle-Vendor: %eclipse.org
-Bundle-Version: 3.11.100.qualifier
+Bundle-Version: 3.12.0.qualifier
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true

Back to the top