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