Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-27 17:53:18 +0000
committermkersten2005-10-27 17:53:18 +0000
commit15f76dea89e47eab983c421f0768d5ccc4532835 (patch)
tree111619fcafedb7f15503910ec0f67c94ad0051d8 /org.eclipse.mylyn.tasks.core
parent68b850ff765ca4398d1c4d0a0d1b201e41c02fba (diff)
downloadorg.eclipse.mylyn.tasks-15f76dea89e47eab983c421f0768d5ccc4532835.tar.gz
org.eclipse.mylyn.tasks-15f76dea89e47eab983c421f0768d5ccc4532835.tar.xz
org.eclipse.mylyn.tasks-15f76dea89e47eab983c421f0768d5ccc4532835.zip
new site
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index 817c08ab1..82c10c3f4 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -7,19 +7,19 @@ Bundle-Activator: org.eclipse.mylar.bugs.MylarBugsPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.mylar.ui,
org.eclipse.mylar.core,
+ org.eclipse.mylar.bugzilla.ui,
+ org.eclipse.mylar.bugzilla.core,
+ org.eclipse.mylar.tasklist,
+ org.eclipse.mylar.ui; resolution:=optional,
+ org.eclipse.mylar.java; resolution:=optional,
org.eclipse.jdt.core,
org.eclipse.ui.ide,
org.eclipse.core.resources,
- org.eclipse.mylar.tasklist,
- org.eclipse.mylar.java,
org.eclipse.ui.workbench.texteditor,
org.eclipse.jface.text,
org.eclipse.jdt.ui,
- org.eclipse.ui.editors,
- org.eclipse.mylar.bugzilla.core,
- org.eclipse.mylar.bugzilla.ui
+ org.eclipse.ui.editors
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylar.bugs,
org.eclipse.mylar.bugs.java,

Back to the top