< prev index next >

modules/jdk.packager/src/test/examples/MinesweeperFX/package.sh

Print this page

        

*** 4,14 **** echo "Error: set JAVA_HOME" exit fi PLATFORM=`bash ../whichplatform.sh` ! VERSION=1.2 MAC_APPSTORE_ARGS="" # Argument parsing. ARGS=() for i in "$@"; do --- 4,14 ---- echo "Error: set JAVA_HOME" exit fi PLATFORM=`bash ../whichplatform.sh` ! VERSION=1.3 MAC_APPSTORE_ARGS="" # Argument parsing. ARGS=() for i in "$@"; do
*** 51,56 **** --- 51,57 ---- -Bversion=9.0 \ -Bmac.dmg.simple=true \ --module MinesweeperFX/minesweeperfx.MinesweeperFX \ --module-path modules \ -BapplicationCategory=SomeCategory \ + --add-modules ALL-RUNTIME \ ${MAC_APPSTORE_ARGS}
< prev index next >