diff --git a/docs/Internationalization.md b/docs/Internationalization.md index 101861ebb1a..a1f913681f2 100644 --- a/docs/Internationalization.md +++ b/docs/Internationalization.md @@ -9,7 +9,7 @@ This work involves translating strings into other languages (often called NLS fo Tools Used ---------- -Some Eclipse plug-ins use ICU4J APIs when working with locale-specific content. +Eclipse plug-ins use standard Java APIs (such as `java.text` and `java.util`) when working with locale-specific content. Most Eclipse plug-ins use a special [Eclipse message bundle](http://www.eclipse.org/eclipse/platform-core/documents/3.1/message_bundles.html) mechanism for working with translated strings. This mechanism uses traditional Java message.properties files, but without using String-based keys. This has much better memory usage characteristics than traditional approaches. diff --git a/resources/bundles/org.eclipse.core.resources/src_ant/org/eclipse/core/resources/ant/Policy.java b/resources/bundles/org.eclipse.core.resources/src_ant/org/eclipse/core/resources/ant/Policy.java index 711df2a77fa..e70a47015a8 100644 --- a/resources/bundles/org.eclipse.core.resources/src_ant/org/eclipse/core/resources/ant/Policy.java +++ b/resources/bundles/org.eclipse.core.resources/src_ant/org/eclipse/core/resources/ant/Policy.java @@ -17,7 +17,6 @@ import java.util.*; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.NullProgressMonitor; -// can't use ICU, used by ant public class Policy { private static final String bundleName = "org.eclipse.core.resources.ant.messages";//$NON-NLS-1$ diff --git a/ua/infocenter-web/infocenter-product/infocenter.product b/ua/infocenter-web/infocenter-product/infocenter.product index 3c670ef2f0b..ffca819abb8 100644 --- a/ua/infocenter-web/infocenter-product/infocenter.product +++ b/ua/infocenter-web/infocenter-product/infocenter.product @@ -34,7 +34,6 @@ org.osgi.framework.bootdelegation=* -