Commit Graph

4 Commits

Author SHA1 Message Date
Ryan Hendrickson
d768bf69a1 maptool: extract application JARs from package
... instead of using the uber-JAR release.

Packing the JARs together causes the JavaScript macro functionality not
to work, as the scripting interface uses a ServiceLoader to find
language providers via text file resources that share a common name.
With one file per JAR, this works great. When multiple files with the
same name are in one uber-JAR, all but one of them are shadowed, and
the JavaScript language provider was getting lost.
2023-10-30 19:45:15 -04:00
R. Ryantm
4d1cc452b6 maptool: 1.13.1 -> 1.13.2 2023-07-08 21:22:34 +00:00
R. Ryantm
8879a43f7a maptool: 1.13.0 -> 1.13.1 2023-06-13 18:20:12 +00:00
Ryan Hendrickson
45eb557afa maptool: init at 1.13.0 2023-05-18 21:31:03 -04:00