Skip to content
Snippets Groups Projects
Commit 3e2d7647 authored by apriestman's avatar apriestman
Browse files

Cleanup

parent 17023145
Branches
No related tags found
No related merge requests found
......@@ -160,14 +160,6 @@
</condition>
</target>
<!--<target name="dist" depends="check-build" unless="up-to-date">
<antcall target="dist"/>
</target>
<target name="Debug" depends="check-build" unless="up-to-date">
<antcall target="Debug"/>
</target>-->
<target name="Debug" depends="check-build, init-ivy, compile, copyLibs-Debug" unless="up-to-date" description="generate the debug distribution">
<!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
<jar jarfile="${dist}/sleuthkit-${VERSION}.jar" basedir="${build}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment