--- old/modules/jdk.packager/src/test/examples/MinesweeperFX/package.sh 2017-02-01 12:21:06.000000000 -0800 +++ new/modules/jdk.packager/src/test/examples/MinesweeperFX/package.sh 2017-02-01 12:21:06.000000000 -0800 @@ -6,7 +6,7 @@ fi PLATFORM=`bash ../whichplatform.sh` -VERSION=1.2 +VERSION=1.3 MAC_APPSTORE_ARGS="" # Argument parsing. @@ -53,4 +53,5 @@ --module MinesweeperFX/minesweeperfx.MinesweeperFX \ --module-path modules \ -BapplicationCategory=SomeCategory \ + --add-modules ALL-RUNTIME \ ${MAC_APPSTORE_ARGS}