Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-06-21 17:22:50 +0000
committerThomas Watson2013-07-18 20:21:26 +0000
commit2d9f0da79b5fda166e19b0d4af79f638da3ff332 (patch)
tree76edc46ba56364d5344212caa016e1e6f1c2678d /bundles/org.eclipse.osgi.util/META-INF
parent74dbf9088435ef5cfed74f1265f7509f7472c5cd (diff)
downloadrt.equinox.framework-2d9f0da79b5fda166e19b0d4af79f638da3ff332.tar.gz
rt.equinox.framework-2d9f0da79b5fda166e19b0d4af79f638da3ff332.tar.xz
rt.equinox.framework-2d9f0da79b5fda166e19b0d4af79f638da3ff332.zip
Bug 411404 - Build from source for osgi.services and osgi.util bundles
Diffstat (limited to 'bundles/org.eclipse.osgi.util/META-INF')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF8
1 files changed, 3 insertions, 5 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index 0455dd4be..0743c7661 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiUtil
Bundle-SymbolicName: org.eclipse.osgi.util
-Bundle-Version: 3.2.300.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-Description: %osgiUtilDes
Bundle-Vendor: %eclipse.org
Bundle-Localization: plugin
@@ -12,10 +12,8 @@ Export-Package: org.osgi.util.measurement; version="1.0.1",
org.osgi.util.position; version="1.0.1",
org.osgi.util.xml; version="1.0.1"
Import-Package: org.osgi.framework; version=1.1,
- javax.xml.parsers; resolution:=optional,
+ javax.xml.parsers,
org.osgi.util.measurement; version="[1.0.1, 1.2)",
org.osgi.util.position; version="[1.0.1, 1.2)",
org.osgi.util.xml; version="[1.0.1, 1.2)"
-Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,
- CDC-1.1/Foundation-1.1,
- J2SE-1.4
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top