Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 351238e0b6bec4118703c59e52b2c23a0fdb1a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.views.properties;bundle-version="1.2.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.dsml.validation.properties.Activator
Bundle-SymbolicName: org.eclipse.papyrus.dsml.validation.properties;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top