Lines Matching full:dir
10 <dirname property="common-targets.dir" file="${ant.file.common-targets}"/>
11 <property file="${common-targets.dir}/locations.properties"/>
17 <property file="${common-targets.dir}/common.properties"/>
23 <delete dir="${out.dir}"/>
36 <echo message="source dir: ${basedir}/${src.dir}"/>
37 <echo message="output dir: ${basedir}/${bin.dir}"/>
47 <mkdir dir="${bin.dir}"/>
49 srcdir="${src.dir}"
50 destdir="${bin.dir}"
63 <mkdir dir="${bin.dir}"/>
64 <copy todir="${bin.dir}">
65 <fileset dir="${src.dir}" defaultexcludes="yes">
72 <mkdir dir="${jar.dir}"/>
74 <copy file="manifest.stub" todir="${out.dir}">
83 <jar jarfile="${jar.dir}/${jar.name}" manifest="${out.dir}/manifest.stub" compress="true">
84 <fileset dir="${bin.dir}" includes="**/*"/>
85 <fileset dir="${shared.dir}/licenses">
92 <mkdir dir="${jar.dir}"/>
93 <jar jarfile="${jar.dir}/${src.jar.name}" compress="true">
94 <fileset dir="${src.dir}" includes="**/*.java"/>
95 <fileset dir="${shared.dir}/licenses">
106 <echo message="Generating ${res.dir}/fullLocaleNames.lst"/>
108 <fileset dir="${res.dir}">
121 <echo message="${full.locale.names}" file="${res.dir}/fullLocaleNames.lst"/>
154 outputFile="${out.dir}/fb-${ant.project.name}.html"
157 <sourcePath path="${src.dir}"/>
158 <class location="${jar.dir}/${jar.name}"/>
166 outputFile="${out.dir}/fb-${ant.project.name}.html"
169 <sourcePath path="${src.dir}"/>
170 <class location="${jar.dir}/${jar.name}"/>
185 <ant dir="${icu4j.collate.dir}" inheritAll="false"/>
192 <ant dir="${icu4j.core.dir}" inheritAll="false"/>
201 <ant dir="${icu4j.charset.dir}" inheritAll="false"/>
210 <ant dir="${icu4j.currdata.dir}" inheritAll="false"/>
219 <ant dir="${icu4j.langdata.dir}" inheritAll="false"/>
229 <ant dir="${icu4j.localespi.dir}" inheritAll="false"/>
238 <ant dir="${icu4j.regiondata.dir}" inheritAll="false"/>
248 <ant dir="${icu4j.translit.dir}" inheritAll="false"/>
257 <ant dir="${icu4j.test-framework.dir}" inheritAll = "false"/>
267 <ant dir="${icu4j.core-tests.dir}" inheritAll="false"/>
278 <ant dir="${icu4j.collate-tests.dir}" inheritAll="false"/>
289 <ant dir="${icu4j.charset-tests.dir}" inheritAll="false"/>
301 <ant dir="${icu4j.localespi-tests.dir}" inheritAll="false"/>
312 <ant dir="${icu4j.packaging-tests.dir}" inheritAll="false"/>
323 <ant dir="${icu4j.translit-tests.dir}" inheritAll="false"/>
333 <ant dir="${icu4j.testall.dir}" inheritAll="false"/>
343 <ant dir="${icu4j.build-tools.dir}" inheritAll="false"/>
357 <ant dir="${icu4j.tools.dir}" inheritAll="false"/>
368 <ant dir="${icu4j.demos.dir}" inheritAll="false"/>
380 <ant dir="${icu4j.samples.dir}" inheritAll="false"/>
392 <ant dir="${icu4j.perf-tests.dir}" inheritAll="false"/>