diff --git a/bindings/java/build.xml b/bindings/java/build.xml index ec8a8e54466c607e3b174330d20fd74c482f90cd..a9baa41897961a26ef8567d454c685cdb24bf78c 100755 --- a/bindings/java/build.xml +++ b/bindings/java/build.xml @@ -126,13 +126,13 @@ </javac> </target> - <target name="SQLite" depends="doxygen, check-build, init-ivy, compile, copyLibsSQLite" + <target name="SQLite" depends="check-build, init-ivy, compile, copyLibsSQLite" unless="up-to-date" description="generate the distribution" > <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file --> <jar jarfile="${dist}/Tsk_DataModel.jar" basedir="${build}"/> </target> - <target name="PostgreSQL" depends="doxygen, check-build, init-ivy, compile, copyLibs-PostgreSQL" + <target name="PostgreSQL" depends="check-build, init-ivy, compile, copyLibs-PostgreSQL" unless="up-to-date" description="generate the PostgreSQL distribution" > <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file --> <jar jarfile="${dist}/Tsk_DataModel.jar" basedir="${build}"/> @@ -158,13 +158,13 @@ <antcall target="Debug-SQLite"/> </target> - <target name="Debug-SQLite" depends="doxygen, check-build, init-ivy, compile, copyLibsSQLiteDebug" + <target name="Debug-SQLite" depends="check-build, init-ivy, compile, copyLibsSQLiteDebug" unless="up-to-date" description="generate the debug distribution" > <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file --> <jar jarfile="${dist}/Tsk_DataModel.jar" basedir="${build}"/> </target> - <target name="Debug-PostgreSQL" depends="doxygen, init-ivy, compile, copyLibsDebug-PostgreSQL" + <target name="Debug-PostgreSQL" depends="init-ivy, compile, copyLibsDebug-PostgreSQL" description="generate the PostgreSQL debug distribution" > <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file --> <jar jarfile="${dist}/Tsk_DataModel.jar" basedir="${build}"/>