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