Hi Andy,
http://cr.openjdk.java.net/~herrick/8233594/webrev.01/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties.frames.html
106 \ Pass on --bind-seervices option to jlink (which will
link in \n\
Spelling: --bind-seervices -> --bind-services
Otherwise looks fine.
Thanks,
Alexander
On 11/5/2019 3:36 PM, Andy Herrick wrote:
Please review the jpackage fix for bug [1] at [2].
This is a fix for the JDK-8200758-branch branch of the open sandbox
repository (jpackage).
This changes adds the --bind-services option and removes the previous
behavior of always including --bind-services in the jlink options
except when --add-modules was specified.
[1] - https://bugs.openjdk.java.net/browse/JDK-8233594
[2] - http://cr.openjdk.java.net/~herrick/8233594/
/Andy