From f06268c1751aafb48698bf5e29083f5bba550a81 Mon Sep 17 00:00:00 2001
From: Yoshito Umaoka
Date: Fri, 13 Jun 2008 20:06:16 +0000
Subject: [PATCH] ICU-6289 Resovled compiler warnings in Eclipse plug-in build.
Updated license files. Add new tests in the Eclipse plug-in unit test.
X-SVN-Rev: 24176
---
icu4j/build.xml | 2 +-
.../ibm/icu/dev/eclipse/misc/about_icu.html | 10 +++-
.../icu/dev/eclipse/misc/about_icu_base.html | 51 +++++++++++++++++++
.../src/com/ibm/icu/tests/UnitTest.java | 8 +++
icu4j/src/com/ibm/icu/text/DecimalFormat.java | 2 +-
icu4j/src/com/ibm/icu/text/MessageFormat.java | 5 +-
6 files changed, 73 insertions(+), 5 deletions(-)
create mode 100644 icu4j/src/com/ibm/icu/dev/eclipse/misc/about_icu_base.html
diff --git a/icu4j/build.xml b/icu4j/build.xml
index 573455847da..493b211e730 100644
--- a/icu4j/build.xml
+++ b/icu4j/build.xml
@@ -1800,7 +1800,7 @@
-
diff --git a/icu4j/src/com/ibm/icu/dev/eclipse/misc/about_icu.html b/icu4j/src/com/ibm/icu/dev/eclipse/misc/about_icu.html
index 1935fd8a05c..cddd060cdab 100644
--- a/icu4j/src/com/ibm/icu/dev/eclipse/misc/about_icu.html
+++ b/icu4j/src/com/ibm/icu/dev/eclipse/misc/about_icu.html
@@ -40,9 +40,15 @@ and such source code may be obtained at http:/
Copyright (c) 1995-2008 International Business Machines Corporation and others
All rights reserved.
+
Your use of ICU4J is subject to the terms and conditions of the ICU4J license. A copy of the
- license is contained in the file about_files/license.html.
-
+ license is contained in the file about_files/license.html.
+
+ ICU4J bundles data files imported from the Unicode Character Database and the Locale Data. A copy of the
+ Unicode Data and Software license is contained in the file about_files/ucdterms.txt.
+
+ The project information including source code, documentations and demo programs are available on
+ the ICU public web site.