Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 29942b64ec7dfbc7b98a4dcf9a35047b7ebe4426 (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 Department
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
Bundle-Version: 4.0.100.qualifier
Bundle-Activator: org.gastro.rcp.internal.department.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Export-Package: com.swtdesigner;version="4.0.100";x-internal:=true,
 org.gastro.rcp.internal.department;version="4.0.100";x-internal:=true

Back to the top