From d240d6478ba33419f938386c08593c9211278681 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 19 Apr 2013 23:31:32 +0000 Subject: [PATCH] ICU-8957 Updated ant build files supporting findbugs invoked from ant build. X-SVN-Rev: 33539 --- icu4j/build.xml | 46 +++++++-------- icu4j/main/shared/build/common-targets.xml | 68 +++++++++++++--------- icu4j/main/shared/build/common.properties | 3 - 3 files changed, 60 insertions(+), 57 deletions(-) diff --git a/icu4j/build.xml b/icu4j/build.xml index 839484f1db..2b68899bbc 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -149,8 +149,6 @@ - - @@ -601,36 +599,34 @@ - - - + + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - + + + + + + diff --git a/icu4j/main/shared/build/common-targets.xml b/icu4j/main/shared/build/common-targets.xml index f83e03d2f7..6d0d7d1662 100644 --- a/icu4j/main/shared/build/common-targets.xml +++ b/icu4j/main/shared/build/common-targets.xml @@ -1,6 +1,6 @@ @@ -104,17 +104,14 @@ - - - - - - - - - - + + + + + + + + @@ -124,29 +121,42 @@ - - - - - - - - - + classpath="${findbugs.home}/lib/findbugs-ant.jar"/> + + + + + - - - - - - - + + + + + + + + + + + + + + + + diff --git a/icu4j/main/shared/build/common.properties b/icu4j/main/shared/build/common.properties index 544a9676e2..28e6d7c97a 100644 --- a/icu4j/main/shared/build/common.properties +++ b/icu4j/main/shared/build/common.properties @@ -62,6 +62,3 @@ icu4j.samples.jar = ${icu4j.samples.dir}/${jar.dir}/icu4j-samples.jar # Misc icu4j.data.path = com/ibm/icu/impl/data/icudt${icu4j.data.version}b - -# Findbugs -findbugs.home =