Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2006-04-11 16:53:15 +0000
committerAndre Weinand2006-04-11 16:53:15 +0000
commit47c431148922211dd6e88dd253632ea9a92bd9d8 (patch)
tree142b3ca903c9f4cfa5e318f41d785b6bc1dee11f /bundles/org.eclipse.compare/META-INF/MANIFEST.MF
parent713abfe15563c79fec12cf5528567149d26a537d (diff)
downloadeclipse.platform.team-47c431148922211dd6e88dd253632ea9a92bd9d8.tar.gz
eclipse.platform.team-47c431148922211dd6e88dd253632ea9a92bd9d8.tar.xz
eclipse.platform.team-47c431148922211dd6e88dd253632ea9a92bd9d8.zip
fixed #136087: Cannot replace with local history due to NoClassDefFoundError + cosmeticsv20060412
Diffstat (limited to 'bundles/org.eclipse.compare/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.compare/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
index 92cf51683..92f67661f 100644
--- a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
@@ -22,4 +22,5 @@ Require-Bundle: org.eclipse.ui;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)"
Eclipse-LazyStart: true
-Import-Package: com.ibm.icu.text
+Import-Package: com.ibm.icu.util,
+ com.ibm.icu.text

Back to the top