Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-11-23 15:56:09 +0000
committerMichael Valenta2006-11-23 15:56:09 +0000
commit9f1ea2619d20ff83332aa3fb60a25b225c37c862 (patch)
tree90a6ac20e805e6aa3cc45bf352e302d9e51765a8 /bundles/org.eclipse.compare/META-INF
parent31b7c5786aa4e81903d45c65de6e405ea3d0d764 (diff)
downloadeclipse.platform.team-9f1ea2619d20ff83332aa3fb60a25b225c37c862.tar.gz
eclipse.platform.team-9f1ea2619d20ff83332aa3fb60a25b225c37c862.tar.xz
eclipse.platform.team-9f1ea2619d20ff83332aa3fb60a25b225c37c862.zip
Bug 165431 Delay when opening compare from Sync view and same editor opened n-times
Diffstat (limited to 'bundles/org.eclipse.compare/META-INF')
-rw-r--r--bundles/org.eclipse.compare/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
index dd3378308..1b4adf44c 100644
--- a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
@@ -21,8 +21,9 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.1.0,4.0.0)",
org.eclipse.ui.views;bundle-version="[3.1.0,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.1.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
- org.eclipse.core.expressions,
- org.eclipse.ui.editors
+ org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.ui.editors;bundle-version="[3.3.0,4.0.0)",
+ org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)"
Eclipse-LazyStart: true
Import-Package: com.ibm.icu.util,
com.ibm.icu.text

Back to the top