diff options
| author | Kostya <mail@sartin.in> | 2026-08-06 21:17:22 +0000 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-08-06 21:17:22 +0000 |
| commit | 10e36a8910653a73910b7be654b3467ece511d9b (patch) | |
| tree | 08a79d79ab1c2355c02cb49462f164291ef63eda /modules/engine/.classpath | |
| parent | c3946151d543f568983f1ba16a963ea7dd4b9055 (diff) | |
| download | guess-market-10e36a8910653a73910b7be654b3467ece511d9b.tar.gz guess-market-10e36a8910653a73910b7be654b3467ece511d9b.tar.xz guess-market-10e36a8910653a73910b7be654b3467ece511d9b.zip | |
wireframe
Diffstat (limited to 'modules/engine/.classpath')
| -rw-r--r-- | modules/engine/.classpath | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/engine/.classpath b/modules/engine/.classpath new file mode 100644 index 0000000..27bd88b --- /dev/null +++ b/modules/engine/.classpath | |||
| @@ -0,0 +1,22 @@ | |||
| 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 | <attributes> | ||
| 6 | <attribute name="optional" value="true"/> | ||
| 7 | </attributes> | ||
| 8 | </classpathentry> | ||
| 9 | <classpathentry kind="src" output="bin/test-classes" path="src/test/java"> | ||
| 10 | <attributes> | ||
| 11 | <attribute name="optional" value="true"/> | ||
| 12 | <attribute name="test" value="true"/> | ||
| 13 | </attributes> | ||
| 14 | <classpathentry kind="prj" path="/guess-market-api"> | ||
| 15 | </classpathentry> | ||
| 16 | </classpathentry> | ||
| 17 | <!-- Defines the standard Java System Library --> | ||
| 18 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
| 19 | <!-- Defines where compiled .class files go --> | ||
| 20 | <classpathentry kind="output" path="bin"/> | ||
| 21 | </classpath> | ||
| 22 | |||