Changeset: a4ba2aff078e Author: shemnon Date: 2014-08-20 10:49 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a4ba2aff078e
RT-38129 - mac.dmg.simple hangs Summary: fix logic error ! modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacDmgBundler.java Changeset: e28ed8b67772 Author: shemnon Date: 2014-08-20 10:52 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e28ed8b67772 RT-38312: Modify Packager to remove QT Kit platform when creating Mac App Store bundles and RT-37732:[packager] Default argument lambdas should be well behaved Summary: Sometimes the "default" values are truly unacceptable. In those cases a ConfigException wrapped in a RuntimeException is acceptable way to communicate that. In this case a runtime configured to a non-mac layout is not acceptable, and some default unconfigured environments will see that. ! modules/fxpackager/src/test/java/com/oracle/tools/packager/BundlersTest.java