Changeset: 74616d4c15e1 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/74616d4c15e1
Modified Files:
tests/build.xml
Branch: default
Log Message:
Also include ConnectionTests.class in jdbctests.jar
diffs (12 lines):
diff --git a/tests/build.xml b/tests/build.xml
--- a/tests/build.xml
+++ b/tests/build.xml
@@ -74,6 +74,8 @@ Copyright 1997 - July 2008 CWI, August 2
<include name="JDBC_API_Tester.class" />
<include name="OnClientTester.class" />
<include name="OnClientTester$*.class" />
+ <include name="ConnectionTests.class" />
+ <include name="ConnectionTests$*.class" />
</fileset>
</jar>
</target>
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]