-
Notifications
You must be signed in to change notification settings - Fork 65
/
MANIFEST.MF
26 lines (26 loc) · 1.62 KB
/
MANIFEST.MF
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiServices
Bundle-SymbolicName: org.eclipse.osgi.services;deprecated:="Deprecated in favour of the original jars published by the OSGi working-group."
Bundle-Version: 3.12.0.qualifier
Bundle-Description: %osgiServicesDes
Bundle-Localization: plugin
Bundle-Vendor: %eclipse.org
Bundle-DocUrl: http://www.eclipse.org
Bundle-ContactAddress: www.eclipse.org
Export-Package: org.osgi.service.component.annotations;version="1.3",
org.osgi.service.log;version="1.5";uses:="org.osgi.framework";mandatory:="never.ever.use";never.ever.use="true"
Import-Package: org.osgi.service.log;version="[1.5,1.6)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.osgi.services
Require-Bundle: org.osgi.service.cm;bundle-version="[1.6.0,1.7.0)";visibility:=reexport,
org.osgi.service.component;bundle-version="[1.5.0,1.6.0)";visibility:=reexport,
org.osgi.service.device;bundle-version="[1.1.0,1.2.0)";visibility:=reexport,
org.osgi.service.event;bundle-version="[1.4.0,1.5.0)";visibility:=reexport,
org.osgi.service.metatype;bundle-version="[1.4.0,1.5.0)";visibility:=reexport,
org.osgi.service.provisioning;bundle-version="[1.2.0,1.3.0)";visibility:=reexport,
org.osgi.service.upnp;bundle-version="[1.2.0,1.3.0)";visibility:=reexport,
org.osgi.service.useradmin;bundle-version="[1.1.0,1.2.0)";visibility:=reexport,
org.osgi.service.wireadmin;bundle-version="[1.0.0,1.1.0)";visibility:=reexport,
org.eclipse.equinox.http.service.api;bundle-version="[1.2.0,2.0.0)";visibility:=reexport,
org.osgi.service.http.whiteboard;bundle-version="[1.1.0,2.0.0)";visibility:=reexport