Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-12-09 22:23:32 +0000
committerMichael Valenta2005-12-09 22:23:32 +0000
commitc4d25d2542aa1d2df8404e3af9519a4422a469f0 (patch)
tree63aad79a8f853a2d8a98dc977ac27663ef9b9366 /bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
parentf5c55bbff72ec6b8aa403ec3b452768069ddb601 (diff)
downloadeclipse.platform.team-c4d25d2542aa1d2df8404e3af9519a4422a469f0.tar.gz
eclipse.platform.team-c4d25d2542aa1d2df8404e3af9519a4422a469f0.tar.xz
eclipse.platform.team-c4d25d2542aa1d2df8404e3af9519a4422a469f0.zip
Generic history view workI20051209
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 9701d6220..4b9f9d9c1 100644
--- a/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
@@ -26,5 +26,6 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)";resolution:=op
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.navigator;bundle-version="[3.2.0,4.0.0)"
+ org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)"
Eclipse-LazyStart: true

Back to the top