mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Remove extraneous white space in build.xml for Core NBM
This commit is contained in:
parent
9ffb2fe797
commit
b64fe69879
@ -5,11 +5,7 @@
|
|||||||
<project name="org.sleuthkit.autopsy.core" default="netbeans" basedir=".">
|
<project name="org.sleuthkit.autopsy.core" default="netbeans" basedir=".">
|
||||||
<description>Builds, tests, and runs the project org.sleuthkit.autopsy.core</description>
|
<description>Builds, tests, and runs the project org.sleuthkit.autopsy.core</description>
|
||||||
<import file="nbproject/build-impl.xml"/>
|
<import file="nbproject/build-impl.xml"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Verify that the TSK_HOME env variable is set -->
|
<!-- Verify that the TSK_HOME env variable is set -->
|
||||||
<target name="findTSK">
|
<target name="findTSK">
|
||||||
<property environment="env"/>
|
<property environment="env"/>
|
||||||
@ -30,7 +26,6 @@
|
|||||||
<copy file="${env.TSK_HOME}/bindings/java/lib/sqlite-jdbc-3.8.11.jar" tofile="${basedir}/release/modules/ext/sqlite-jdbc-3.8.11.jar"/>
|
<copy file="${env.TSK_HOME}/bindings/java/lib/sqlite-jdbc-3.8.11.jar" tofile="${basedir}/release/modules/ext/sqlite-jdbc-3.8.11.jar"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
<target name="init" depends="basic-init,files-init,build-init,-javac-init">
|
<target name="init" depends="basic-init,files-init,build-init,-javac-init">
|
||||||
<!-- get additional deps -->
|
<!-- get additional deps -->
|
||||||
<antcall target="getTSKJars" />
|
<antcall target="getTSKJars" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user