Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/core/org.eclipse.papyrus.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/core/org.eclipse.papyrus.tests/META-INF/MANIFEST.MF
index 93e842559d8..294b5302924 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.tests/META-INF/MANIFEST.MF
@@ -81,7 +81,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.types.ui.tests;bundle-version="1.2.0",
org.eclipse.papyrus.infra.services.semantic.tests;bundle-version="1.2.0",
org.eclipse.papyrus.uml.service.types.ui.tests;bundle-version="1.2.0",
- org.eclipse.papyrus.eclipse.project.editors.tests;bundle-version="2.0.0"
+ org.eclipse.papyrus.eclipse.project.editors.tests;bundle-version="2.0.0",
+ org.eclipse.papyrus.infra.emf.gmf.tests;bundle-version="1.2.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier

Back to the top