Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4626963ad442276c02aa5e73990aa73244ec7177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.example.pubsub;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.ecf.example.pubsub.Activator
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.ecf;visibility:=reexport,
 org.eclipse.core.resources,
 org.eclipse.ecf.example.collab,
 org.eclipse.ecf.sharedobject
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4
Export-Package: org.eclipse.ecf.example.pubsub,
 org.eclipse.ecf.pubsub,
 org.eclipse.ecf.pubsub.impl,
 org.eclipse.ecf.pubsub.model,
 org.eclipse.ecf.pubsub.model.impl

Back to the top