test/jdk/tools/jpackage/createinstaller/macosx/base/JPackageCreateInstallerBase.java
branchJDK-8200758-branch
changeset 57241 e11f3bf34083
parent 57180 1d6f8a7c6d5a
child 57307 4948a1944cf9
equal deleted inserted replaced
57220:6a80fd1912ef 57241:e11f3bf34083
    65             "--input", "input",
    65             "--input", "input",
    66             "--output", "output",
    66             "--output", "output",
    67             "--name", TEST_NAME,
    67             "--name", TEST_NAME,
    68             "--main-jar", "hello.jar",
    68             "--main-jar", "hello.jar",
    69             "--main-class", "Hello",
    69             "--main-class", "Hello",
    70             "--overwrite",
       
    71             "--files", "hello.jar"};
    70             "--files", "hello.jar"};
    72     }
    71     }
    73 
    72 
    74     public static void run(String name, String ext) throws Exception {
    73     public static void run(String name, String ext) throws Exception {
    75         init(name, ext);
    74         init(name, ext);