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