jdk/test/javax/xml/ws/clientjar/TestWsImport.java
changeset 40261 86a49ba76f52
parent 37779 7c84df693837
equal deleted inserted replaced
40260:4e69b50ccd97 40261:86a49ba76f52
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8016271 8026405
    26  * @bug 8016271 8026405
    27  * @summary wsimport -clientjar does not create portable jar on windows due to hardcoded '\'
    27  * @summary wsimport -clientjar does not create portable jar on windows due to hardcoded '\'
    28  * @compile -addmods java.xml.ws TestWsImport.java
    28  * @modules java.xml.ws
    29  * @run main/othervm -addmods java.xml.ws TestWsImport
    29  * @run main TestWsImport
    30  */
    30  */
    31 
    31 
    32 import javax.xml.namespace.QName;
    32 import javax.xml.namespace.QName;
    33 import javax.xml.ws.Endpoint;
    33 import javax.xml.ws.Endpoint;
    34 import javax.xml.ws.Service;
    34 import javax.xml.ws.Service;