Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorebiermann2010-05-25 11:51:44 +0000
committerebiermann2010-05-25 11:51:44 +0000
commit0192e916ad6bea3a3452cca49f6aab4081c4ccff (patch)
tree83190868d9d672cb5a9c237e6a99dfbadd43438e /plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF
parent181776f74b6a7478c3e315ea8e1b95503eed97e6 (diff)
downloadorg.eclipse.emft.henshin-0192e916ad6bea3a3452cca49f6aab4081c4ccff.tar.gz
org.eclipse.emft.henshin-0192e916ad6bea3a3452cca49f6aab4081c4ccff.tar.xz
org.eclipse.emft.henshin-0192e916ad6bea3a3452cca49f6aab4081c4ccff.zip
added TTC10 example of a ecore2genmodel transformation
Diffstat (limited to 'plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF
index 671d6c50f..7e0aa8fee 100644
--- a/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF
@@ -14,4 +14,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore.xmi,
org.eclipse.emf.henshin.common;bundle-version="0.5.0",
org.eclipse.emf.henshin.model;bundle-version="0.5.0",
- org.eclipse.emf.henshin.interpreter;bundle-version="0.5.0"
+ org.eclipse.emf.henshin.interpreter;bundle-version="0.5.0",
+ org.eclipse.emf.codegen.ecore;bundle-version="2.5.0"

Back to the top