From: Michael Ow Date: Fri, 8 Jul 2011 20:46:34 +0000 (+0000) Subject: ICU-8591 Add ICU4J performance test to main build.xml X-Git-Tag: milestone-59-0-1~4668 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f521ddb4f4ce8005c45c9ae950e2ee8c2826d3a7;p=icu ICU-8591 Add ICU4J performance test to main build.xml X-SVN-Rev: 30298 --- diff --git a/icu4j/build.xml b/icu4j/build.xml index 1a0fa2cac6d..12c5afd2c7e 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -94,6 +94,7 @@ + @@ -109,7 +110,7 @@ - + @@ -564,6 +565,9 @@ + + + diff --git a/icu4j/main/shared/build/common-targets.xml b/icu4j/main/shared/build/common-targets.xml index 3337fc14d64..bdf7d01e14a 100644 --- a/icu4j/main/shared/build/common-targets.xml +++ b/icu4j/main/shared/build/common-targets.xml @@ -287,6 +287,15 @@ + + + + + + + + + diff --git a/icu4j/main/shared/build/locations.properties b/icu4j/main/shared/build/locations.properties index c9fb47b667b..3b2141e1d12 100644 --- a/icu4j/main/shared/build/locations.properties +++ b/icu4j/main/shared/build/locations.properties @@ -1,5 +1,5 @@ #******************************************************************************* -#* Copyright (C) 2009, International Business Machines Corporation and * +#* Copyright (C) 2009-2011, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* @@ -24,3 +24,5 @@ icu4j.build-tools.dir = ${shared.dir}/../../tools/build icu4j.tools.dir = ${shared.dir}/../../tools/misc icu4j.demos.dir = ${shared.dir}/../../demos + +icu4j.perf.dir = ${shared.dir}/../../perf-tests diff --git a/icu4j/perf-tests/build.properties b/icu4j/perf-tests/build.properties new file mode 100644 index 00000000000..25729566eb9 --- /dev/null +++ b/icu4j/perf-tests/build.properties @@ -0,0 +1,5 @@ +#******************************************************************************* +#* Copyright (C) 2011, International Business Machines Corporation and * +#* others. All Rights Reserved. * +#******************************************************************************* +shared.dir = ../main/shared diff --git a/icu4j/perf-tests/build.xml b/icu4j/perf-tests/build.xml new file mode 100644 index 00000000000..45f3cbde98b --- /dev/null +++ b/icu4j/perf-tests/build.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icu4j/perf-tests/manifest.stub b/icu4j/perf-tests/manifest.stub new file mode 100644 index 00000000000..c777760a877 --- /dev/null +++ b/icu4j/perf-tests/manifest.stub @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Specification-Title: ICU for Java Performance Tests +Specification-Version: @SPECVERSION@ +Specification-Vendor: ICU +Implementation-Title: ICU for Java Performance Tests +Implementation-Version: @IMPLVERSION@ +Implementation-Vendor: IBM Corporation +Implementation-Vendor-Id: com.ibm +Copyright-Info: @COPYRIGHT@