|
Revision 558, 0.8 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="src" path="src"/> |
|---|
| 4 | <classpathentry kind="src" path="test"/> |
|---|
| 5 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 6 | <classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.7-bin.jar"/> |
|---|
| 7 | <classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/> |
|---|
| 8 | <classpathentry kind="lib" path="lib/org.restlet.ext.servlet.jar"/> |
|---|
| 9 | <classpathentry kind="lib" path="lib/org.restlet.jar"/> |
|---|
| 10 | <classpathentry combineaccessrules="false" kind="src" path="/org.bridgedb.rdb"/> |
|---|
| 11 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> |
|---|
| 12 | <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|---|
| 13 | <classpathentry kind="output" path="bin"/> |
|---|
| 14 | </classpath> |
|---|