Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ad811d1c4c1c9dc5067d654b66a90a8ae66f94f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.uml2.uml;bundle-version="3.0.1",
 org.eclipse.emf.validation;bundle-version="1.3.0",
 org.eclipse.papyrus.qompass.designer.core;bundle-version="0.10.1",
 org.eclipse.papyrus.fcm.profile;bundle-version="0.10.1",
 org.eclipse.ui,
 org.eclipse.papyrus.uml.tools.utils;bundle-version="0.10.1"
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.qompass.designer.validation.Acti
 vator
Bundle-SymbolicName: org.eclipse.papyrus.qompass.designer.validation;s
 ingleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top