diff options
| author | Kostya <mail@sartin.in> | 2026-08-09 14:46:25 +0300 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-08-09 14:46:25 +0300 |
| commit | 34deee1c5ef2df5ba2514f77ec4dfd4a684a9d13 (patch) | |
| tree | 17d9c867856ff9f1de4a59f63c13d6abf0ecb31e /lib/tomcat | |
| parent | 18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169 (diff) | |
| download | guess-market-34deee1c5ef2df5ba2514f77ec4dfd4a684a9d13.tar.gz guess-market-34deee1c5ef2df5ba2514f77ec4dfd4a684a9d13.tar.xz guess-market-34deee1c5ef2df5ba2514f77ec4dfd4a684a9d13.zip | |
flatten modules to repo root, vendor deps, repair Eclipse build paths
Move api, engine, ui-console and ui-desktop out of modules/ up to the
repo root and drop the empty exception project (GuessMarketException now
lives in api).
Vendor gson, jaxb, okhttp, openjfx and tomcat under lib/, and group the
JUnit standalone jar into lib/junit/ alongside them.
Rewrite every .classpath: drop the copy-pasted optional="true" that was
masking real build path errors, point the library entries at ../lib/,
and put the JUnit jar on the test source folders so the placeholder
AppTest classes compile.
ui-desktop: take the JavaFX jars off the modulepath (there is no
module-info.java, so module="true" left the packages unresolvable) and
add a Launcher that calls Application.launch, avoiding the "JavaFX
runtime components are missing" check without VM arguments.
engine: add LocalGuessMarketService and the GuessMarketContext provider
interface, and give GuessMarketException the no-arg and cause
constructors they need.
Diffstat (limited to 'lib/tomcat')
| -rw-r--r-- | lib/tomcat/annotations-api.jar | bin | 0 -> 13319 bytes |
| -rw-r--r-- | lib/tomcat/catalina-ant.jar | bin | 0 -> 56459 bytes |
| -rw-r--r-- | lib/tomcat/catalina-ha.jar | bin | 0 -> 124800 bytes |
| -rw-r--r-- | lib/tomcat/catalina-ssi.jar | bin | 0 -> 63343 bytes |
| -rw-r--r-- | lib/tomcat/catalina-storeconfig.jar | bin | 0 -> 78167 bytes |
| -rw-r--r-- | lib/tomcat/catalina-tribes.jar | bin | 0 -> 324980 bytes |
| -rw-r--r-- | lib/tomcat/catalina.jar | bin | 0 -> 1770850 bytes |
| -rw-r--r-- | lib/tomcat/ecj-4.27.jar | bin | 0 -> 3160927 bytes |
| -rw-r--r-- | lib/tomcat/el-api.jar | bin | 0 -> 89885 bytes |
| -rw-r--r-- | lib/tomcat/jakartaee-migration-1.0.8-shaded.jar | bin | 0 -> 1044617 bytes |
| -rw-r--r-- | lib/tomcat/jasper-el.jar | bin | 0 -> 171824 bytes |
| -rw-r--r-- | lib/tomcat/jasper.jar | bin | 0 -> 573597 bytes |
| -rw-r--r-- | lib/tomcat/jaspic-api.jar | bin | 0 -> 27186 bytes |
| -rw-r--r-- | lib/tomcat/jsp-api.jar | bin | 0 -> 76389 bytes |
| -rw-r--r-- | lib/tomcat/servlet-api.jar | bin | 0 -> 363795 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-api.jar | bin | 0 -> 10837 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-coyote-ffm.jar | bin | 0 -> 301610 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-coyote.jar | bin | 0 -> 909534 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-dbcp.jar | bin | 0 -> 341176 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-cs.jar | bin | 0 -> 68479 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-de.jar | bin | 0 -> 77385 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-es.jar | bin | 0 -> 103983 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-fr.jar | bin | 0 -> 179740 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-ja.jar | bin | 0 -> 204324 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-ko.jar | bin | 0 -> 192962 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-pt-BR.jar | bin | 0 -> 52094 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-ru.jar | bin | 0 -> 65283 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-i18n-zh-CN.jar | bin | 0 -> 177295 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-jdbc.jar | bin | 0 -> 152216 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-jni.jar | bin | 0 -> 15479 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-util-scan.jar | bin | 0 -> 228806 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-util.jar | bin | 0 -> 212582 bytes |
| -rw-r--r-- | lib/tomcat/tomcat-websocket.jar | bin | 0 -> 241475 bytes |
| -rw-r--r-- | lib/tomcat/websocket-api.jar | bin | 0 -> 13917 bytes |
| -rw-r--r-- | lib/tomcat/websocket-client-api.jar | bin | 0 -> 30768 bytes |
35 files changed, 0 insertions, 0 deletions
diff --git a/lib/tomcat/annotations-api.jar b/lib/tomcat/annotations-api.jar new file mode 100644 index 0000000..17b3021 --- /dev/null +++ b/lib/tomcat/annotations-api.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/catalina-ant.jar b/lib/tomcat/catalina-ant.jar new file mode 100644 index 0000000..59bd4f8 --- /dev/null +++ b/lib/tomcat/catalina-ant.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/catalina-ha.jar b/lib/tomcat/catalina-ha.jar new file mode 100644 index 0000000..19d02d9 --- /dev/null +++ b/lib/tomcat/catalina-ha.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/catalina-ssi.jar b/lib/tomcat/catalina-ssi.jar new file mode 100644 index 0000000..1fbcb49 --- /dev/null +++ b/lib/tomcat/catalina-ssi.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/catalina-storeconfig.jar b/lib/tomcat/catalina-storeconfig.jar new file mode 100644 index 0000000..1e0432f --- /dev/null +++ b/lib/tomcat/catalina-storeconfig.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/catalina-tribes.jar b/lib/tomcat/catalina-tribes.jar new file mode 100644 index 0000000..d28322e --- /dev/null +++ b/lib/tomcat/catalina-tribes.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/catalina.jar b/lib/tomcat/catalina.jar new file mode 100644 index 0000000..a345826 --- /dev/null +++ b/lib/tomcat/catalina.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/ecj-4.27.jar b/lib/tomcat/ecj-4.27.jar new file mode 100644 index 0000000..a8f827f --- /dev/null +++ b/lib/tomcat/ecj-4.27.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/el-api.jar b/lib/tomcat/el-api.jar new file mode 100644 index 0000000..d61bb8d --- /dev/null +++ b/lib/tomcat/el-api.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/jakartaee-migration-1.0.8-shaded.jar b/lib/tomcat/jakartaee-migration-1.0.8-shaded.jar new file mode 100644 index 0000000..18ce929 --- /dev/null +++ b/lib/tomcat/jakartaee-migration-1.0.8-shaded.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/jasper-el.jar b/lib/tomcat/jasper-el.jar new file mode 100644 index 0000000..b72e9e8 --- /dev/null +++ b/lib/tomcat/jasper-el.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/jasper.jar b/lib/tomcat/jasper.jar new file mode 100644 index 0000000..758f82e --- /dev/null +++ b/lib/tomcat/jasper.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/jaspic-api.jar b/lib/tomcat/jaspic-api.jar new file mode 100644 index 0000000..d77466a --- /dev/null +++ b/lib/tomcat/jaspic-api.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/jsp-api.jar b/lib/tomcat/jsp-api.jar new file mode 100644 index 0000000..72629f8 --- /dev/null +++ b/lib/tomcat/jsp-api.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/servlet-api.jar b/lib/tomcat/servlet-api.jar new file mode 100644 index 0000000..712d3fa --- /dev/null +++ b/lib/tomcat/servlet-api.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-api.jar b/lib/tomcat/tomcat-api.jar new file mode 100644 index 0000000..36be65c --- /dev/null +++ b/lib/tomcat/tomcat-api.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-coyote-ffm.jar b/lib/tomcat/tomcat-coyote-ffm.jar new file mode 100644 index 0000000..6f7a59e --- /dev/null +++ b/lib/tomcat/tomcat-coyote-ffm.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-coyote.jar b/lib/tomcat/tomcat-coyote.jar new file mode 100644 index 0000000..e87bf89 --- /dev/null +++ b/lib/tomcat/tomcat-coyote.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-dbcp.jar b/lib/tomcat/tomcat-dbcp.jar new file mode 100644 index 0000000..aa96b0e --- /dev/null +++ b/lib/tomcat/tomcat-dbcp.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-cs.jar b/lib/tomcat/tomcat-i18n-cs.jar new file mode 100644 index 0000000..8f11683 --- /dev/null +++ b/lib/tomcat/tomcat-i18n-cs.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-de.jar b/lib/tomcat/tomcat-i18n-de.jar new file mode 100644 index 0000000..7540d60 --- /dev/null +++ b/lib/tomcat/tomcat-i18n-de.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-es.jar b/lib/tomcat/tomcat-i18n-es.jar new file mode 100644 index 0000000..b33cc95 --- /dev/null +++ b/lib/tomcat/tomcat-i18n-es.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-fr.jar b/lib/tomcat/tomcat-i18n-fr.jar new file mode 100644 index 0000000..728b478 --- /dev/null +++ b/lib/tomcat/tomcat-i18n-fr.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-ja.jar b/lib/tomcat/tomcat-i18n-ja.jar new file mode 100644 index 0000000..15fc0bf --- /dev/null +++ b/lib/tomcat/tomcat-i18n-ja.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-ko.jar b/lib/tomcat/tomcat-i18n-ko.jar new file mode 100644 index 0000000..9bb9157 --- /dev/null +++ b/lib/tomcat/tomcat-i18n-ko.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-pt-BR.jar b/lib/tomcat/tomcat-i18n-pt-BR.jar new file mode 100644 index 0000000..1493b39 --- /dev/null +++ b/lib/tomcat/tomcat-i18n-pt-BR.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-ru.jar b/lib/tomcat/tomcat-i18n-ru.jar new file mode 100644 index 0000000..d23c10e --- /dev/null +++ b/lib/tomcat/tomcat-i18n-ru.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-i18n-zh-CN.jar b/lib/tomcat/tomcat-i18n-zh-CN.jar new file mode 100644 index 0000000..987186b --- /dev/null +++ b/lib/tomcat/tomcat-i18n-zh-CN.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-jdbc.jar b/lib/tomcat/tomcat-jdbc.jar new file mode 100644 index 0000000..6217a0a --- /dev/null +++ b/lib/tomcat/tomcat-jdbc.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-jni.jar b/lib/tomcat/tomcat-jni.jar new file mode 100644 index 0000000..a703499 --- /dev/null +++ b/lib/tomcat/tomcat-jni.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-util-scan.jar b/lib/tomcat/tomcat-util-scan.jar new file mode 100644 index 0000000..805fe17 --- /dev/null +++ b/lib/tomcat/tomcat-util-scan.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-util.jar b/lib/tomcat/tomcat-util.jar new file mode 100644 index 0000000..cbd3e6f --- /dev/null +++ b/lib/tomcat/tomcat-util.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/tomcat-websocket.jar b/lib/tomcat/tomcat-websocket.jar new file mode 100644 index 0000000..aac589b --- /dev/null +++ b/lib/tomcat/tomcat-websocket.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/websocket-api.jar b/lib/tomcat/websocket-api.jar new file mode 100644 index 0000000..d6c6f1a --- /dev/null +++ b/lib/tomcat/websocket-api.jar | |||
| Binary files differ | |||
diff --git a/lib/tomcat/websocket-client-api.jar b/lib/tomcat/websocket-client-api.jar new file mode 100644 index 0000000..9786a3d --- /dev/null +++ b/lib/tomcat/websocket-client-api.jar | |||
| Binary files differ | |||