Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-06-23 19:32:33 +0000
committermkersten2006-06-23 19:32:33 +0000
commitc55a49830adc8a1c15cfbe0d1ffb5f7c1d62e81f (patch)
tree01ee4cdffaa1555928e0a0c82947b5066543507e /org.eclipse.mylyn.bugzilla.tests/META-INF
parente820199fd5e5c9849f6a0dbd21a431fe2b97052f (diff)
downloadorg.eclipse.mylyn.tasks-c55a49830adc8a1c15cfbe0d1ffb5f7c1d62e81f.tar.gz
org.eclipse.mylyn.tasks-c55a49830adc8a1c15cfbe0d1ffb5f7c1d62e81f.tar.xz
org.eclipse.mylyn.tasks-c55a49830adc8a1c15cfbe0d1ffb5f7c1d62e81f.zip
Progress on: test for http connection
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index 3e759bde9..076d03458 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -8,6 +8,7 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit,
+ org.eclipse.jface.text,
org.eclipse.ui.ide,
org.eclipse.ui.views,
org.eclipse.ui.editors,
@@ -16,7 +17,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylar.bugzilla.ui,
org.eclipse.mylar.tasklist,
org.eclipse.mylar.core.tests,
- org.eclipse.jface.text,
org.eclipse.mylar.tasklist.tests
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org

Back to the top