< prev index next >

modules/jdk.packager/src/main/java/com/oracle/tools/packager/mac/MacBaseInstallerBundler.java

Print this page

        

*** 214,229 **** protected File prepareDaemonBundle(Map<String, ? super Object> p) { File daemonImageRoot = DAEMON_IMAGE_BUILD_ROOT.fetchFrom(p); return DAEMON_BUNDLER.fetchFrom(p).doBundle(p, daemonImageRoot, true); } - // public static void signAppBundle(Map<String, ? super Object> params, File appLocation, String signingIdentity, String identifierPrefix) throws IOException { - // signAppBundle(params, appLocation, signingIdentity, identifierPrefix, null, null); - // } - // - - @Override public Collection<BundlerParamInfo<?>> getBundleParameters() { Collection<BundlerParamInfo<?>> results = new LinkedHashSet<>(); results.addAll(MacAppBundler.getAppBundleParameters()); --- 214,223 ----
< prev index next >