Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 82b759675b31f3466a65e49ae8662928f6da7bbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.sysml.nattable.allocation.config;bundle-version="0.10.1",
 org.eclipse.papyrus.infra.nattable;bundle-version="0.10.1",
 org.eclipse.papyrus.infra.nattable.common;bundle-version="0.10.1"
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.1.qualifier
Bundle-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.sysml.nattable.allocation.Activa
 tor
Bundle-SymbolicName: org.eclipse.papyrus.sysml.nattable.allocation;sin
 gleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top