Skip to main content
summaryrefslogtreecommitdiffstats
blob: d590f3e466d5a1a65ada118468bb2c4d65db3047 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Require-Bundle: org.eclipse.papyrus.infra.services.decoration;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.uml2.uml;bundle-version="[5.3.0,6.0.0)",
 org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.uml.services.decoration.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.services.decoration;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Automatic-Module-Name: org.eclipse.papyrus.uml.services.decoration

Back to the top