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

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1997, 2012, 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

@@ -68,10 +68,11 @@
 \ \ -npa               :  suppress generation of package level annotations (**/package-info.java)\n\
 \ \ -no-header         :  suppress generation of a file header with timestamp\n\
 \ \ -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\
 \ \ -encoding <encoding> :  specify character encoding for generated source files\n\
 \ \ -enableIntrospection :  enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\
+\ \ -disableXmlSecurity  :  disables XML security features when parsing XML documents \n\
 \ \ -contentForWildcard  :  generates content property for types with multiple xs:any derived elements \n\
 \ \ -xmlschema         :  treat input as W3C XML Schema (default)\n\
 \ \ -relaxng           :  treat input as RELAX NG (experimental,unsupported)\n\
 \ \ -relaxng-compact   :  treat input as RELAX NG compact syntax (experimental,unsupported)\n\
 \ \ -dtd               :  treat input as XML DTD (experimental,unsupported)\n\

@@ -168,35 +169,35 @@
         compiling a schema...
 
 Driver.FailedToGenerateCode = \
         Failed to produce code.
 
-# DO NOT localize the 2.2.5-b10 string - it is a token for an ant <replaceFilter>
+# DO NOT localize the 2.2.7-b63 string - it is a token for an ant <replaceFilter>
 Driver.FilePrologComment = \
-        This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10 \n\
+        This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7-b63 \n\
         See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\
         Any modifications to this file will be lost upon recompilation of the source schema. \n\
         Generated on: {0} \n
 
 Driver.Version = \
-        xjc 2.2.5-b10
+        xjc 2.2.7-b63
 
 Driver.FullVersion = \
-        xjc full version "2.2.5-b10-b14"
+        xjc full version "2.2.7-b63-b19"
 
-Driver.BuildID = 2.2.5-b10
+Driver.BuildID = 2.2.7-b63
 
 # for JDK integration - include version in source zip
-jaxb.jdk.version=2.2.5-b10
+jaxb.jdk.version=2.2.7-b63
 
 # see java.text.SimpleDateFormat for format syntax
-# 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).
+# DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 Driver.DateFormat = \
         yyyy.MM.dd
 
 # see java.text.SimpleDateFormat for format syntax
-# 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).
+# Format should not be changed, English locale is used to transform this string into a real time.
 Driver.TimeFormat = \
         hh:mm:ss a z
 
 # as in: "generated on <date> at <time>"
 Driver.At = \