Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-11-24 21:48:55 +0000
committerMichael Valenta2005-11-24 21:48:55 +0000
commita1188a52c39969b9da2b2a479e7cf07e8f3abbb1 (patch)
treefb387291be09122d85beaba5b3e3b5f70d0ad416 /bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
parentd7fc7b0fdbd3ab177068a226b520b2b8624fa4b4 (diff)
downloadeclipse.platform.team-a1188a52c39969b9da2b2a479e7cf07e8f3abbb1.tar.gz
eclipse.platform.team-a1188a52c39969b9da2b2a479e7cf07e8f3abbb1.tar.xz
eclipse.platform.team-a1188a52c39969b9da2b2a479e7cf07e8f3abbb1.zip
Merged from branch with common navigator work
Diffstat (limited to 'bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
index 2966f88bf..9701d6220 100644
--- a/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
@@ -25,5 +25,6 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)";resolution:=op
org.eclipse.team.core;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.compare;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)"
+ org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0)"
Eclipse-LazyStart: true

Back to the top