< prev index next >

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

Print this page

        

@@ -214,16 +214,10 @@
     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());
< prev index next >