Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ca7ed77381bde7a7b35eb1920ea108f0c00e5929 (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="1.1.0",
 org.eclipse.papyrus.fcm.profile;bundle-version="1.1.0",
 org.eclipse.ui,
 org.eclipse.papyrus.uml.tools.utils;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.qompass.designer.validation.Acti
 vator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.qompass.designer.validation;s
 ingleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top