Skip to main content
summaryrefslogtreecommitdiffstats
blob: 17290f78805cbd7bb0230a75b6c65597573def50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ExtendedType Customization (Incubation)
Bundle-SymbolicName: org.eclipse.papyrus.extendedtypes.customization;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-Activator: org.eclipse.papyrus.extendedtypes.customization.Activator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.queries.customization;bundle-version="0.9.0",
 org.eclipse.papyrus.properties;bundle-version="0.9.0",
 org.eclipse.papyrus.newchild;bundle-version="0.9.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top