Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b4edabcd6ec0207a95e26e427b2cf0c9b61d32fc (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.osgi.profile;bundle-version="0.10.1"
Export-Package: org.eclipse.papyrus.adl4eclipse.org
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.1.qualifier
Bundle-Name: %pluginName
Bundle-localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.adl4eclipse.org.Activator
Bundle-SymbolicName: org.eclipse.papyrus.adl4eclipse.profile;singleton
 :=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top