Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2013-09-07 14:54:13 +0000
committerChristian W. Damus2013-09-07 14:54:13 +0000
commit4a2d92208cd44a077074561a7398c8d1f7ee7387 (patch)
treeeed70217eacf768fc698f23bf7469780c73a27ca /tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui.tests/META-INF/MANIFEST.MF
parent03d64c0d7976065e043e213b02004bb943822fc8 (diff)
downloadorg.eclipse.papyrus-4a2d92208cd44a077074561a7398c8d1f7ee7387.tar.gz
org.eclipse.papyrus-4a2d92208cd44a077074561a7398c8d1f7ee7387.tar.xz
org.eclipse.papyrus-4a2d92208cd44a077074561a7398c8d1f7ee7387.zip
403915: [CDO] Test failure in Hudson build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=403915 These tests need the CDO server-side OCL support because it drives the DI resource queries used by the content provider for the Model Repositories view and the Import Package/Apply Profile browser dialogs.
Diffstat (limited to 'tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.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.ui.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui.tests/META-INF/MANIFEST.MF
index e30b2287992..73a6a193943 100644
--- a/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui.tests/META-INF/MANIFEST.MF
@@ -6,7 +6,8 @@ Require-Bundle: org.junit;bundle-version="4.10.0",
org.eclipse.papyrus.uml.tools;bundle-version="0.10.1",
org.eclipse.ui;bundle-version="3.100.0",
org.eclipse.papyrus.infra.widgets;bundle-version="0.10.1",
- org.eclipse.papyrus.cdo.ui;bundle-version="0.10.1"
+ org.eclipse.papyrus.cdo.ui;bundle-version="0.10.1",
+ org.eclipse.emf.cdo.server.ocl;bundle-version="4.2.0"
Export-Package: org.eclipse.papyrus.cdo.uml.internal.ui.importsources.tests;x-internal:=true,
org.eclipse.papyrus.cdo.uml.ui.tests
Bundle-Vendor: %providerName

Back to the top