Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d377b9e3599d198762cc0b3e093f9ff6ed16205d (plain) (blame)
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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: FrameworkAdmin Service for Equinox
Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.equinox
Bundle-Version: 1.3.3
Bundle-Activator: org.eclipse.equinox.frameworkadmin.equinox.internal.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Import-Package: org.eclipse.core.runtime,
 org.eclipse.core.runtime.adaptor,
 org.eclipse.core.runtime.internal.adaptor,
 org.eclipse.equinox.configuratormanipulator,
 org.eclipse.equinox.frameworkadmin,
 org.eclipse.equinox.internal.frameworkadmin.utils,
 org.eclipse.osgi.framework.adaptor;resolution:=optional,
 org.eclipse.osgi.framework.debug;resolution:=optional,
 org.eclipse.osgi.framework.internal.core,
 org.eclipse.osgi.service.datalocation;version="1.0.0";resolution:=optional,
 org.eclipse.osgi.service.environment;version="1.0.0";resolution:=optional,
 org.eclipse.osgi.service.resolver;version="1.1.0";resolution:=optional,
 org.eclipse.osgi.storagemanager;version="1.0.0";resolution:=optional,
 org.osgi.framework;version="1.3.0",
 org.osgi.service.log;version="1.3.0",
 org.osgi.service.startlevel;version="1.0.0",
 org.osgi.util.tracker;version="1.3.2"

Back to the top