Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eb30ccb7d2a5bbdcea0fbd2ac5ff5c760e5e5c3b (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.3.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-11
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.3";x-internal:=true
Automatic-Module-Name: org.gastro.rcp.table

Back to the top