Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-08-23 01:37:51 +0000
committermkersten2005-08-23 01:37:51 +0000
commit60ed9e4870335c10ea2e08473769de7aeb91b490 (patch)
tree9d5043c85bfd9f9073fbf51ecc3c3e14362589b8 /org.eclipse.mylyn.help.ui/META-INF
parent30d8b66820dd2805c2935dd9ef453605926dbf36 (diff)
downloadorg.eclipse.mylyn.tasks-60ed9e4870335c10ea2e08473769de7aeb91b490.tar.gz
org.eclipse.mylyn.tasks-60ed9e4870335c10ea2e08473769de7aeb91b490.tar.xz
org.eclipse.mylyn.tasks-60ed9e4870335c10ea2e08473769de7aeb91b490.zip
Fixed Bug #107477: split out IDE-specific dependencies into mylar.ide component
Diffstat (limited to 'org.eclipse.mylyn.help.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index 4614f40d9..44f6f304b 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -4,9 +4,6 @@ Bundle-Name: Mylar Documentation Plugin
Bundle-SymbolicName: org.eclipse.mylar.doc; singleton:=true
Bundle-Version: 0.3.5.1
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.core.resources
Eclipse-AutoStart: true
Bundle-Vendor: University of British Columbia
Bundle-ClassPath: mylar-doc.jar

Back to the top