Home | History | Annotate | Download | only in charset

Lines Matching full:project

7 <project name="charset" default="build" basedir=".">
13 <path refid="javac.classpathref.${ant.project.name}"/>
15 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
16 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
26 <target name="copy" depends="@copy, copy-data" description="Copy non-java runtime files to the project's binary directory"/>
28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
32 <target name="findbugs" depends="@findbugs" description="Search the project for possible defects using FindBugs." />
34 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU core data files and copy them to the project's binary directory">
43 </project>