Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-09-07 17:43:34 +0000
committermkersten2006-09-07 17:43:34 +0000
commitfab7fc72649fc9b970b6c73ef98aa922e73286b4 (patch)
tree1d71e730a810b5a2efa0157d5f27453254f9f3e9 /org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
parent1f93b919dadf3c44902357c614429feb9be8422e (diff)
downloadorg.eclipse.mylyn.tasks-fab7fc72649fc9b970b6c73ef98aa922e73286b4.tar.gz
org.eclipse.mylyn.tasks-fab7fc72649fc9b970b6c73ef98aa922e73286b4.tar.xz
org.eclipse.mylyn.tasks-fab7fc72649fc9b970b6c73ef98aa922e73286b4.zip
Progress on: 152820: create visual design legend
https://bugs.eclipse.org/bugs/show_bug.cgi?id=152820
Diffstat (limited to 'org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index 5f002a797..a66f5fa93 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -6,3 +6,9 @@ Bundle-Version: 0.6.2.v20060828-1600
Bundle-Localization: plugin
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.ui.forms,
+ org.eclipse.mylar.tasks.ui
+Export-Package: org.eclipse.mylar.doc.internal.actions,
+ org.eclipse.mylar.doc.internal.dialogs
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top