ICU4J Usage in Eclipse

From Eclipsepedia

Jump to: navigation, search

Plug-ins in Eclipse SDK that Reference ICU4J

Plug-inComments
org.eclipse.ant.ui
org.eclipse.compare
org.eclipse.core.databinding
org.eclipse.core.filebuffersOnly MessageFormat is used; should be able to remove dependency.
org.eclipse.core.variables
org.eclipse.debug.core
org.eclipse.debug.ui
org.eclipse.help
org.eclipse.help.base
org.eclipse.help.ui
org.eclipse.jdt.debug
org.eclipse.jdt.debug.ui
org.eclipse.jdt.launching
org.eclipse.jdt.ui
org.eclipse.jface.databinding
org.eclipse.jface.text
org.eclipse.ltk.core.refactoring
org.eclipse.ltk.ui.refactoring
org.eclipse.pde.build
org.eclipse.pde.runtime
org.eclipse.pde.ui
org.eclipse.search
org.eclipse.team.cvs.core
org.eclipse.team.cvs.ui
org.eclipse.team.ui
org.eclipse.text
org.eclipse.ui.browser
org.eclipse.ui.cheatsheets
org.eclipse.ui.console
org.eclipse.ui.editors
org.eclipse.ui.forms
org.eclipse.ui.ide
org.eclipse.ui.presentations.r21
org.eclipse.ui.views.properties.tabbed
org.eclipse.ui.win32
org.eclipse.ui.workbench
org.eclipse.ui.workbench.texteditor



Plug-ins that could use ICU4J but do not

This means the plug-in references code that could be changed to use the equivalent ICU4J class but was not changed since it would cause problems to do so (explanation should be provided).

Plug-inReason
org.eclipse.ant.core??
org.eclipse.core.expressionsRemoved references to affected classes
org.eclipse.core.jobsRemoved references to affected classes
org.eclipse.core.runtime.compatibilityRemoved references to affected classes
org.eclipse.help.webapp.Plugin compiled using Ant script cannot resolve ICU imports using Import-Package
org.eclipse.jfaceNeed to be able to use JFace standalone (with SWT)
org.eclipse.jdt.coreNeed jdt.core to compile against Foundation 1.0; ICU will not compile against this
org.eclipse.jdt.junitSince jdt.core not adopting, will not adopt in tools for consistency
org.eclipse.jdt.junit.runtimeSince jdt.core not adopting, will not adopt in tools for consistency
org.eclipse.ui.externaltools??
org.eclipse.update.configuratorCan't use ICU, possible launch problem? Also, included in eRCP builds
org.eclipse.update.coreNeeds to compile against Foundation 1.0 ??
org.eclipse.update.schedulerNeeds to compile against Foundation 1.0 ??
org.eclipse.update.uiNeeds to compile against Foundation 1.0 ??