Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2017-02-15 21:21:10 +0000
committerThomas Watson2017-06-16 12:38:08 +0000
commit6b01d11c037e98842a9c3b18a6a8866813d63dab (patch)
tree607a36a91705fd6b9204b626bc226bac9851cf15 /bundles/org.eclipse.osgi/META-INF
parentda81ff3f6ba3536193be01974a56f8d40223b216 (diff)
downloadrt.equinox.framework-6b01d11c037e98842a9c3b18a6a8866813d63dab.tar.gz
rt.equinox.framework-6b01d11c037e98842a9c3b18a6a8866813d63dab.tar.xz
rt.equinox.framework-6b01d11c037e98842a9c3b18a6a8866813d63dab.zip
dto: Update org.osgi.dto package to 1.1
DTO 1.1 adds support for enum and Version field types. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF')
-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 e1d72cb93..aa41328a5 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -51,7 +51,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.eclipse.osgi.storage.url.reference;x-internal:=true,
org.eclipse.osgi.storagemanager;version="1.0",
org.eclipse.osgi.util;version="1.1",
- org.osgi.dto;version="1.0",
+ org.osgi.dto;version="1.1",
org.osgi.framework;version="1.9",
org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",
org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",

Back to the top