Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9243810c532096e8993a76376ecb99f3ec27e773 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Electronic Restaurant Example RCP Table
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
Bundle-Version: 4.0.200.qualifier
Bundle-Activator: org.gastro.rcp.internal.table.Activator
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse Modeling Project
Export-Package: com.swtdesigner;version="4.0.200";x-internal:=true,
 org.gastro.rcp.internal.table;version="4.0.200";x-internal:=true

Back to the top