|
Revision 576, 507 bytes
(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"/> |
|---|
| 4 | <classpathentry kind="src" path="test"/> |
|---|
| 5 | <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 6 | <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> |
|---|
| 7 | <classpathentry kind="lib" path="lib/synergizer.jar"/> |
|---|
| 8 | <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|---|
| 9 | <classpathentry kind="output" path="bin"/> |
|---|
| 10 | </classpath> |
|---|