mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed build.xml for the Tika project
This commit is contained in:
parent
9472b61922
commit
486358ca34
@ -10,13 +10,13 @@
|
|||||||
<property name="modules.dir" value="${basedir}/release/modules/" />
|
<property name="modules.dir" value="${basedir}/release/modules/" />
|
||||||
<property name="ext.dir" value="${modules.dir}/ext" />
|
<property name="ext.dir" value="${modules.dir}/ext" />
|
||||||
|
|
||||||
<target name="-pre-compile">
|
<target name="run-ivy">
|
||||||
<init-ivy/>
|
|
||||||
<ivy:resolve log="quiet"/>
|
<ivy:resolve log="quiet"/>
|
||||||
<ivy:retrieve conf="tika" pattern="${ext.dir}/[artifact]-[revision](-[classifier]).[ext]" />
|
<ivy:retrieve conf="tika" pattern="${ext.dir}/[artifact]-[revision](-[classifier]).[ext]" />
|
||||||
</target>
|
</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 -->
|
<!-- Clean out all jars downloaded by Ivy -->
|
||||||
<delete dir="${basedir}/release/"/>
|
<delete dir="${basedir}/release/"/>
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user