Revision 195, 1.0 KB
(checked in by daniel, 2 years ago)
|
moved routingservice contents to its own trunk folder
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <classpath> |
---|
3 | <classpathentry kind="src" path="src"/> |
---|
4 | <classpathentry kind="lib" path="lib/antlrworks-1.1.3.jar"/> |
---|
5 | <classpathentry kind="lib" path="lib/com.noelios.restlet.ext.jdbc_3.0.jar"/> |
---|
6 | <classpathentry kind="lib" path="lib/com.noelios.restlet.ext.simple_3.1.jar"/> |
---|
7 | <classpathentry kind="lib" path="lib/com.noelios.restlet.jar"/> |
---|
8 | <classpathentry kind="lib" path="lib/commons-dbcp-1.2.2.jar"/> |
---|
9 | <classpathentry kind="lib" path="lib/commons-pool-1.4.jar"/> |
---|
10 | <classpathentry kind="lib" path="lib/jdom.jar"/> |
---|
11 | <classpathentry kind="lib" path="lib/org.json.jar"/> |
---|
12 | <classpathentry kind="lib" path="lib/org.restlet.ext.json_2.0.jar"/> |
---|
13 | <classpathentry kind="lib" path="lib/org.restlet.jar"/> |
---|
14 | <classpathentry kind="lib" path="lib/org.simpleframework.jar"/> |
---|
15 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
---|
16 | <classpathentry kind="lib" path="/opt/pgrouting/branches/routingservice/lib/postgresql-8.2-508.jdbc4.jar"/> |
---|
17 | <classpathentry kind="output" path="bin"/> |
---|
18 | </classpath> |
---|