Codebase list plm / 1bc82b6
plm.sh: Don't load the asm3 jarfile on startup, as it does not exist anymore Martin Quinson 3 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 - Some small improvements to the pedagogical content.
55 - New (partial) Ukrainian translation, thanks Yuri Chornoivan.
66 * d/p/no-javafx: Remove some code that sneaked in upstream by accident.
7 * Don't load the asm3 jarfile on startup, as it does not exist anymore.
78
89 -- Martin Quinson <mquinson@debian.org> Sun, 20 Sep 2020 21:40:58 +0200
910
2121
2222 # Request jython and friends.
2323 # (I'd like to have it used only if found, but this does not work yet: as we build-dep on jython, jh_build adds it to the depends)
24 find_jars jython jruby antlr3-runtime-3.2 asm3
24 find_jars jython jruby antlr3-runtime-3.2
2525 # jython fails with antlr3-runtime-3.5 (see #796933)
2626
2727 # For some reason, some people need these jar to be manually loaded. That's annoying, they should be picked automatically instead.