Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-06-16 14:33:43 +0000
committerThomas Watson2016-06-16 14:33:43 +0000
commite234ae5142ed330df84a5eae361f864aa5cb0c10 (patch)
treef65589c1e4e56daf503bb0ef1781b51f6f9fef5e /bundles/org.eclipse.osgi/META-INF
parent3841a41167128ab80ffe8f05bf793694f5c28400 (diff)
downloadrt.equinox.framework-e234ae5142ed330df84a5eae361f864aa5cb0c10.tar.gz
rt.equinox.framework-e234ae5142ed330df84a5eae361f864aa5cb0c10.tar.xz
rt.equinox.framework-e234ae5142ed330df84a5eae361f864aa5cb0c10.zip
Revert "Bug 449765 - Framework should provide a persistent UUID"
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 e9ee96491..a6a19b937 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.1",
+ org.eclipse.osgi.container.namespaces;version="1.0",
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.12.0.qualifier
+Bundle-Version: 3.11.100.qualifier
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true

Back to the top