--- old/modules/jdk.packager/src/test/examples/Ensemble/package.sh 2017-01-23 15:43:12.000000000 -0800 +++ new/modules/jdk.packager/src/test/examples/Ensemble/package.sh 2017-01-23 15:43:12.000000000 -0800 @@ -5,14 +5,15 @@ exit fi -VERSION=1.2 +PLATFORM=`bash ../whichplatform.sh` +VERSION=1.0 MAC_APPSTORE_ARGS="" # Argument parsing. ARGS=() for i in "$@"; do if [[ "$i" == "--MacAppStore" ]]; then - MAC_APPSTORE_ARGS="-BappVersion=${VERSION} -Bmac.CFBundleIdentifier=com.oratest.ensemble8 -Bmac.category=\"public.app-category.education\" -Bmac.CFBundleVersion=${VERSION}" + MAC_APPSTORE_ARGS="-BappVersion=${VERSION} -Bmac.CFBundleIdentifier=com.oratest.ensemble -Bmac.category=\"public.app-category.education\" -Bmac.CFBundleVersion=${VERSION}" else ARGS+=("\"$i\"") fi @@ -31,7 +32,6 @@ mkdir output # Generate ICNS file -PLATFORM=`bash ../whichplatform.sh` ICON=""; mkdir jars @@ -55,10 +55,10 @@ -deploy \ -v \ -outdir output \ - -name Ensemble \ + -name EnsembleFX \ $ICON \ - -native image \ - -BsignBundle=false -Bversion=9.0 \ + -native \ + -Bversion=9.0 \ -Bmac.dmg.simple=true \ -srcdir jars \ -srcfiles Ensemble8.jar \