|
Revision 558, 0.6 KB
(checked in by martijn, 4 months ago)
|
|
Fixed some .classpath files
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <classpath> |
|---|
| 3 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 4 | <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|---|
| 5 | <classpathentry kind="src" path="src"/> |
|---|
| 6 | <classpathentry excluding="org/bridgedb/rdb/TestJdbc.java" kind="src" path="test"/> |
|---|
| 7 | <classpathentry exported="true" kind="lib" path="lib/derby.jar"/> |
|---|
| 8 | <classpathentry exported="true" kind="lib" path="build-lib/derbyclient.jar"/> |
|---|
| 9 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> |
|---|
| 10 | <classpathentry kind="output" path="bin"/> |
|---|
| 11 | </classpath> |
|---|