Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 65cc7796189929e0ba928778cd3b2c0223e4436f (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="1.0.1",
 org.eclipse.papyrus.infra.nattable;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.nattable.common;bundle-version="1.0.1"
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.1.qualifier
Bundle-Name: %Bundle-Name
Bundle-Activator: org.eclipse.papyrus.sysml.nattable.allocation.Activa
 tor
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.sysml.nattable.allocation;sin
 gleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top