Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6c05f9bbfbbc10bf44d9edf0307843885f5d8d5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.nattable;bundle-version="0.10.1",
 org.eclipse.uml2.uml;bundle-version="4.1.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.1.qualifier
Bundle-Name: UML Generic Table Config (Incubation)
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.nattable.generic.config.Acti
 vator
Bundle-SymbolicName: org.eclipse.papyrus.uml.nattable.generic.config;s
 ingleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top