Mercurial > hg > monetdb-java
diff Makefile @ 238:d27f4ad1ca91 embedded
Added upload script
author | Pedro Ferreira <pedro.ferreira@monetdbsolutions.com> |
---|---|
date | Mon, 11 Jun 2018 18:16:38 +0200 (2018-06-11) |
parents | ff9049259602 |
children | 9471ac1f8520 |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ all: src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java + . ./build.properties; sed -e "s/@JDBC_MAJOR@/$$JDBC_MAJOR/g;s/@JDBC_MINOR@/$$JDBC_MINOR/g" upload_jdbc_new.sh.in > upload_jdbc_new.sh ant -f build.xml distjdbc distmerocontrol cd tests; ant -f build.xml jar_jdbctests