Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ee360a77cbc091ececa9710faf6719bb42c70f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.edit,
 org.eclipse.papyrus.infra.constraints;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.constraints.edit;bundle-version="1.0.1",
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.edit,
 org.eclipse.papyrus.infra.viewpoints.configuration;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.viewpoints.iso42010;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.viewpoints.iso42010.edit;bundle-version="1.0.1"
Export-Package: org.eclipse.papyrus.infra.viewpoints.configuration.pro
 vider
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.1.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.infra.viewpoints.configuration.p
 rovider.ConfigurationEditPlugin$Implementation
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.viewpoints.configuratio
 n.edit;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top