diff options
author | James Moger <james.moger@gmail.com> | 2011-11-30 22:21:49 -0500 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-11-30 22:21:49 -0500 |
commit | f5226e11b5eca714df5db97dd90ee7fe4dc4ea06 (patch) | |
tree | b14408dce73f913a58d38f8d949ce0f2e5ab592c /.classpath | |
parent | 3853d48fdb6c73f712592942fc51c898a19a2846 (diff) | |
download | iciql-f5226e11b5eca714df5db97dd90ee7fe4dc4ea06.tar.gz iciql-f5226e11b5eca714df5db97dd90ee7fe4dc4ea06.zip |
Updated H2 1.3.162 and HSQL 2.2.6v0.7.2
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -24,14 +24,8 @@ <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/slf4j-api-1.6.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
- <classpathentry kind="lib" path="ext/hsqldb-2.2.4.jar"/>
<classpathentry kind="lib" path="ext/derby-10.8.1.2.jar"/>
<classpathentry kind="lib" path="ext/mysql-connector-java-5.1.15.jar"/>
- <classpathentry kind="lib" path="ext/h2-1.3.159.jar" sourcepath="ext/h2-1.3.159-sources.jar">
- <attributes>
- <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/h2-1.3.159-javadoc.jar!/"/>
- </attributes>
- </classpathentry>
<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-pool-1.5.6.jar" sourcepath="ext/commons-pool-1.5.6-sources.jar">
@@ -39,5 +33,11 @@ <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">
+ <attributes>
+ <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/h2-1.3.162-javadoc.jar!/"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="lib" path="ext/hsqldb-2.2.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|