diff build.xml @ 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 6aa38e8c0f2d
children aeb268156580
line wrap: on
line diff
--- 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}">