Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2013-09-07 14:39:53 +0000
committerChristian W. Damus2013-09-07 14:39:53 +0000
commit03d64c0d7976065e043e213b02004bb943822fc8 (patch)
treee4ae44879032af9e029261e9f466435e0ab8b80f /tests/junit/extraplugins
parent156dd23c95752a8c85a00f5a5c8b13fb6debb06b (diff)
downloadorg.eclipse.papyrus-03d64c0d7976065e043e213b02004bb943822fc8.tar.gz
org.eclipse.papyrus-03d64c0d7976065e043e213b02004bb943822fc8.tar.xz
org.eclipse.papyrus-03d64c0d7976065e043e213b02004bb943822fc8.zip
415371: [CDO] Repository search tests need CDO's server-side OCL queries.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415371
Diffstat (limited to 'tests/junit/extraplugins')
-rw-r--r--tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui.tests/META-INF/MANIFEST.MF
index 54a6945b255..c030a352346 100644
--- a/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui.tests/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@ Require-Bundle: org.eclipse.papyrus.cdo.core.tests;bundle-version="0.10.1",
org.eclipse.papyrus.views.search;bundle-version="0.10.1",
org.eclipse.ui;bundle-version="3.105.0",
org.eclipse.papyrus.cdo.ui,
- org.eclipse.search;bundle-version="3.9.0"
+ org.eclipse.search;bundle-version="3.9.0",
+ org.eclipse.emf.cdo.server.ocl;bundle-version="4.2.0"
Import-Package: com.google.common.base;version="10.0.1",
com.google.common.collect;version="10.0.1"
Export-Package: org.eclipse.papyrus.cdo.uml.search.ui.tests

Back to the top