Merge pull request #3788 from rishwanth1995/remove_jar_warnings

removed sqlite-jar warnings
This commit is contained in:
Brian Carrier 2018-05-18 13:45:20 -04:00 committed by GitHub
commit c75adf1df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,5 @@
<copy file="${thirdparty.dir}/sqlite-jdbc/sqlite-jdbc-3.7.8-SNAPSHOT.jar" todir="${ext.dir}" /> <copy file="${thirdparty.dir}/sqlite-jdbc/sqlite-jdbc-3.7.8-SNAPSHOT.jar" todir="${ext.dir}" />
</target> </target>
<target name="init" depends="basic-init,files-init,build-init,-javac-init"> <target name="init" depends="get-thirdparty-jars,harness.init" />
<!-- copy jars not downloaded with Ivy -->
<antcall target="get-thirdparty-jars"/>
</target>
</project> </project>