changeset 572:49a832fbd414 onclient

Include FileTransferHandler in the jdbc jar This allows us to include tests for it in the test suite, which is clearly useful because there have been quite a lot of of bugs in it. Also, given that the documentation in onclient.txt mentions it, it makes sense to ship it.
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Wed, 06 Oct 2021 11:17:49 +0200 (2021-10-06)
parents 8a4e6c82815a
children 0fbf1cbde56c
files build.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml
+++ b/build.xml
@@ -108,6 +108,7 @@ Copyright 1997 - July 2008 CWI, August 2
         <include name="${nl-cwi-jdbc-package}/types/*.class" />
         <include name="${mcl-package}/**/*.class" />
         <include name="${nl-cwi-mcl-package}/net/MapiSocket.class" />
+        <include name="${util-package}/FileTransferHandler.class" />
       </fileset>
     </jar>
   </target>
@@ -203,6 +204,7 @@ Copyright 1997 - July 2008 CWI, August 2
       <include name="${nl-cwi-jdbc-package}/MonetDriver.java" />
       <include name="${nl-cwi-jdbc-package}/types/*.java" />
       <include name="${nl-cwi-mcl-package}/net/MapiSocket.java" />
+      <include name="${util-package}/FileTransferHandler.java" />
       <compilerarg line="${javac.flags}" />
     </javac>
   </target>