Mercurial > hg > monetdb-java
changeset 115:595d455b70a2 embedded
Changed the jar file name to avoid conflicts with the original one.
author | Pedro Ferreira <pedro.ferreira@monetdbsolutions.com> |
---|---|
date | Thu, 02 Feb 2017 09:31:02 +0100 (2017-02-02) |
parents | 2867df9b4d2e |
children | 846cedacec75 |
files | build.xml tests/build.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml +++ b/build.xml @@ -32,7 +32,7 @@ Copyright 1997 - July 2008 CWI, August 2 <property file="build.properties" /> - <property name="jdbc-jar" value="${jardir}/monetdb-jdbc-${JDBC_MAJOR}.${JDBC_MINOR}.jar" /> + <property name="jdbc-jar" value="${jardir}/monetdb-jdbc-new-${JDBC_MAJOR}.${JDBC_MINOR}.jar" /> <property name="jdbcclient-jar" value="${jardir}/jdbcclient.jar" /> <property name="jmonetdb-jar" value="${jardir}/jmonetdb.jar" /> <property name="mcl-jar" value="${jardir}/monetdb-mcl-${MCL_MAJOR}.${MCL_MINOR}.jar" />
--- a/tests/build.xml +++ b/tests/build.xml @@ -25,7 +25,7 @@ Copyright 1997 - July 2008 CWI, August 2 <property name="builddir" value="build" /> <property name="jardir" value="../jars" /> <property name="jdbc_jar" - value="${jardir}/monetdb-jdbc-${JDBC_MAJOR}.${JDBC_MINOR}.jar" /> + value="${jardir}/monetdb-jdbc-new-${JDBC_MAJOR}.${JDBC_MINOR}.jar" /> <property name="jdbc_url" value="jdbc:monetdb://localhost/?user=monetdb&password=monetdb${debug}" /> <property name="jdbctests-jar"