Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-04-15 18:40:15 +0000
committerThomas Watson2016-06-15 12:49:17 +0000
commit3841a41167128ab80ffe8f05bf793694f5c28400 (patch)
tree8ba64a488b56874cf8326ffb8413355faeb4ddda /bundles/org.eclipse.osgi/META-INF
parent5db036701b1df4e04b7897d4f00a627fd5b3bb05 (diff)
downloadrt.equinox.framework-3841a41167128ab80ffe8f05bf793694f5c28400.tar.gz
rt.equinox.framework-3841a41167128ab80ffe8f05bf793694f5c28400.tar.xz
rt.equinox.framework-3841a41167128ab80ffe8f05bf793694f5c28400.zip
Bug 449765 - Framework should provide a persistent UUID
Change-Id: Ic26c63aa5fbec649786070447c737bd81cf5521d 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..e9ee96491 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.eclipse.equinox.log;version="1.0",
org.eclipse.osgi.container;version="1.1",
org.eclipse.osgi.container.builders;version="1.0",
- org.eclipse.osgi.container.namespaces;version="1.0",
+ org.eclipse.osgi.container.namespaces;version="1.1",
org.eclipse.osgi.framework.console;version="1.1",
org.eclipse.osgi.framework.eventmgr;version="1.2",
org.eclipse.osgi.framework.internal.reliablefile;x-internal:=true,
@@ -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