Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-07-22 15:04:18 +0000
committermkersten2005-07-22 15:04:18 +0000
commitb81333d654ae04e505330724bdded3f52f0290fb (patch)
treebcd9ccc1f7dc7bb2a1bea85aa3edea3fb5684992 /org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
parent8465b30a22e83891d3b4f85d8ec3acffb1223001 (diff)
downloadorg.eclipse.mylyn.tasks-b81333d654ae04e505330724bdded3f52f0290fb.tar.gz
org.eclipse.mylyn.tasks-b81333d654ae04e505330724bdded3f52f0290fb.tar.xz
org.eclipse.mylyn.tasks-b81333d654ae04e505330724bdded3f52f0290fb.zip
refacotring of tasks and bugs
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
index 36aec3e12..02b3c94d3 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -10,14 +10,14 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.compare,
- org.eclipse.mylar.tasks,
org.eclipse.search,
org.eclipse.ui.views,
org.eclipse.ui.ide,
org.eclipse.mylar.bugzilla.core,
org.eclipse.mylar.core,
org.eclipse.ui.browser,
- org.eclipse.ui.forms
+ org.eclipse.ui.forms,
+ org.eclipse.mylar.tasklist
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylar.bugzilla.ui,
org.eclipse.mylar.bugzilla.ui.actions,
@@ -26,6 +26,6 @@ Export-Package: org.eclipse.mylar.bugzilla.ui,
org.eclipse.mylar.bugzilla.ui.outline,
org.eclipse.mylar.bugzilla.ui.query,
org.eclipse.mylar.bugzilla.ui.search,
- org.eclipse.mylar.bugzilla.ui.tasks,
+ org.eclipse.mylar.bugzilla.ui.tasklist,
org.eclipse.mylar.bugzilla.ui.wizard
Bundle-ClassPath: bugzilla-ui.jar

Back to the top