# HG changeset patch # User Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> # Date 1633511869 -7200 # Node ID 49a832fbd41477c5ff4f85e18b4fd4816c9be4dd # Parent 8a4e6c82815a8f504cb865108e1d3327e2d9887d 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. diff --git a/build.xml b/build.xml --- 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>