Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 796cbadf16fcc562b85b592befc890ff68eeb2c1 (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
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.qompass.modellibs.tracing;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Activator: org.eclipse.papyrus.qompass.modellibs.tracing.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.papyrus.fcm.profile;bundle-version="0.9.2",
 org.eclipse.papyrus.qompass.modellibs.core;bundle-version="0.9.2",
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.qompass.designer.core;bundle-version="0.9.2",
 org.eclipse.papyrus.infra.services.tracepoints;bundle-version="0.9.2",
 org.eclipse.papyrus.infra.core;bundle-version="0.9.2",
 org.eclipse.emf.workspace;bundle-version="1.5.0",
 org.eclipse.uml2.uml;bundle-version="4.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin

Back to the top