Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0ab05571a3f6a7f4b6ded199e814623b7fc8a73b (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
26
27
28
29
30
31
32
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.app; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.equinox.internal.app.Activator
Bundle-Localization: plugin
Export-Package: 
 org.eclipse.equinox.app;version="1.0",
 org.eclipse.equinox.internal.app;x-friends:="org.eclipse.core.runtime",
 org.osgi.service.application;version="1.0"
Import-Package: org.eclipse.osgi.framework.console;resolution:=optional,
 org.eclipse.osgi.framework.log,
 org.eclipse.osgi.service.datalocation,
 org.eclipse.osgi.service.debug,
 org.eclipse.osgi.service.environment,
 org.eclipse.osgi.service.runnable,
 org.eclipse.osgi.storagemanager,
 org.eclipse.osgi.util,
 org.osgi.framework;version="1.3",
 org.osgi.service.condpermadmin; resolution:=optional,
 org.osgi.service.event;version="1.0.0";resolution:=optional,
 org.osgi.service.packageadmin;version="1.2",
 org.osgi.util.tracker
Require-Bundle: org.eclipse.equinox.registry;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.equinox.common;bundle-version="[3.2.0,4.0.0)"
Comment-DynamicImport: this is only used to allow late binding of the package
DynamicImport-Package: org.osgi.service.event;version="1.0.0"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.3,
 OSGi/Minimum-1.1

Back to the top