Vik-2759: Errors on thunderbird_small_image.dd

Moved the checked in mime4j SNAPSHOT jars to ThirdParty folder.
This commit is contained in:
Raman 2017-06-23 11:21:04 -04:00
parent cfb8e3faee
commit dc8deca319
4 changed files with 3 additions and 0 deletions

View File

@ -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">