diff options
author | James Moger <james.moger@gitblit.com> | 2015-05-11 10:59:38 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-05-11 10:59:38 -0400 |
commit | a4e904d0fcd44877b03e7d06fc235eec121adfe6 (patch) | |
tree | 89f8664c57f274bbd1b3acaecdc201c2bee433e1 /.classpath | |
parent | 3b421139610d0df38b12694e4291b64bb8738c8e (diff) | |
download | iciql-a4e904d0fcd44877b03e7d06fc235eec121adfe6.tar.gz iciql-a4e904d0fcd44877b03e7d06fc235eec121adfe6.zip |
Update to SQLite 3.8.9.1
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ <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.9.jar" /> + <classpathentry kind="lib" path="ext/sqlite-jdbc-3.8.9.1.jar" sourcepath="ext/src/sqlite-jdbc-3.8.9.1.jar" /> <classpathentry kind="lib" path="ext/slf4j-api-1.7.12.jar" sourcepath="ext/src/slf4j-api-1.7.12.jar" /> <classpathentry kind="lib" path="ext/commons-pool-1.5.6.jar" sourcepath="ext/src/commons-pool-1.5.6.jar" /> <classpathentry kind="lib" path="ext/commons-dbcp-1.4.jar" sourcepath="ext/src/commons-dbcp-1.4.jar" /> |