• Home
  • Raw
  • Download

Lines Matching full:jar

9 <project name="icu4j" default="jar" basedir="."
22 <property name="icu4j.jar.file" value="icu4j.jar"/>
23 <property name="icu4jtests.jar.file" value="icu4jtests.jar"/>
24 <property name="icu4j-charset.jar.file" value="icu4j-charset.jar"/>
25 <property name="icu4j-localespi.jar.file" value="icu4j-localespi.jar"/>
27 <property name="icu4jdemos.jar.file" value="icu4jdemos.jar"/>
29 <!-- icu4j API doc jar file -->
30 <property name="icu4jdocs.jar.file" value="icu4j-docs.jar"/>
32 <!-- icu4j src jar files -->
33 <property name="icu4j-src.jar.file" value="icu4j-src.jar"/>
34 <property name="icu4j-charset-src.jar.file" value="icu4j-charset-src.jar"/>
35 <property name="icu4j-localespi-src.jar.file" value="icu4j-localespi-src.jar"/>
42 <property name="icu4j.jar.versioned.file" value="icu4j-${release.file.ver}.jar"/>
43 … <property name="icu4j-charset.jar.versioned.file" value="icu4j-charset-${release.file.ver}.jar"/>
44 …<property name="icu4j-localespi.jar.versioned.file" value="icu4j-localespi-${release.file.ver}.jar
46 <property name="icu4j-src.jar.versioned.file" value="icu4j-${release.file.ver}-src.jar"/>
47 …<property name="icu4j-charset-src.jar.versioned.file" value="icu4j-charset-${release.file.ver}-src…
48 …<property name="icu4j-localespi-src.jar.versioned.file" value="icu4j-localespi-${release.file.ver}…
50 <property name="icu4jdocs.jar.versioned.file" value="icu4j-${release.file.ver}-docs.jar"/>
153 <!-- delete all .jar files root directory -->
155 <fileset dir="." includes="icu4j*.jar"/>
182 <property name="ivy.jar.dir" value="${ivy.home}/lib" />
183 <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" />
186 <mkdir dir="${ivy.jar.dir}"/>
188 …://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar"
189 dest="${ivy.jar.file}" usetimestamp="true"/>
198 <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
262 <property name="junit.core.jar" value="${external-jars}/junit-4.12.jar"/>
263 <property name="junit.hamcrest.jar" value="${external-jars}/hamcrest-core-1.3.jar"/>
264 <property name="junit.junitparams.jar" value="${external-jars}/JUnitParams-1.0.5.jar"/>
266 <pathelement path="${junit.core.jar}"/>
267 <pathelement path="${junit.hamcrest.jar}"/>
268 <pathelement path="${junit.junitparams.jar}"/>
272 <pathelement location="${icu4j.core.jar}"/>
273 <pathelement location="${icu4j.collate.jar}"/>
274 <pathelement location="${icu4j.charset.jar}"/>
275 <pathelement location="${icu4j.currdata.jar}"/>
276 <pathelement location="${icu4j.langdata.jar}"/>
277 <pathelement location="${icu4j.regiondata.jar}"/>
278 <pathelement location="${icu4j.translit.jar}"/>
279 <pathelement location="${icu4j.test-framework.jar}"/>
280 <pathelement location="${icu4j.core-tests.jar}"/>
281 <pathelement location="${icu4j.collate-tests.jar}"/>
282 <pathelement location="${icu4j.charset-tests.jar}"/>
283 <pathelement location="${icu4j.translit-tests.jar}"/>
284 <pathelement location="${icu4j.localespi-tests.jar}"/>
285 <pathelement location="${icu4j.packaging-tests.jar}"/>
286 <pathelement location="${icu4j.regiondata.jar}"/>
321 …epends="info, main, tests, build-tools, tools, demos, samples, perf-tests, jar, docs" description=…
372 <pathelement location="${icu4j.core.jar}"/>
373 <pathelement location="${icu4j.charset.jar}"/>
374 <pathelement location="${icu4j.test-framework.jar}"/>
375 <pathelement location="${icu4j.packaging-tests.jar}"/>
376 <pathelement location="${icu4j.regiondata.jar}"/>
380 <pathelement location="${icu4j.core.jar}"/>
381 <pathelement location="${icu4j.charset.jar}"/>
382 <pathelement location="${icu4j.test-framework.jar}"/>
383 <pathelement location="${icu4j.packaging-tests.jar}"/>
384 <pathelement location="${icu4j.langdata.jar}"/>
388 <pathelement location="${icu4j.core.jar}"/>
389 <pathelement location="${icu4j.charset.jar}"/>
390 <pathelement location="${icu4j.test-framework.jar}"/>
391 <pathelement location="${icu4j.packaging-tests.jar}"/>
475jar.dir}${path.separator}${icu4j.localespi.dir}/${jar.dir}${path.separator}${icu4j.collate.dir}/${
491 <!-- jar targets -->
492 …<target name="jar" depends="icu4jJar, charset, localespi" description="Build ICU4J runtime library…
493 <copy file="${icu4j.charset.jar}" tofile="${icu4j-charset.jar.file}"/>
494 … <copy file="${icu4j.localespi.jar}" tofile="${icu4j-localespi.jar.file}" failonerror="false"/>
497 …, collate, currdata, langdata, regiondata, translit" description="Build ICU4J all-in-one core jar">
503 <filter token="SPECVERSION" value="${jar.spec.version}"/>
504 <filter token="IMPLVERSION" value="${jar.impl.version}"/>
505 <filter token="COPYRIGHT" value="${jar.copyright.info}"/>
506 <filter token="EXECENV" value="${jar.exec.env}"/>
510 <!-- jar -->
511 <jar jarfile="${icu4j.jar.file}"
523 </jar>
526 <target name="icu4jSrcJar" description="Build icu4j-src.jar">
527 <jar jarfile="${icu4j-src.jar.file}"
538 </jar>
541 … <target name="icu4jtestsJar" depends="info, tests" description="Build ICU4J all-in-one test jar">
542 <jar jarfile="${icu4jtests.jar.file}"
549 </jar>
552 <target name="jarDemos" depends="icu4jJar, demos" description="Build ICU4J demo jar file">
553 <copy file="${icu4j.demos.jar}" tofile="${icu4jdemos.jar.file}"/>
590 …<move file="${release.dir}/${icu4j.jar.file}" tofile="${release.dir}/${icu4j.jar.versioned.file}"/>
591 …<move file="${release.dir}/${icu4j-charset.jar.file}" tofile="${release.dir}/${icu4j-charset.jar.v…
592 …<move file="${release.dir}/${icu4j-localespi.jar.file}" tofile="${release.dir}/${icu4j-localespi.j…
595 …<move file="${release.dir}/${icu4j-src.jar.file}" tofile="${release.dir}/${icu4j-src.jar.versioned…
596 …<move file="${release.dir}/${icu4j-charset-src.jar.file}" tofile="${release.dir}/${icu4j-charset-s…
597 …ove file="${release.dir}/${icu4j-localespi-src.jar.file}" tofile="${release.dir}/${icu4j-localespi…
600 …<move file="${release.dir}/${icu4jdocs.jar.file}" tofile="${release.dir}/${icu4jdocs.jar.versioned…
611 <include name="*.jar"/>
632 <include name="*.jar"/>
649 <copy file="${icu4j.jar.file}" tofile="${release.dir}/${icu4j.jar.file}"/>
650 <copy file="${icu4j.charset.jar}" tofile="${release.dir}/${icu4j-charset.jar.file}"/>
651 <copy file="${icu4j.localespi.jar}" tofile="${release.dir}/${icu4j-localespi.jar.file}"/>
654 …<target name="releaseSrcJars" depends="icu4jSrcJar" description="Build ICU4J src jar files for dis…
657 <!-- icu4j src-jar -->
658 <copy file="${icu4j-src.jar.file}" tofile="${release.dir}/${icu4j-src.jar.file}"/>
660 <!-- charset/localespi src-jar -->
661 <ant dir="${icu4j.charset.dir}" target="src-jar" inheritAll="false"/>
662 <ant dir="${icu4j.localespi.dir}" target="src-jar" inheritAll="false"/>
664 …charset.dir}/${out.dir}/lib/${icu4j-charset-src.jar.file}" tofile="${release.dir}/${icu4j-charset-…
665 …espi.dir}/${out.dir}/lib/${icu4j-localespi-src.jar.file}" tofile="${release.dir}/${icu4j-localespi…
669 …<target name="releaseDocs" depends="docs" description="Build ICU4J API reference doc jar file for …
671 <jar jarfile="${release.dir}/${icu4jdocs.jar.file}" compress="true" basedir="${doc.dir}"/>
697 <exclude name="**/*.jar"/>
708 <include name="main/shared/data/*.jar"/>
739 <exclude name="**/*.jar"/>
751 <include name="main/shared/data/*.jar"/>
912 <include name="build/*.jar"/>
913 <include name="lib/*.jar"/>
958 …ram="${doclint.option} -breakiterator -use -tagletpath ${icu4j.build-tools.jar}${path.separator}${…
993 …ram="${doclint.option} -breakiterator -use -tagletpath ${icu4j.build-tools.jar} -taglet com.ibm.ic…
1017 <classpath path="${env.JACOCO_DIR}/lib/jacocoant.jar"/>
1020 …<target name="coverageJaCoCo" depends="build-tools, jar, tests" description="Run the ICU4J unit te…
1111 <include name="${icu4j.jar.file}"/>
1112 <include name="${icu4j-charset.jar.file}"/>
1135 <pathelement location="${icu4j.build-tools.jar}"/>
1143 <property name="clover.jar" location="${env.CLOVER_DIR}/clover.jar"/>
1144 <taskdef resource="cloverlib.xml" classpath="${clover.jar}" onerror="ignore"/>
1197 <pathelement location="${icu4j.core.jar}"/>
1198 <pathelement location="${icu4j.collate.jar}"/>
1199 <pathelement location="${icu4j.charset.jar}"/>
1200 <pathelement location="${icu4j.currdata.jar}"/>
1201 <pathelement location="${icu4j.langdata.jar}"/>
1202 <pathelement location="${icu4j.regiondata.jar}"/>
1203 <pathelement location="${icu4j.translit.jar}"/>
1204 <pathelement location="${icu4j.test-framework.jar}"/>
1205 <pathelement location="${icu4j.core-tests.jar}"/>
1206 <pathelement location="${icu4j.collate-tests.jar}"/>
1207 <pathelement location="${icu4j.charset-tests.jar}"/>
1208 <pathelement location="${icu4j.translit-tests.jar}"/>
1209 <pathelement location="${icu4j.testall.jar}"/>
1210 <pathelement location="${clover.jar}"/>
1240 <doclet name="com.ibm.icu.dev.tool.docs.CheckTags" path="${icu4j.build-tools.jar}"/>
1265 <doclet name="com.ibm.icu.dev.tool.docs.GatherAPIData" path="${icu4j.build-tools.jar}">
1277 classpath="${icu4j.build-tools.jar}"
1310 … <doclet name="com.ibm.icu.dev.tool.docs.GatherAPIDataOld" path="${icu4j.build-tools.jar}">
1321 classpath="${icu4j.build-tools.jar}"
1340 <pathelement location="${icu4j.build-tools.jar}"/>
1341 <pathelement location="${icu4j.core.jar}"/>
1342 <pathelement location="${icu4j.collate.jar}"/>
1343 <pathelement location="${icu4j.charset.jar}"/>
1344 <pathelement location="${icu4j.currdata.jar}"/>
1345 <pathelement location="${icu4j.langdata.jar}"/>
1346 <pathelement location="${icu4j.regiondata.jar}"/>
1347 <pathelement location="${icu4j.translit.jar}"/>
1354 classpath="${icu4j.build-tools.jar}"
1378 classpath="${icu4j.build-tools.jar}"
1389 classpath="${icu4j.build-tools.jar}"
1408 <pathelement location="${icu4j.core.jar}"/>
1409 <pathelement location="${icu4j.collate.jar}"/>
1410 <pathelement location="${icu4j.charset.jar}"/>
1411 <pathelement location="${icu4j.currdata.jar}"/>
1412 <pathelement location="${icu4j.langdata.jar}"/>
1413 <pathelement location="${icu4j.regiondata.jar}"/>
1414 <pathelement location="${icu4j.translit.jar}"/>
1415 <pathelement location="${icu4j.test-framework.jar}"/>
1416 <pathelement location="${icu4j.core-tests.jar}"/>
1426 …="translitIMEJar" depends="info" description="Build transliterator IME 'icutransime.jar' jar file">
1445 <jar jarfile="${translit.ime.out.dir}/lib/icutransime.jar"
1451 </jar>
1454 …<target name="indicIMEJar" depends="info" description="Build indic IME 'icuindicime.jar' jar file">
1472 <jar jarfile="${indic.ime.out.dir}/lib/icuindicime.jar"
1478 </jar>
1488 classpath="${icu4j.jar.file}">
1500 <jar jarfile="${cldr.util.out.dir}/lib/utilities.jar"
1506 </jar>
1511 <!-- icu4j.jar -->
1512 <copy file="${icu4j.jar.file}" todir="${cldr.release.dir}"/>
1513 <!-- icu4j-src.jar -->
1514 <copy file="${icu4j-src.jar.file}" todir="${cldr.release.dir}"/>
1515 <!-- utilities.jar -->
1516 <copy file="${cldr.util.out.dir}/lib/utilities.jar" todir="${cldr.release.dir}"/>
1517 <!-- utilities-src.jar -->
1518 <jar jarfile="${cldr.release.dir}/utilities-src.jar" compress="true">
1528 </jar>
1548 <jar jarfile="${xliff.out.dir}/lib/xliff-src.jar"
1554 </jar>
1556 <jar jarfile="${xliff.out.dir}/lib/xliff.jar"
1573 maven-ant-tasks.jar = [location of maven ant tasks jar file]
1593 Note: For now, charset.jar and localespi.jar are excluded.
1595 …aries. Set maven-ant-tasks.jar property. Maven Ant Tasks URL: http://maven.apache.org/ant-tasks/" …
1597 <available file="${maven-ant-tasks.jar}"/>
1599 … <fail message="Maven Ant Tasks not found at ${maven-ant-tasks.jar}" unless="no_maven-ant-tasks"/>
1601 <path id="maven-ant-tasks.classpath" path="${maven-ant-tasks.jar}"/>
1610 … <property name="maven.icu4j.jar.versioned.file" value="icu4j-${pom.xml.project.version}.jar"/>
1611 …<property name="maven.icu4j-src.jar.versioned.file" value="icu4j-${pom.xml.project.version}-src.ja…
1612 … <property name="maven.icu4jdocs.jar.file" value="icu4j-${pom.xml.project.version}-javadoc.jar"/>
1616 …<copy file="${release.dir}/${icu4j.jar.versioned.file}" tofile="${maven.release.dir}/${maven.icu4j…
1617 …<copy file="${release.dir}/${icu4j-src.jar.versioned.file}" tofile="${maven.release.dir}/${maven.i…
1618 …<copy file="${release.dir}/${icu4jdocs.jar.versioned.file}" tofile="${maven.release.dir}/${maven.i…
1640 <gpg file="${maven.release.dir}/${maven.icu4j.jar.versioned.file}"/>
1641 <gpg file="${maven.release.dir}/${maven.icu4j-src.jar.versioned.file}"/>
1642 <gpg file="${maven.release.dir}/${maven.icu4jdocs.jar.file}"/>
1647 …<deploy xmlns="urn:maven-artifact-ant" file="${maven.release.dir}/${maven.icu4j.jar.versioned.file…
1651 … <attach file="${maven.release.dir}/${maven.icu4j.jar.versioned.file}.asc" type="jar.asc"/>
1652 … <attach file="${maven.release.dir}/${maven.icu4j-src.jar.versioned.file}" classifier="sources"/>
1653 …ach file="${maven.release.dir}/${maven.icu4j-src.jar.versioned.file}.asc" classifier="sources" typ…
1654 <attach file="${maven.release.dir}/${maven.icu4jdocs.jar.file}" classifier="javadoc"/>
1655 …<attach file="${maven.release.dir}/${maven.icu4jdocs.jar.file}.asc" classifier="javadoc" type="jar