Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1e89751cde29a155561af7491c2e0ce350a56e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: QVTrelation ModelMorf Examples
Bundle-SymbolicName: org.eclipse.qvtd.examples.qvtrelation.modelmorf
Bundle-Version: 0.13.0.qualifier
Export-Package: org.eclipse.qvtd.examples.qvtrelation.modelmorf
Bundle-Vendor: Eclipse Modeling Project
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.emf.mwe2.runtime;bundle-version="2.7.0",
 org.eclipse.emf.mwe2.launch;bundle-version="2.7.0",
 org.apache.log4j;bundle-version="1.2.15"

Back to the top