Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 478b0cf637074648b251316b176bf0acbe2a5f9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: FrameworkAdmin Service IF
Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin
Bundle-Version: 1.0.0
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Import-Package: org.osgi.framework;version="1.3.0",
 org.osgi.service.startlevel;version="1.0.0"
Export-Package: org.eclipse.equinox.configurator,
 org.eclipse.equinox.frameworkadmin,
 org.eclipse.equinox.internal.frameworkadmin.utils,
 org.eclipse.equinox.internal.simpleconfigurator.utils

Back to the top