test/jdk/tools/jpackage/createimage/JPackageCreateImageVersionTest.java
branchJDK-8200758-branch
changeset 57106 ea870b9ce89a
parent 57079 c53a2eca0f57
child 57150 fa68c2ab636d
equal deleted inserted replaced
57105:3409e81fb3cb 57106:ea870b9ce89a
     1 
     1 
     2 import java.io.File;
     2 import java.io.File;
     3 import java.nio.file.Files;
     3 import java.nio.file.Files;
     4 
     4 
     5 /*
     5 /*
     6  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     6  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     7  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8  *
     8  *
     9  * This code is free software; you can redistribute it and/or modify it
     9  * This code is free software; you can redistribute it and/or modify it
    10  * under the terms of the GNU General Public License version 2 only, as
    10  * under the terms of the GNU General Public License version 2 only, as
    11  * published by the Free Software Foundation.
    11  * published by the Free Software Foundation.