From d37611215518dfb32737de0dd128ab790d4c1726 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Thu, 9 Oct 2014 07:28:33 +0000 Subject: [PATCH] ICU-11326 Updated build scripts to use bootclasspath option when compiling ICU4J library classes. Also updated build.xml to print out warning message when build environment is not properly configured for release. X-SVN-Rev: 36655 --- icu4j/build.xml | 35 ++++++++++++++++++++ icu4j/main/shared/build/common-targets.xml | 20 +++++++++++ icu4j/main/shared/build/locations.properties | 3 ++ 3 files changed, 58 insertions(+) diff --git a/icu4j/build.xml b/icu4j/build.xml index 694827d3638..26eb2ac410d 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -425,6 +425,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -460,6 +489,8 @@ + + @@ -479,6 +510,8 @@ + + @@ -2000,6 +2033,8 @@ + + diff --git a/icu4j/main/shared/build/common-targets.xml b/icu4j/main/shared/build/common-targets.xml index fcac726a882..befa4daaa6a 100644 --- a/icu4j/main/shared/build/common-targets.xml +++ b/icu4j/main/shared/build/common-targets.xml @@ -7,6 +7,11 @@ + + + + + @@ -17,9 +22,23 @@ + + + + + + + + + + + + + + @@ -32,6 +51,7 @@