< prev index next >

src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/wscompile.properties

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 45,54 **** --- 45,55 ---- \ -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\ \ (port defaults to 8080)\n\ \ -J<javacOption> pass this option to javac\n\ \ -keep keep generated files\n\ \ -p <pkg> specifies the target package\n\ + \ -m <name> generate module-info.java with given Java module name\n\ \ -quiet suppress wsimport output\n\ \ -s <directory> specify where to place generated source files\n\ \ -target <version> generate code as per the given JAXWS spec version\n\ \ Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2\n\ \ e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\
< prev index next >