From 7b58bd36970b522d061fa596d9b77e27d55735a7 Mon Sep 17 00:00:00 2001 From: esaunders <esaunders@basistech.com> Date: Tue, 24 Nov 2020 15:54:04 -0500 Subject: [PATCH] Remove unused PostgreSQL targets. --- bindings/java/build-windows.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/java/build-windows.xml b/bindings/java/build-windows.xml index bab799336..55f788491 100644 --- a/bindings/java/build-windows.xml +++ b/bindings/java/build-windows.xml @@ -75,14 +75,14 @@ <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="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"> +<!-- <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"/> @@ -96,5 +96,5 @@ <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> + </target>--> </project> -- GitLab