REOPENED - bug 362998: compile error on Galileo due to missing
org.junit4 dependency 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362998
diff --git a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
index 30a8746..0a693b2 100644
--- a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
@@ -6,11 +6,11 @@
 Bundle-Vendor: Eclipse.org
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.mylyn.commons.core;bundle-version="3.7.0",
- org.eclipse.mylyn.tasks.core;bundle-version="3.7.0",
+ org.eclipse.mylyn.commons.core,
+ org.eclipse.mylyn.tasks.core,
  org.eclipse.mylyn.tasks.index.core,
- org.junit4,
- org.eclipse.mylyn.tasks.tests;bundle-version="3.7.0"
+ org.junit;bundle-version="4.5.0",
+ org.eclipse.mylyn.tasks.tests
 Export-Package: org.eclipse.mylyn.internal.tasks.index.tests;x-internal:=true,
  org.eclipse.mylyn.internal.tasks.index.tests.util;x-internal:=true