mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Vik-2759: Errors on thunderbird_small_image.dd
Moved the checked in mime4j SNAPSHOT jars to ThirdParty folder.
This commit is contained in:
parent
cfb8e3faee
commit
dc8deca319
@ -20,6 +20,9 @@
|
|||||||
<target name="get-thirdparty-jars" description="get third-party jar dependencies">
|
<target name="get-thirdparty-jars" description="get third-party jar dependencies">
|
||||||
<mkdir dir="${ext.dir}"/>
|
<mkdir dir="${ext.dir}"/>
|
||||||
<copy file="${thirdparty.dir}/java-libpst/java-libpst-1.0-SNAPSHOT.jar" todir="${ext.dir}" />
|
<copy file="${thirdparty.dir}/java-libpst/java-libpst-1.0-SNAPSHOT.jar" todir="${ext.dir}" />
|
||||||
|
<copy file="${thirdparty.dir}/apache-mime4j/apache-mime4j-core-0.8.0-SNAPSHOT.jar" todir="${ext.dir}" />
|
||||||
|
<copy file="${thirdparty.dir}/apache-mime4j/apache-mime4j-dom-0.8.0-SNAPSHOT.jar" todir="${ext.dir}" />
|
||||||
|
<copy file="${thirdparty.dir}/apache-mime4j/apache-mime4j-mbox-iterator-0.8.0-SNAPSHOT.jar" todir="${ext.dir}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="get-deps" depends="init-ivy, get-thirdparty-jars">
|
<target name="get-deps" depends="init-ivy, get-thirdparty-jars">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user