test/jdk/tools/jpackage/createinstaller/macosx/base/JPackageCreateInstallerInstallDirBase.java
branchJDK-8200758-branch
changeset 57307 4948a1944cf9
parent 57241 e11f3bf34083
child 57414 6eda749d3117
equal deleted inserted replaced
57306:b3b59183df78 57307:4948a1944cf9
    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             "--files", "hello.jar",
       
    71             "--install-dir", "/Applications/jpackage"};
    70             "--install-dir", "/Applications/jpackage"};
    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);