Changeset: 843180e964d3 Author: shemnon Date: 2014-06-13 15:51 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/843180e964d3
RT-37549: Ability to produce a DMG from an APP seems broken Summary: Add tests to PKG and MAS bundlers. Add size checks to verify file output bundlers have a sensible result (PKGs didn't at the time) Have interim PKG packages use the APP_FS_NAME, which doges a bunch of URL issues. ! modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppStoreBundler.java ! modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacPkgBundler.java ! modules/fxpackager/src/main/resources/com/oracle/tools/packager/mac/MacBaseInstallerBundler.properties ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppStoreBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacDmgBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacPkgBundlerTest.java