Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 22b373b97d680afcec5831dad8cd3943518ada6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Require-Bundle: org.eclipse.papyrus.java.profile;bundle-version="1.0.0";visibility:=reexport,
 org.eclipse.uml2.uml.edit;visibility:=reexport,
 org.eclipse.core.runtime
Export-Package: org.eclipse.papyrus.java.profile.java.provider
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.java.profile.java.provider.JavaE
 ditPlugin$Implementation
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.java.profile.edit;singleton:=
 true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top