Skip to main content
summaryrefslogtreecommitdiffstats
blob: 366e510fbc36d2988ba7b8fa055ccd64cf28e255 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: QvtTransformation
Bundle-SymbolicName: org.eclipse.papyrus.qvtTransformation; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.papyrus.qvttransformation.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.emf.ecore;bundle-version="2.5.0",
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.4.0",
 org.eclipse.m2m.qvt.oml;bundle-version="3.0.0",
 org.eclipse.papyrus.core,
 org.eclipse.m2m.qvt.oml.runtime;bundle-version="2.1.0",
 org.eclipse.m2m.qvt.oml.common;bundle-version="2.1.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top