test/jdk/tools/jpackage/createinstaller/macosx/base/JPackageCreateInstallerFileAssociationsBase.java
branchJDK-8200758-branch
changeset 57241 e11f3bf34083
parent 57180 1d6f8a7c6d5a
child 57307 4948a1944cf9
equal deleted inserted replaced
57220:6a80fd1912ef 57241:e11f3bf34083
   129             "--input", "input",
   129             "--input", "input",
   130             "--output", "output",
   130             "--output", "output",
   131             "--name", TEST_NAME,
   131             "--name", TEST_NAME,
   132             "--main-jar", "hello.jar",
   132             "--main-jar", "hello.jar",
   133             "--main-class", "Hello",
   133             "--main-class", "Hello",
   134             "--overwrite",
       
   135             "--files", "hello.jar",
   134             "--files", "hello.jar",
   136             "--file-associations", "fa.properties"};
   135             "--file-associations", "fa.properties"};
   137     }
   136     }
   138 
   137 
   139     public static void run(String name, String ext) throws Exception {
   138     public static void run(String name, String ext) throws Exception {