< prev index next >

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

Print this page

        

*** 30,40 **** import com.oracle.tools.packager.Log; import com.oracle.tools.packager.ConfigException; import com.oracle.tools.packager.IOUtils; import com.oracle.tools.packager.Platform; import com.oracle.tools.packager.UnsupportedPlatformException; ! import jdk.packager.builders.mac.MacAppImageBuilder; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.text.MessageFormat; --- 30,40 ---- import com.oracle.tools.packager.Log; import com.oracle.tools.packager.ConfigException; import com.oracle.tools.packager.IOUtils; import com.oracle.tools.packager.Platform; import com.oracle.tools.packager.UnsupportedPlatformException; ! import jdk.packager.internal.legacy.builders.mac.MacAppImageBuilder; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.text.MessageFormat;
*** 47,57 **** import java.util.Optional; import java.util.ResourceBundle; import static com.oracle.tools.packager.StandardBundlerParam.*; import static com.oracle.tools.packager.mac.MacAppBundler.*; ! import jdk.packager.internal.mac.MacCertificate; public class MacAppStoreBundler extends MacBaseInstallerBundler { private static final ResourceBundle I18N = ResourceBundle.getBundle(MacAppStoreBundler.class.getName()); --- 47,57 ---- import java.util.Optional; import java.util.ResourceBundle; import static com.oracle.tools.packager.StandardBundlerParam.*; import static com.oracle.tools.packager.mac.MacAppBundler.*; ! import jdk.packager.internal.legacy.mac.MacCertificate; public class MacAppStoreBundler extends MacBaseInstallerBundler { private static final ResourceBundle I18N = ResourceBundle.getBundle(MacAppStoreBundler.class.getName());
< prev index next >