Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 465d8c9c2e80253a29ce299b23573266c928c6ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.cdo.validation.problems.edit,
 org.eclipse.papyrus.cdo.validation.problems.provider
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.papyrus.cdo.validation.problems;bundle-version="0.10.1",
 org.eclipse.emf.edit;bundle-version="[2.8.0,3.0.0)";visibility:=reexport
Bundle-Vendor: %providerName
Bundle-Version: 0.10.1.qualifier
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.cdo.validation.problems.provider
 .ProblemsEditPlugin$Implementation
Bundle-SymbolicName: org.eclipse.papyrus.cdo.validation.problems.edit;
 singleton:=true

Back to the top