mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
removed sqlite-jar warnings
This commit is contained in:
parent
601265d8c7
commit
0ba2be590e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user