changeset 659:0b564ae68ac1

Removed creation and distribution of monetdb-mcl-1.##.jre8.jar file. Programmers who used this jar file should use monetdb-jdbc-3.#.jre8.jar file.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 29 Sep 2022 15:47:15 +0200 (2022-09-29)
parents 108123ca6889
children 7ec8d469fd0b
files ChangeLog build.xml
diffstat 2 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog file for monetdb-java
 # This file is updated with Maddlog
 
+* Thu Sep 29 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
+- Removed creation and distribution of monetdb-mcl-1.##.jre8.jar file.
+  Programmers who used this jar file should use monetdb-jdbc-3.#.jre8.jar file.
+
 * Wed Aug 24 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
 - Improved DatabaseMetaData.getBestRowIdentifier(). When there are multiple
   unique constraints and no pkey for a table it used to return the columns
--- a/build.xml
+++ b/build.xml
@@ -88,7 +88,6 @@ Copyright 1997 - July 2008 CWI, August 2
 
   <target name="distjdbc">
     <antcall target="jar_jdbc" />
-    <antcall target="jar_mcl" />
     <antcall target="jar_jdbcclient" />
   </target>
 
@@ -113,15 +112,6 @@ Copyright 1997 - July 2008 CWI, August 2
     </jar>
   </target>
 
-  <target name="jar_mcl" depends="compile_mcl">
-    <jar jarfile="${mcl-jar}">
-      <fileset dir="${builddir}">
-        <include name="${mcl-package}/**/*.class" />
-        <include name="${nl-cwi-mcl-package}/net/MapiSocket.class" />
-      </fileset>
-    </jar>
-  </target>
-
   <target name="jar_client" depends="compile_util,compile_client">
     <jar jarfile="${jardir}/monetdb-clients.jar">
       <fileset dir="${builddir}">