Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 36428d09fab6863ed8a2b469c772e63d2f856789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.bulletinboard
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.ecf.internal.bulletinboard.BulletinBoardPlugin
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ecf,
 org.eclipse.equinox.common
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.bulletinboard,
 org.eclipse.ecf.internal.bulletinboard;x-internal:=true
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4
Import-Package: org.osgi.framework;version="1.4.0"

Back to the top