Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 3e0f8d95b0de79afa069678dde218ac5d03068e6 (plain) (tree)
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.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