diff options
author | James Moger <james.moger@gitblit.com> | 2014-11-17 23:32:33 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-04-10 09:16:11 -0400 |
commit | f897fc7d25c757fc0607ce010c1e8c50ce127131 (patch) | |
tree | f74234da6163dac1fc2253ab90f0328cfd9e0ea2 /.classpath | |
parent | 96be41b6f1100fc9b3eaf19006f5469ce31ca934 (diff) | |
download | iciql-f897fc7d25c757fc0607ce010c1e8c50ce127131.tar.gz iciql-f897fc7d25c757fc0607ce010c1e8c50ce127131.zip |
Added Derby tcp test
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ <classpathentry kind="lib" path="ext/h2-1.4.186.jar" sourcepath="ext/src/h2-1.4.186.jar" /> <classpathentry kind="lib" path="ext/hsqldb-2.3.2.jar" sourcepath="ext/src/hsqldb-2.3.2.jar" /> <classpathentry kind="lib" path="ext/derby-10.11.1.1.jar" /> + <classpathentry kind="lib" path="ext/derbyclient-10.11.1.1.jar" /> + <classpathentry kind="lib" path="ext/derbynet-10.11.1.1.jar" /> <classpathentry kind="lib" path="ext/mysql-connector-java-5.1.33.jar" /> <classpathentry kind="lib" path="ext/postgresql-9.4-1201-jdbc41.jar" sourcepath="ext/src/postgresql-9.4-1201-jdbc41.jar" /> <classpathentry kind="lib" path="ext/sqlite-jdbc-3.8.7.jar" sourcepath="ext/src/sqlite-jdbc-3.8.7.jar" /> |