diff options
| author | Kostya <mail@sartin.in> | 2026-08-13 16:28:27 +0000 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-08-13 16:28:27 +0000 |
| commit | ca3edaa7fc9c78e856bc32f4fa7b76e43602819d (patch) | |
| tree | 4cacf684f78e0475685d361b2a7aa3994063e5c5 /engine/.classpath | |
| parent | ae8486da5c542d6af9a2e0f9f7cc39729a055eee (diff) | |
| download | guess-market-ca3edaa7fc9c78e856bc32f4fa7b76e43602819d.tar.gz guess-market-ca3edaa7fc9c78e856bc32f4fa7b76e43602819d.tar.xz guess-market-ca3edaa7fc9c78e856bc32f4fa7b76e43602819d.zip | |
Remove engine module
Superseded by the service module's GuessMarketContext implementation;
the JAXB model, TradingMechanism interface, and its LMSR/order-book
stubs had no remaining callers.
Diffstat (limited to 'engine/.classpath')
| -rw-r--r-- | engine/.classpath | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/engine/.classpath b/engine/.classpath deleted file mode 100644 index 8bbb374..0000000 --- a/engine/.classpath +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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/jaxb/angus-activation.jar"/> | ||
| 16 | <classpathentry kind="lib" path="../lib/jaxb/jakarta.activation-api.jar"/> | ||
| 17 | <classpathentry kind="lib" path="../lib/jaxb/jaxb-core.jar"/> | ||
| 18 | <classpathentry kind="lib" path="../lib/jaxb/jaxb-impl.jar"/> | ||
| 19 | <classpathentry kind="lib" path="../lib/jaxb/jaxb-xjc.jar"/> | ||
| 20 | <classpathentry kind="lib" path="../lib/jaxb/jakarta.xml.bind-api.jar"/> | ||
| 21 | <classpathentry kind="lib" path="../lib/jaxb/jaxb-jxc.jar"/> | ||
| 22 | <classpathentry kind="lib" path="../lib/junit/junit-platform-console-standalone-6.1.1.jar"/> | ||
| 23 | <classpathentry kind="output" path="bin"/> | ||
| 24 | </classpath> | ||
| 25 | |||