diff --git a/bindings/java/build-windows.xml b/bindings/java/build-windows.xml
index 55f7884910973b7ee8566b9bac9a1fe94683fd8b..2f6264a486909e3467bf3bdce362faaf4c0edb19 100644
--- a/bindings/java/build-windows.xml
+++ b/bindings/java/build-windows.xml
@@ -75,26 +75,9 @@
 		<copy file="${tsk.jni.32}" todir="${i686}/win" overwrite="true"/>
 	</target>
 
-	<!--<target name="copyWinTskLibsToBuild-PostgreSQL" depends="copyWinTskLibs64ToBuild-PostgreSQL,copyWinTskLibs32ToBuild-PostgreSQL" description="Copy Windows DLLs to the correct location, PostgreSQL build." />-->
-
 	<target name="checkTskLibDirs">
 		<available property="win64.TskLib.exists" type="file" file="${basedir}/../../win32/x64/${tsk.config}/libtsk_jni.dll" />
 		<available property="win32.TskLib.exists" type="file" file="${basedir}/../../win32/${tsk.config}/libtsk_jni.dll" />
 	</target>
 
-<!--	<target name="copyWinTskLibs64ToBuild-PostgreSQL" depends="checkTskLibDirs" if="win64.TskLib.exists">
-		<property name="tsk.jni.64" location="${basedir}/../../win32/x64/${tsk.config}/libtsk_jni.dll" />
-
-		<copy file="${tsk.jni.64}" todir="${amd64}/win" overwrite="true"/>
-		<copy file="${tsk.jni.64}" todir="${x86_64}/win" overwrite="true"/>
-	</target>
-
-	<target name="copyWinTskLibs32ToBuild-PostgreSQL" depends="checkTskLibDirs" if="win32.TskLib.exists">
-		<property name="tsk.jni.32" location="${basedir}/../../win32/${tsk.config}/libtsk_jni.dll" />
-
-		<copy file="${tsk.jni.32}" todir="${i386}/win" overwrite="true"/>
-		<copy file="${tsk.jni.32}" todir="${x86}/win" overwrite="true"/>
-		<copy file="${tsk.jni.32}" todir="${i586}/win" overwrite="true"/>
-		<copy file="${tsk.jni.32}" todir="${i686}/win" overwrite="true"/>
-	</target>-->
 </project>