Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-02-22 15:16:17 +0000
committercletavernie2013-02-22 15:16:17 +0000
commitc55876a92221dc1c53a1a334a0873e192cd3c6d4 (patch)
tree183aaa6b46e9660ad6b92df33054b7ce0ce84820 /tests/junit
parentc799a9106b0ca2c3389550aabd02f2d98bae171b (diff)
downloadorg.eclipse.papyrus-c55876a92221dc1c53a1a334a0873e192cd3c6d4.tar.gz
org.eclipse.papyrus-c55876a92221dc1c53a1a334a0873e192cd3c6d4.tar.xz
org.eclipse.papyrus-c55876a92221dc1c53a1a334a0873e192cd3c6d4.zip
[Minor] Fix test dependencies
Diffstat (limited to 'tests/junit')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/core/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF
index 1c74ef62b9e..e0c055ee01c 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF
@@ -28,7 +28,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.table.instance;bundle-version="0.10.0",
org.eclipse.papyrus.infra.table.common;bundle-version="0.10.0",
org.eclipse.papyrus.infra.widgets;bundle-version="0.10.0",
- org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0"
+ org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0",
+ org.eclipse.gmf.runtime.diagram.ui.resources.editor;bundle-version="1.7.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.editor.integration.tests,

Back to the top