Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 722568bfbfa2e40f508af67d46db60040f79681f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                            
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Bulletin Board API
Bundle-SymbolicName: org.eclipse.ecf.bulletinboard
Bundle-Version: 0.1.0
Bundle-Activator: org.eclipse.ecf.internal.bulletinboard.BulletinBoardPlugin
Bundle-Vendor: Erkki Lindpere
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf
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

Back to the top