Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a2eab6d33f02df0b2bef3a7328ea400605dca694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.design.profile.architecture,
 org.eclipse.papyrus.design.profile.architecture.impl,
 org.eclipse.papyrus.design.profile.architecture.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.uml2.uml;bundle-version="5.0.0";visibility:=reexport
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.2.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.design.profile.architecture;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top