Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c5f0a58213534645b4230a235b308e5e2f717874 (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.500.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.500";x-internal:=true,
 org.gastro.rcp.internal.table;version="4.0.500";x-internal:=true

Back to the top