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/openjfx | |
| 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/openjfx')
| -rw-r--r-- | lib/openjfx/javafx-swt.jar | bin | 0 -> 37082 bytes | |||
| -rw-r--r-- | lib/openjfx/javafx.base.jar | bin | 0 -> 756514 bytes | |||
| -rw-r--r-- | lib/openjfx/javafx.controls.jar | bin | 0 -> 2597140 bytes | |||
| -rw-r--r-- | lib/openjfx/javafx.fxml.jar | bin | 0 -> 130169 bytes | |||
| -rw-r--r-- | lib/openjfx/javafx.graphics.jar | bin | 0 -> 4303293 bytes | |||
| -rw-r--r-- | lib/openjfx/javafx.media.jar | bin | 0 -> 277400 bytes | |||
| -rw-r--r-- | lib/openjfx/javafx.properties | 3 | ||||
| -rw-r--r-- | lib/openjfx/javafx.swing.jar | bin | 0 -> 90416 bytes | |||
| -rw-r--r-- | lib/openjfx/javafx.web.jar | bin | 0 -> 716847 bytes |
9 files changed, 3 insertions, 0 deletions
diff --git a/lib/openjfx/javafx-swt.jar b/lib/openjfx/javafx-swt.jar new file mode 100644 index 0000000..26a972f --- /dev/null +++ b/lib/openjfx/javafx-swt.jar | |||
| Binary files differ | |||
diff --git a/lib/openjfx/javafx.base.jar b/lib/openjfx/javafx.base.jar new file mode 100644 index 0000000..855e125 --- /dev/null +++ b/lib/openjfx/javafx.base.jar | |||
| Binary files differ | |||
diff --git a/lib/openjfx/javafx.controls.jar b/lib/openjfx/javafx.controls.jar new file mode 100644 index 0000000..a0c2d31 --- /dev/null +++ b/lib/openjfx/javafx.controls.jar | |||
| Binary files differ | |||
diff --git a/lib/openjfx/javafx.fxml.jar b/lib/openjfx/javafx.fxml.jar new file mode 100644 index 0000000..c3b66e5 --- /dev/null +++ b/lib/openjfx/javafx.fxml.jar | |||
| Binary files differ | |||
diff --git a/lib/openjfx/javafx.graphics.jar b/lib/openjfx/javafx.graphics.jar new file mode 100644 index 0000000..945b80f --- /dev/null +++ b/lib/openjfx/javafx.graphics.jar | |||
| Binary files differ | |||
diff --git a/lib/openjfx/javafx.media.jar b/lib/openjfx/javafx.media.jar new file mode 100644 index 0000000..584a9d2 --- /dev/null +++ b/lib/openjfx/javafx.media.jar | |||
| Binary files differ | |||
diff --git a/lib/openjfx/javafx.properties b/lib/openjfx/javafx.properties new file mode 100644 index 0000000..bfea014 --- /dev/null +++ b/lib/openjfx/javafx.properties | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | javafx.version=22.0.2 | ||
| 2 | javafx.runtime.version=22.0.2+4 | ||
| 3 | javafx.runtime.build=4 | ||
diff --git a/lib/openjfx/javafx.swing.jar b/lib/openjfx/javafx.swing.jar new file mode 100644 index 0000000..8f033f1 --- /dev/null +++ b/lib/openjfx/javafx.swing.jar | |||
| Binary files differ | |||
diff --git a/lib/openjfx/javafx.web.jar b/lib/openjfx/javafx.web.jar new file mode 100644 index 0000000..2f49524 --- /dev/null +++ b/lib/openjfx/javafx.web.jar | |||
| Binary files differ | |||