-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
19 lines (19 loc) · 1.29 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="src/lib/commons-collections-3.1.jar" sourcepath="src/lib-src/commons-collections-3.1-src.zip"/>
<classpathentry kind="lib" path="src/lib/commons-lang-2.1.jar" sourcepath="src/lib-src/commons-lang-2.1-src.zip"/>
<classpathentry kind="lib" path="test/lib/mysql-connector-java-3.1.12-bin.jar"/>
<classpathentry kind="lib" path="test/lib/postgresql-8.1-404.jdbc3.jar"/>
<classpathentry kind="lib" path="test/lib/commons-io-1.1.jar" sourcepath="test/lib-src/commons-io-1.1-src.zip"/>
<classpathentry kind="lib" path="src/lib/joda-time-1.3.jar" sourcepath="src/lib-src/joda-time-1.3-src-ide.zip"/>
<classpathentry kind="lib" path="test/lib/smallsql-0.15.jar"/>
<classpathentry kind="lib" path="test/lib/hsqldb-1.8.0.7.jar" sourcepath="test/lib-src/hsqldb_1_8_0_7.zip"/>
<classpathentry kind="lib" path="test/lib/junit-4.4.jar"/>
<classpathentry kind="lib" path="test/lib/junit-addons-1.4.jar"/>
<classpathentry kind="lib" path="test/lib/h2-1.0.71.jar"/>
<classpathentry kind="lib" path="test/lib/derby-10.4.2.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>