Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1ce2704404000ef0f7de51b67e5a5feacc7b949e (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
Manifest-Version: 1.0
Bundle-Name: ECF Core API
Bundle-SymbolicName: org.eclipse.ecf;singleton:=true
Bundle-Version: 0.9.3
Bundle-ClassPath: ecf.jar
Bundle-Activator: org.eclipse.ecf.internal.core.ECFPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Eclipse-LazyStart: true
Eclipse-AutoStart: true
Require-Bundle: org.eclipse.osgi,
 org.eclipse.core.runtime,
 org.eclipse.ecf.identity;visibility:=reexport
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.ecf.core,
 org.eclipse.ecf.core.comm,
 org.eclipse.ecf.core.comm.provider,
 org.eclipse.ecf.core.events,
 org.eclipse.ecf.core.provider,
 org.eclipse.ecf.core.security,
 org.eclipse.ecf.core.start,
 org.eclipse.ecf.core.user,
 org.eclipse.ecf.core.util

Back to the top