src/share/jaxws_classes/com/sun/tools/internal/jxc/MessageBundle.properties

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 384
8f2986ff0235
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
1 # 1 #
2 # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # 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
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
28 28
29 BASEDIR_DOESNT_EXIST = \ 29 BASEDIR_DOESNT_EXIST = \
30 Non-existent directory: {0} 30 Non-existent directory: {0}
31 31
32 VERSION = \ 32 VERSION = \
33 schemagen 2.2.5-b10 33 schemagen 2.2.7-b63
34 34
35 FULLVERSION = \ 35 FULLVERSION = \
36 schemagen full version "2.2.5-b10" 36 schemagen full version "2.2.7-b63"
37 37
38 USAGE = \ 38 USAGE = \
39 Usage: schemagen [-options ...] <java files> \n\ 39 Usage: schemagen [-options ...] <java files> \n\
40 Options: \n\ 40 Options: \n\
41 \ \ \ \ -d <path> : specify where to place processor and javac generated class files\n\ 41 \ \ \ \ -d <path> : specify where to place processor and javac generated class files\n\
42 \ \ \ \ -cp <path> : specify where to find user specified files\n\ 42 \ \ \ \ -cp <path> : specify where to find user specified files\n\
43 \ \ \ \ -classpath <path> : specify where to find user specified files\n\ 43 \ \ \ \ -classpath <path> : specify where to find user specified files\n\
44 \ \ \ \ -encoding <encoding> : specify encoding to be used for annotation processing/javac invocation \n\ 44 \ \ \ \ -encoding <encoding> : specify encoding to be used for annotation processing/javac invocation \n\
45 \ \ \ \ -episode <file> : generate episode file for separate compilation\n\ 45 \ \ \ \ -episode <file> : generate episode file for separate compilation\n\
46 \ \ \ \ -disableXmlSecurity : disables XML security features for usage on xml parsing apis \n\
46 \ \ \ \ -version : display version information\n\ 47 \ \ \ \ -version : display version information\n\
47 \ \ \ \ -fullversion : display full version information\n\ 48 \ \ \ \ -fullversion : display full version information\n\
48 \ \ \ \ -help : display this usage message 49 \ \ \ \ -help : display this usage message

mercurial