Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b35d7d62f0dbb7f64f84dd394fc07bed9bb231e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
Bundle-Version: 4.1.0.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: JavaSE-1.8
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: com.swtdesigner;version="4.0.500";x-internal:=true,
 org.gastro.rcp.internal.table;version="4.1.0";x-internal:=true
Automatic-Module-Name: org.gastro.rcp.table

Back to the top