Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-07-05 19:59:28 +0000
committermkersten2006-07-05 19:59:28 +0000
commit30fa0be268c560ba72216abdb77579577e7963a0 (patch)
tree150be3e1607110ec972c17c759777bc1d47bb21c /org.eclipse.mylyn.bugzilla.tests/META-INF
parent95e8ecb4801385487ae7b6f689fdafceab502a68 (diff)
downloadorg.eclipse.mylyn.tasks-30fa0be268c560ba72216abdb77579577e7963a0.tar.gz
org.eclipse.mylyn.tasks-30fa0be268c560ba72216abdb77579577e7963a0.tar.xz
org.eclipse.mylyn.tasks-30fa0be268c560ba72216abdb77579577e7963a0.zip
Progress on: 148309: refactor apache dependencies
https://bugs.eclipse.org/bugs/show_bug.cgi?id=148309
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF3
1 files changed, 2 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 076d03458..9091b15ac 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -17,7 +17,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylar.bugzilla.ui,
org.eclipse.mylar.tasklist,
org.eclipse.mylar.core.tests,
- org.eclipse.mylar.tasklist.tests
+ org.eclipse.mylar.tasklist.tests,
+ org.eclipse.mylar.core
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-test.jar

Back to the top