diff options
Diffstat (limited to 'api/.classpath')
| -rw-r--r-- | api/.classpath | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/api/.classpath b/api/.classpath new file mode 100644 index 0000000..0e305bc --- /dev/null +++ b/api/.classpath | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <classpath> | ||
| 3 | <!-- Defines your source folder --> | ||
| 4 | <classpathentry kind="src" output="bin/classes" path="src/main/java"/> | ||
| 5 | <classpathentry kind="src" output="bin/test-classes" path="src/test/java"> | ||
| 6 | <attributes> | ||
| 7 | <attribute name="test" value="true"/> | ||
| 8 | </attributes> | ||
| 9 | </classpathentry> | ||
| 10 | <classpathentry kind="lib" path="../lib/junit/junit-platform-console-standalone-6.1.1.jar"/> | ||
| 11 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
| 12 | <classpathentry kind="output" path="bin"/> | ||
| 13 | </classpath> | ||
| 14 | |||