Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 45a402990c4e62f62ad5eeb0faa626bd840f5ec7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.eastadl.nattable.allocation.config;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.nattable;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.nattable.common;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.eastadl.nattable.allocation.Acti
 vator
Bundle-SymbolicName: org.eclipse.papyrus.eastadl.nattable.allocation;s
 ingleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top