Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-02-08 07:42:16 +0000
committerspingel2011-02-08 07:42:16 +0000
commit239d3f3290f84fbbc80588e4f4617f47f83b98db (patch)
tree4e4f7e305d23541a0a994226ca1a380f0aa919d9
parent45c017eeb4da44607d760d9aea698954abadee9c (diff)
downloadorg.eclipse.mylyn.incubator-239d3f3290f84fbbc80588e4f4617f47f83b98db.tar.gz
org.eclipse.mylyn.incubator-239d3f3290f84fbbc80588e4f4617f47f83b98db.tar.xz
org.eclipse.mylyn.incubator-239d3f3290f84fbbc80588e4f4617f47f83b98db.zip
RESOLVED - bug 318271: fix failing tests for 3.5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318271
-rw-r--r--org.eclipse.mylyn.sandbox.tests/META-INF/MANIFEST.MF41
1 files changed, 21 insertions, 20 deletions
diff --git a/org.eclipse.mylyn.sandbox.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.sandbox.tests/META-INF/MANIFEST.MF
index c524d1e8..3655fa2e 100644
--- a/org.eclipse.mylyn.sandbox.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.sandbox.tests/META-INF/MANIFEST.MF
@@ -5,38 +5,39 @@ Bundle-SymbolicName: org.eclipse.mylyn.sandbox.tests;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.ui,
+ org.eclipse.core.resources,
org.eclipse.core.runtime,
- org.eclipse.mylyn.context.core,
- org.eclipse.mylyn.context.ui,
- org.eclipse.mylyn.java.ui,
org.eclipse.jdt.core,
- org.eclipse.mylyn.tasks.ui,
- org.eclipse.core.resources,
+ org.eclipse.jdt.ui,
+ org.eclipse.jface.text,
+ org.eclipse.pde.core,
+ org.eclipse.ui,
org.eclipse.ui.browser,
+ org.eclipse.ui.forms,
+ org.eclipse.ui.ide,
+ org.apache.commons.httpclient,
org.junit,
org.eclipse.mylyn.bugzilla.core,
+ org.eclipse.mylyn.bugzilla.tests,
org.eclipse.mylyn.bugzilla.ui,
- org.eclipse.jface.text,
- org.eclipse.ui.ide,
+ org.eclipse.mylyn.commons.core;bundle-version="3.5.0",
+ org.eclipse.mylyn.commons.net,
+ org.eclipse.mylyn.commons.tests,
+ org.eclipse.mylyn.context.core,
+ org.eclipse.mylyn.context.tests,
+ org.eclipse.mylyn.context.ui,
+ org.eclipse.mylyn.java.ui,
org.eclipse.mylyn.java.tests,
- org.eclipse.mylyn.tasks.core,
- org.eclipse.mylyn.monitor.ui,
- org.eclipse.ui.forms,
- org.eclipse.mylyn.sandbox.ui,
org.eclipse.mylyn.monitor.core,
org.eclipse.mylyn.monitor.reports,
org.eclipse.mylyn.monitor.usage,
- org.eclipse.jdt.ui,
- org.eclipse.mylyn.context.tests,
- org.eclipse.mylyn.web.tasks,
- org.apache.commons.httpclient,
- org.eclipse.mylyn.commons.net,
- org.eclipse.mylyn.commons.tests,
+ org.eclipse.mylyn.tasks.core,
org.eclipse.mylyn.tasks.tests,
+ org.eclipse.mylyn.tasks.ui,
org.eclipse.mylyn.tests.util,
- org.eclipse.pde.core,
- org.eclipse.mylyn.bugzilla.tests
+ org.eclipse.mylyn.monitor.ui,
+ org.eclipse.mylyn.sandbox.ui,
+ org.eclipse.mylyn.web.tasks
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.monitor.reports.tests;x-internal:=true,
org.eclipse.mylyn.monitor.tests;x-internal:=true,

Back to the top