Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkborn2016-04-05 10:21:43 +0000
committerkborn2016-04-05 10:21:43 +0000
commit065500290506fabc964fbc1b8c136178b122ac57 (patch)
treed40dab62c28bcd01d13113d58a7fc82d9f95613e
parent0b5be950705718e4fa3da98ff1448697139f176d (diff)
downloadorg.eclipse.emft.henshin-065500290506fabc964fbc1b8c136178b122ac57.tar.gz
org.eclipse.emft.henshin-065500290506fabc964fbc1b8c136178b122ac57.tar.xz
org.eclipse.emft.henshin-065500290506fabc964fbc1b8c136178b122ac57.zip
Added the CPA project as required bundle to to test project.
Change-Id: Ib4efaf5793bbeeac365d3542926e2c5bf926ed19 Signed-off-by: kborn <kristopherborn@gmx.de>
-rw-r--r--plugins/org.eclipse.emf.henshin.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.henshin.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.henshin.tests/META-INF/MANIFEST.MF
index 7e8fafc08..17f4ec7cc 100644
--- a/plugins/org.eclipse.emf.henshin.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.henshin.tests/META-INF/MANIFEST.MF
@@ -20,6 +20,7 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="3.6.0",
org.eclipse.emf.henshin.examples;bundle-version="0.9.0",
org.eclipse.emf.henshin.statespace;bundle-version="0.9.0";visibility:=reexport,
org.eclipse.emf.henshin.giraph;bundle-version="1.0.0",
+ org.eclipse.emf.henshin.cpa;bundle-version="1.3.0",
org.eclipse.ocl.ecore;bundle-version="3.0.0",
org.eclipse.emf.query.ocl;bundle-version="2.0.0",
org.junit;bundle-version="4.0.0"

Back to the top