diff --git a/bindings/java/build.xml b/bindings/java/build.xml
index 184740afaa08b42e9b0c1ffe2e2fc2c05a4d808a..a5c24c0204924182ac5ab781509dce51849e2a99 100644
--- a/bindings/java/build.xml
+++ b/bindings/java/build.xml
@@ -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}"/>