Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-12-09 18:59:36 +0000
committerThomas Watson2011-12-09 18:59:36 +0000
commit9ec732264eb2c4dc2a21ae075dbf6ff3e5449d13 (patch)
tree5e67dc7209cfb2987a84564410be3e3ed0f30274
parentca9cd6190f64ff79cf4b61c317d3124be64251f5 (diff)
downloadrt.equinox.framework-9ec732264eb2c4dc2a21ae075dbf6ff3e5449d13.tar.gz
rt.equinox.framework-9ec732264eb2c4dc2a21ae075dbf6ff3e5449d13.tar.xz
rt.equinox.framework-9ec732264eb2c4dc2a21ae075dbf6ff3e5449d13.zip
increment the package version for org.osgi.framework.launch
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 142a91e4b..ce127bd80 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -20,7 +20,7 @@ Export-Package: org.eclipse.osgi.event;version="1.0",
org.eclipse.osgi.util;version="1.1",
org.eclipse.equinox.log; version="1.0",
org.osgi.framework;version="1.7",
- org.osgi.framework.launch; version="1.0",
+ org.osgi.framework.launch; version="1.1",
org.osgi.framework.hooks.bundle; version="1.1",
org.osgi.framework.hooks.resolver; version="1.0",
org.osgi.framework.hooks.service; version="1.1",

Back to the top