Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 96aac648fb9cbd65dafef70a2bf97c93b5260fb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiUtil
Bundle-SymbolicName: org.eclipse.osgi.util
Bundle-Version: 3.3.100.qualifier
Bundle-Description: %osgiUtilDes
Bundle-Vendor: %eclipse.org
Bundle-Localization: plugin
Bundle-DocUrl: http://www.eclipse.org
Bundle-ContactAddress: www.eclipse.org
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,
 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: J2SE-1.5

Back to the top