From: Michael Ow Date: Tue, 12 Jul 2011 23:43:55 +0000 (+0000) Subject: ICU-8591 Compile normalizer performance test only on Java 6 and up. X-Git-Tag: milestone-59-0-1~4657 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15a668e12b3ec7832f0feb17681c439b1aa5f669;p=icu ICU-8591 Compile normalizer performance test only on Java 6 and up. X-SVN-Rev: 30319 --- diff --git a/.gitignore b/.gitignore index c588fa36a4a..abf72284971 100644 --- a/.gitignore +++ b/.gitignore @@ -940,6 +940,7 @@ icu4j/main/tests/localespi/out icu4j/main/tests/packaging/out icu4j/main/tests/translit/out icu4j/out +icu4j/perf-tests/out icu4j/tools/build/out icu4j/tools/misc/out tools/multi/c/Makefile.local diff --git a/icu4j/perf-tests/build.xml b/icu4j/perf-tests/build.xml index 45f3cbde98b..5452a524ebd 100644 --- a/icu4j/perf-tests/build.xml +++ b/icu4j/perf-tests/build.xml @@ -12,6 +12,15 @@ + + + + + + + + + @@ -21,7 +30,30 @@ - + + + + + + + + + + + + + + + +