]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/tests/translit/build.xml
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / translit / build.xml
1 <!--\r
2 *******************************************************************************\r
3 * Copyright (C) 2009, International Business Machines Corporation and         *\r
4 * others. All Rights Reserved.                                                *\r
5 *******************************************************************************\r
6 -->\r
7 <project name="translit-tests" default="build" basedir=".">\r
8     <property file="build-local.properties"/>\r
9     <property file="build.properties"/>\r
10     <import file="${shared.dir}/build/common-targets.xml"/>\r
11 \r
12     <path id="javac.classpathref">\r
13         <path refid="javac.classpathref.${ant.project.name}"/>\r
14     </path>\r
15     <property name="jar.file" value="${icu4j.translit-tests.jar}"/>\r
16 \r
17     <target name="build" depends="compile, copy, jar" description="Build the project"/>\r
18 \r
19     <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>\r
20 \r
21     <target name="clean" depends="@clean" description="Clean up the build outputs"/>\r
22 \r
23     <target name="compile" depends="@compile" description="Compile java source files"/>\r
24 \r
25     <target name="copy" depends="@copy, copy-translit-test-data" description="Copy non-java runtime files to the project's binary directory"/>\r
26 \r
27     <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>\r
28 \r
29     <target name="copy-translit-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">\r
30         <copy todir="${bin.dir}">\r
31             <fileset dir="${icu4j.translit-tests.dir}/src">\r
32                 <include name="com/ibm/icu/dev/test/translit/langtagRegex.txt"/>\r
33             </fileset>\r
34         </copy>\r
35     </target>\r
36 </project>\r