Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-02-25 18:30:06 +0000
committerSteffen Pingel2012-02-25 18:30:06 +0000
commit50009ef2029afa36ecf13ed6cceffffcea85075d (patch)
tree2a8dac5f0e50559bc735c2faeb2fad3d27c9c8f5 /org.eclipse.mylyn.tasks.index.tests
parentfbcff21492292b09bfdb77cce44e61bcb7ba61fd (diff)
downloadorg.eclipse.mylyn.tasks-50009ef2029afa36ecf13ed6cceffffcea85075d.tar.gz
org.eclipse.mylyn.tasks-50009ef2029afa36ecf13ed6cceffffcea85075d.tar.xz
org.eclipse.mylyn.tasks-50009ef2029afa36ecf13ed6cceffffcea85075d.zip
RESOLVED - bug 351100: force UI plug-in to be loaded
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351100 Change-Id: I9d9d42045b999b768a620a38e44e1160352f439f
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.tests')
-rw-r--r--org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
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 0a693b212..2f3faa0ba 100644
--- a/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.tests/META-INF/MANIFEST.MF
@@ -5,11 +5,12 @@ Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.tests
Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.core.runtime,
+Require-Bundle: org.junit;bundle-version="4.5.0",
+ org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.tasks.core,
org.eclipse.mylyn.tasks.index.core,
- org.junit;bundle-version="4.5.0",
+ org.eclipse.mylyn.tasks.index.ui,
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

Back to the top