Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/extraplugins/org.eclipse.papyrus.tests.extra/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/extraplugins/org.eclipse.papyrus.tests.extra/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/junit/extraplugins/org.eclipse.papyrus.tests.extra/META-INF/MANIFEST.MF b/tests/junit/extraplugins/org.eclipse.papyrus.tests.extra/META-INF/MANIFEST.MF
index 2844ae19c38..0c68b0febf2 100644
--- a/tests/junit/extraplugins/org.eclipse.papyrus.tests.extra/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/org.eclipse.papyrus.tests.extra/META-INF/MANIFEST.MF
@@ -7,7 +7,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.cdo.tests;bundle-version="1.0.0",
org.eclipse.papyrus.cdo.ui.tests;bundle-version="1.0.0",
org.eclipse.papyrus.cdo.uml.ui.tests;bundle-version="1.0.0",
- org.eclipse.papyrus.cdo.validation.problems.tests;bundle-version="1.0.0"
+ org.eclipse.papyrus.cdo.validation.problems.tests;bundle-version="1.0.0",
+ org.eclipse.papyrus.cpp.codegen.tests;bundle-version="1.0.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier

Back to the top