|
Revision 476, 0.9 KB
(checked in by martijn, 16 months ago)
|
|
Fixup
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <classpath> |
|---|
| 3 | <classpathentry kind="src" path="src"/> |
|---|
| 4 | <classpathentry excluding="org/bridgedb/rdb/TestJdbc.java" kind="src" path="test"/> |
|---|
| 5 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 6 | <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb"/> |
|---|
| 7 | <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb.bio"/> |
|---|
| 8 | <classpathentry kind="lib" path="lib/derby.jar"/> |
|---|
| 9 | <classpathentry kind="lib" path="build-lib/derbyclient.jar"/> |
|---|
| 10 | <classpathentry kind="lib" path="lib/commons-pool-1.5.4.jar"/> |
|---|
| 11 | <classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/> |
|---|
| 12 | <classpathentry kind="lib" path="lib/commons-dbcp-1.3.jar"/> |
|---|
| 13 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> |
|---|
| 14 | <classpathentry kind="output" path="bin"/> |
|---|
| 15 | </classpath> |
|---|