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 |
68 \ \ -npa : suppress generation of package level annotations (**/package-info.java)\n\ |
68 \ \ -npa : suppress generation of package level annotations (**/package-info.java)\n\ |
69 \ \ -no-header : suppress generation of a file header with timestamp\n\ |
69 \ \ -no-header : suppress generation of a file header with timestamp\n\ |
70 \ \ -target (2.0|2.1) : behave like XJC 2.0 or 2.1 and generate code that doesn't use any 2.2 features.\n\ |
70 \ \ -target (2.0|2.1) : behave like XJC 2.0 or 2.1 and generate code that doesn't use any 2.2 features.\n\ |
71 \ \ -encoding <encoding> : specify character encoding for generated source files\n\ |
71 \ \ -encoding <encoding> : specify character encoding for generated source files\n\ |
72 \ \ -enableIntrospection : enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\ |
72 \ \ -enableIntrospection : enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\ |
|
73 \ \ -disableXmlSecurity : disables XML security features when parsing XML documents \n\ |
73 \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\ |
74 \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\ |
74 \ \ -xmlschema : treat input as W3C XML Schema (default)\n\ |
75 \ \ -xmlschema : treat input as W3C XML Schema (default)\n\ |
75 \ \ -relaxng : treat input as RELAX NG (experimental,unsupported)\n\ |
76 \ \ -relaxng : treat input as RELAX NG (experimental,unsupported)\n\ |
76 \ \ -relaxng-compact : treat input as RELAX NG compact syntax (experimental,unsupported)\n\ |
77 \ \ -relaxng-compact : treat input as RELAX NG compact syntax (experimental,unsupported)\n\ |
77 \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\ |
78 \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\ |
168 compiling a schema... |
169 compiling a schema... |
169 |
170 |
170 Driver.FailedToGenerateCode = \ |
171 Driver.FailedToGenerateCode = \ |
171 Failed to produce code. |
172 Failed to produce code. |
172 |
173 |
173 # DO NOT localize the 2.2.5-b10 string - it is a token for an ant <replaceFilter> |
174 # DO NOT localize the 2.2.7-b63 string - it is a token for an ant <replaceFilter> |
174 Driver.FilePrologComment = \ |
175 Driver.FilePrologComment = \ |
175 This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10 \n\ |
176 This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7-b63 \n\ |
176 See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\ |
177 See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\ |
177 Any modifications to this file will be lost upon recompilation of the source schema. \n\ |
178 Any modifications to this file will be lost upon recompilation of the source schema. \n\ |
178 Generated on: {0} \n |
179 Generated on: {0} \n |
179 |
180 |
180 Driver.Version = \ |
181 Driver.Version = \ |
181 xjc 2.2.5-b10 |
182 xjc 2.2.7-b63 |
182 |
183 |
183 Driver.FullVersion = \ |
184 Driver.FullVersion = \ |
184 xjc full version "2.2.5-b10-b14" |
185 xjc full version "2.2.7-b63-b19" |
185 |
186 |
186 Driver.BuildID = 2.2.5-b10 |
187 Driver.BuildID = 2.2.7-b63 |
187 |
188 |
188 # for JDK integration - include version in source zip |
189 # for JDK integration - include version in source zip |
189 jaxb.jdk.version=2.2.5-b10 |
190 jaxb.jdk.version=2.2.7-b63 |
190 |
191 |
191 # see java.text.SimpleDateFormat for format syntax |
192 # see java.text.SimpleDateFormat for format syntax |
192 # Format should not be changed, English locale is used to transform this string into a real date. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html). |
193 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date. |
193 Driver.DateFormat = \ |
194 Driver.DateFormat = \ |
194 yyyy.MM.dd |
195 yyyy.MM.dd |
195 |
196 |
196 # see java.text.SimpleDateFormat for format syntax |
197 # see java.text.SimpleDateFormat for format syntax |
197 # Format should not be changed, English locale is used to transform this string into a real time. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html). |
198 # Format should not be changed, English locale is used to transform this string into a real time. |
198 Driver.TimeFormat = \ |
199 Driver.TimeFormat = \ |
199 hh:mm:ss a z |
200 hh:mm:ss a z |
200 |
201 |
201 # as in: "generated on <date> at <time>" |
202 # as in: "generated on <date> at <time>" |
202 Driver.At = \ |
203 Driver.At = \ |