test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageVersionTest.java
branchJDK-8200758-branch
changeset 57395 521c02b9eed0
parent 57307 4948a1944cf9
child 57414 6eda749d3117
equal deleted inserted replaced
57394:17c43babfc2f 57395:521c02b9eed0
     1 
       
     2 import java.io.File;
       
     3 import java.nio.file.Files;
       
     4 
       
     5 /*
     1 /*
     6  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     7  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8  *
     4  *
     9  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
    22  *
    18  *
    23  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    24  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    25  * questions.
    21  * questions.
    26  */
    22  */
       
    23 
       
    24 import java.io.File;
       
    25 import java.nio.file.Files;
    27 
    26 
    28 /*
    27 /*
    29  * @test
    28  * @test
    30  * @summary jpackage create image --app-version test
    29  * @summary jpackage create image --app-version test
    31  * @library ../helpers
    30  * @library ../helpers