diff options
author | James Moger <james.moger@gmail.com> | 2012-08-20 10:11:08 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2012-08-20 10:11:08 -0400 |
commit | 30c62483c97b6495a62ef15bf38e55578ab95563 (patch) | |
tree | 309d93ce33153a6d6bd2507cc6531b9528474e67 /.classpath | |
parent | 56e975461d9a041e91dfaa0e7c9642d659bd523b (diff) | |
download | iciql-30c62483c97b6495a62ef15bf38e55578ab95563.tar.gz iciql-30c62483c97b6495a62ef15bf38e55578ab95563.zip |
Updated unit-tested databases
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -24,20 +24,20 @@ <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/slf4j-api-1.6.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
- <classpathentry kind="lib" path="ext/derby-10.8.1.2.jar"/>
+ <classpathentry kind="lib" path="ext/derby-10.9.1.0.jar"/>
<classpathentry kind="lib" path="ext/mysql-connector-java-5.1.15.jar"/>
<classpathentry kind="lib" path="ext/postgresql-9.0-801.jdbc4.jar"/>
- <classpathentry kind="lib" path="ext/commons-dbcp-1.4.jar" sourcepath="C:/Users/James Moger/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4-sources.jar"/>
+ <classpathentry kind="lib" path="ext/commons-dbcp-1.4.jar" sourcepath="ext/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4-sources.jar"/>
<classpathentry kind="lib" path="ext/commons-pool-1.5.6.jar" sourcepath="ext/commons-pool-1.5.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/commons-pool-1.5.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
- <classpathentry kind="lib" path="ext/h2-1.3.162.jar" sourcepath="ext/h2-1.3.162-sources.jar">
+ <classpathentry kind="lib" path="ext/h2-1.3.168.jar" sourcepath="ext/h2-1.3.168-sources.jar">
<attributes>
- <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/h2-1.3.162-javadoc.jar!/"/>
+ <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/h2-1.3.168-javadoc.jar!/"/>
</attributes>
</classpathentry>
- <classpathentry kind="lib" path="ext/hsqldb-2.2.6.jar"/>
+ <classpathentry kind="lib" path="ext/hsqldb-2.2.8.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|