diff options
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..16e0b310 --- /dev/null +++ b/.classpath | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <classpath> | ||
| 3 | <classpathentry kind="src" path="src"/> | ||
| 4 | <classpathentry kind="src" path="conf"/> | ||
| 5 | <classpathentry kind="src" path="test"/> | ||
| 6 | <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
| 7 | <classpathentry combineaccessrules="false" kind="src" path="/procyon"/> | ||
| 8 | <classpathentry kind="lib" path="lib/deps.jar"/> | ||
| 9 | <classpathentry kind="lib" path="lib/test-deps.jar"/> | ||
| 10 | <classpathentry kind="output" path="bin"/> | ||
| 11 | </classpath> | ||