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