Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-02-22 14:53:47 +0000
committercletavernie2013-02-22 14:53:47 +0000
commit85c5fa7ddcb510e35c3c0bb29e658b8cb4f67c18 (patch)
treed49e0fbaa69049878800b5174e78c181cc26f75c
parent904f63a7e6d5be59aded56f8a4b83917c8951f08 (diff)
downloadorg.eclipse.papyrus-85c5fa7ddcb510e35c3c0bb29e658b8cb4f67c18.tar.gz
org.eclipse.papyrus-85c5fa7ddcb510e35c3c0bb29e658b8cb4f67c18.tar.xz
org.eclipse.papyrus-85c5fa7ddcb510e35c3c0bb29e658b8cb4f67c18.zip
[Minor] Fix test dependencies
-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 5091c0be21f..1cfdc189dfa 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
@@ -26,7 +26,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.7.0",
org.eclipse.papyrus.uml.table.default;bundle-version="0.10.0",
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.table.common;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.widgets;bundle-version="0.10.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.editor.integration.tests,

Back to the top