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

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 384
8f2986ff0235
     1.1 --- a/src/share/jaxws_classes/com/sun/tools/internal/xjc/MessageBundle.properties	Thu Apr 04 19:05:24 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/tools/internal/xjc/MessageBundle.properties	Tue Apr 09 14:51:13 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -70,6 +70,7 @@
    1.11  \ \ -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\
    1.12  \ \ -encoding <encoding> :  specify character encoding for generated source files\n\
    1.13  \ \ -enableIntrospection :  enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\
    1.14 +\ \ -disableXmlSecurity  :  disables XML security features when parsing XML documents \n\
    1.15  \ \ -contentForWildcard  :  generates content property for types with multiple xs:any derived elements \n\
    1.16  \ \ -xmlschema         :  treat input as W3C XML Schema (default)\n\
    1.17  \ \ -relaxng           :  treat input as RELAX NG (experimental,unsupported)\n\
    1.18 @@ -170,31 +171,31 @@
    1.19  Driver.FailedToGenerateCode = \
    1.20          Failed to produce code.
    1.21  
    1.22 -# DO NOT localize the 2.2.5-b10 string - it is a token for an ant <replaceFilter>
    1.23 +# DO NOT localize the 2.2.7-b63 string - it is a token for an ant <replaceFilter>
    1.24  Driver.FilePrologComment = \
    1.25 -        This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10 \n\
    1.26 +        This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7-b63 \n\
    1.27          See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\
    1.28          Any modifications to this file will be lost upon recompilation of the source schema. \n\
    1.29          Generated on: {0} \n
    1.30  
    1.31  Driver.Version = \
    1.32 -        xjc 2.2.5-b10
    1.33 +        xjc 2.2.7-b63
    1.34  
    1.35  Driver.FullVersion = \
    1.36 -        xjc full version "2.2.5-b10-b14"
    1.37 +        xjc full version "2.2.7-b63-b19"
    1.38  
    1.39 -Driver.BuildID = 2.2.5-b10
    1.40 +Driver.BuildID = 2.2.7-b63
    1.41  
    1.42  # for JDK integration - include version in source zip
    1.43 -jaxb.jdk.version=2.2.5-b10
    1.44 +jaxb.jdk.version=2.2.7-b63
    1.45  
    1.46  # see java.text.SimpleDateFormat for format syntax
    1.47 -# 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).
    1.48 +# DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
    1.49  Driver.DateFormat = \
    1.50          yyyy.MM.dd
    1.51  
    1.52  # see java.text.SimpleDateFormat for format syntax
    1.53 -# 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).
    1.54 +# Format should not be changed, English locale is used to transform this string into a real time.
    1.55  Driver.TimeFormat = \
    1.56          hh:mm:ss a z
    1.57  

mercurial