|
Revision 576, 1.2 KB
(checked in by martijn, 3 months ago)
|
|
Updated .classpath, use PDE to determine deps
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <classpath> |
|---|
| 3 | <classpathentry kind="src" path="src-axis"/> |
|---|
| 4 | <classpathentry kind="src" path="src"/> |
|---|
| 5 | <classpathentry kind="src" path="test"/> |
|---|
| 6 | <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 7 | <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> |
|---|
| 8 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/axis-ant.jar"/> |
|---|
| 9 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/axis.jar"/> |
|---|
| 10 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/commons-discovery-0.2.jar"/> |
|---|
| 11 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/commons-logging-1.0.4.jar"/> |
|---|
| 12 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/jaxrpc.jar"/> |
|---|
| 13 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/log4j-1.2.8.jar"/> |
|---|
| 14 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/saaj.jar"/> |
|---|
| 15 | <classpathentry exported="true" kind="lib" path="lib/axis-1_4/lib/wsdl4j-1.5.1.jar"/> |
|---|
| 16 | <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|---|
| 17 | <classpathentry kind="output" path="bin"/> |
|---|
| 18 | </classpath> |
|---|