Fixed build.xml for the Tika project

This commit is contained in:
U-BASIS\dsmyda 2020-08-18 15:45:56 -04:00
parent 9472b61922
commit 486358ca34

View File

@ -9,14 +9,14 @@
<property name="modules.dir" value="${basedir}/release/modules/" />
<property name="ext.dir" value="${modules.dir}/ext" />
<target name="-pre-compile">
<init-ivy/>
<target name="run-ivy">
<ivy:resolve log="quiet"/>
<ivy:retrieve conf="tika" pattern="${ext.dir}/[artifact]-[revision](-[classifier]).[ext]" />
</target>
<target name="-post-clean">
<target name="init" depends="init-ivy, run-ivy, harness.init"/>
<target name="clean" depends="projectized-common.clean">
<!-- Clean out all jars downloaded by Ivy -->
<delete dir="${basedir}/release/"/>
</target>