test/jdk/tools/jpackage/createinstaller/linux/base/JPackageCreateInstallerLicenseTypeBase.java
branchJDK-8200758-branch
changeset 57241 e11f3bf34083
parent 57180 1d6f8a7c6d5a
child 57307 4948a1944cf9
equal deleted inserted replaced
57220:6a80fd1912ef 57241:e11f3bf34083
    94             "--input", "input",
    94             "--input", "input",
    95             "--output", "output",
    95             "--output", "output",
    96             "--name", TEST_NAME,
    96             "--name", TEST_NAME,
    97             "--main-jar", "hello.jar",
    97             "--main-jar", "hello.jar",
    98             "--main-class", "Hello",
    98             "--main-class", "Hello",
    99             "--overwrite",
       
   100             "--files", "hello.jar",
    99             "--files", "hello.jar",
   101             "--linux-rpm-license-type", JP_LICENSE_TYPE};
   100             "--linux-rpm-license-type", JP_LICENSE_TYPE};
   102     }
   101     }
   103 
   102 
   104     public static void run(String name, String ext) throws Exception {
   103     public static void run(String name, String ext) throws Exception {