Skip to main content
summaryrefslogtreecommitdiffstats
blob: 584efb711685194fc4294a77c34e68f1c948e6de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Gastro Example RCP Department
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
Bundle-Version: 4.0.0.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="3.0.0";x-internal:=true,
 org.gastro.rcp.internal.department;version="4.0.0";x-internal:=true

Back to the top