Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2019-08-30 14:34:04 +0000
committerThomas Watson2019-08-30 14:34:04 +0000
commit5bdd7cc0ab592f185ec840eb5a34f853475669bc (patch)
tree49cbbb23dfb4d5a769ca08b713400ddb64496843
parente144d834744a05916ad6723af7d908cefe44a57b (diff)
downloadrt.equinox.framework-5bdd7cc0ab592f185ec840eb5a34f853475669bc.tar.gz
rt.equinox.framework-5bdd7cc0ab592f185ec840eb5a34f853475669bc.tar.xz
rt.equinox.framework-5bdd7cc0ab592f185ec840eb5a34f853475669bc.zip
Change-Id: I33fce4e69bd1b1b7d6e20fc30c6c5747e01d0332 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
index d067299f4..7924b13ae 100644
--- a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.equinox.supplement
Bundle-Version: 1.9.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Export-Package: org.eclipse.equinox.log;version="1.0",
+Export-Package: org.eclipse.equinox.log;version="1.1",
org.eclipse.osgi.framework.console;version="1.1",
org.eclipse.osgi.framework.eventmgr;version="1.2",
org.eclipse.osgi.framework.log;version="1.1",

Back to the top