Changeset: 774679db8c99 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/774679db8c99
Modified Files:
        Makefile
Branch: default
Log Message:

Add target jre25jars


diffs (15 lines):

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,11 @@ jre21jars: src/main/java/org/monetdb/jdb
        ant -f build.xml -Djvm.version=21 distjdbc
        rm -rf build
 
+jre25jars: src/main/java/org/monetdb/jdbc/MonetVersion.java
+       rm -rf build
+       ant -f build.xml -Djvm.version=25 distjdbc
+       rm -rf build
+
 test: all
        cd tests; ant -f build.xml test
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to