Skip to content
Snippets Groups Projects
Commit 809d1c8c authored by Brian Carrier's avatar Brian Carrier
Browse files

Write PostgreSQL to a different JAR file

parent 3a69af57
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@
<target name="dist-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}"/>
<jar jarfile="${dist}/Tsk_DataModel_PostgreSQL.jar" basedir="${build}"/>
</target>
<target name="check-build" depends="check-native-build">
......@@ -167,7 +167,7 @@
<target name="Debug-PostgreSQL" depends="init-ivy, compile, copyLibs-PostgreSQLDebug"
description="generate the PostgreSQL debug distribution" >
<!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
<jar jarfile="${dist}/Tsk_DataModel.jar" basedir="${build}"/>
<jar jarfile="${dist}/Tsk_DataModel_PostgreSQL.jar" basedir="${build}"/>
</target>
<target name="jni" depends="compile" description="make the jni.h file">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment