Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5bb6f8e3cc91e5064e463eb28bea079953595dd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.sirius.table.ui.ext;singleton:=true
Bundle-Version: 6.0.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.sirius.table.ui;bundle-version="3.0.0",
 org.eclipse.osgi;bundle-version="0.0.0",
 org.eclipse.emf.common.ui;bundle-version="2.7.0"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.sirius.table.ui.ext.TableUIExtPlugin$Implementation
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.sirius.table.ui.ext;version="3.0.0"
Automatic-Module-Name: org.eclipse.sirius.table.ui.ext

Back to the top