Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-02-18 17:15:51 +0000
committerAlexander Kurtakov2020-02-18 18:53:15 +0000
commit0593f71b8051e361374786a0168a35ef0e5bc4e8 (patch)
tree15844af053d1ffcd80311745f582fc6f340ccdd9 /profiling
parent361a09f053991230ddf71ca414d2f39af67af09a (diff)
downloadorg.eclipse.linuxtools-0593f71b8051e361374786a0168a35ef0e5bc4e8.tar.gz
org.eclipse.linuxtools-0593f71b8051e361374786a0168a35ef0e5bc4e8.tar.xz
org.eclipse.linuxtools-0593f71b8051e361374786a0168a35ef0e5bc4e8.zip
Drop needless icu4j usage.
Change-Id: I1aeeb513a3f643f35970c5da78e83065663ad550 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/157919 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
Diffstat (limited to 'profiling')
-rw-r--r--profiling/org.eclipse.linuxtools.dataviewers-feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiling/org.eclipse.linuxtools.dataviewers-feature/feature.xml b/profiling/org.eclipse.linuxtools.dataviewers-feature/feature.xml
index 7abcafe920..7d4df4933c 100644
--- a/profiling/org.eclipse.linuxtools.dataviewers-feature/feature.xml
+++ b/profiling/org.eclipse.linuxtools.dataviewers-feature/feature.xml
@@ -35,7 +35,6 @@
<import plugin="org.eclipse.cdt.ui"/>
<import plugin="org.eclipse.cdt.core"/>
<import plugin="org.eclipse.core.resources" version="3.4.2" match="greaterOrEqual"/>
- <import plugin="com.ibm.icu"/>
<import plugin="org.swtchart"/>
<import plugin="org.eclipse.swtchart"/>
</requires>

Back to the top