Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-08-31 10:59:02 +0000
committerDani Megert2011-08-31 10:59:02 +0000
commit0a36aad58059c305e2f17da6cf533e7b9826ecfb (patch)
tree9a3e153c55f135248c37dd1b3f69cd24abf4d5ae /bundles
parent9acae06ee966818e996b595e44a051b9de217b2c (diff)
downloadeclipse.platform.team-0a36aad58059c305e2f17da6cf533e7b9826ecfb.tar.gz
eclipse.platform.team-0a36aad58059c305e2f17da6cf533e7b9826ecfb.tar.xz
eclipse.platform.team-0a36aad58059c305e2f17da6cf533e7b9826ecfb.zip
Fixed bug 356302: StringTokenizer is not in icu.base
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF7
1 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
index d73ec94d0..40034ab10 100644
--- a/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.cvs.ui; singleton:=true
-Bundle-Version: 3.3.400.qualifier
+Bundle-Version: 3.3.500.qualifier
Bundle-Activator: org.eclipse.team.internal.ccvs.ui.CVSUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -30,8 +30,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)";resolution:=op
org.eclipse.team.cvs.core;bundle-version="[3.3.0,4.0.0)",
org.eclipse.compare;bundle-version="[3.3.0,4.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)"
+ org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
+ com.ibm.icu;bundle-version="4.4.2"
Bundle-ActivationPolicy: lazy
-Import-Package: com.ibm.icu.text,
- com.ibm.icu.util
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top