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

Print this page
rev 447 : 8029237: Update copyright year to match last edit in jdk8 jaxws repository (2013)
Summary: Fixing Copyrights for year 2013
Reviewed-by: chegar
rev 472 : 8036030: Update JAX-WS RI integration to latest version
   1 #
   2 # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 154 # Not concatenated with any other string (written on a separate line).
 155 Driver.ParsingSchema = \
 156         parsing a schema...
 157 
 158 Driver.ParseFailed = \
 159         Failed to parse a schema.
 160 
 161 Driver.StackOverflow = \
 162         Stack overflow. Either you are compiling a large schema that requires more resources, or \
 163         XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
 164         doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
 165         contact Sun.
 166 
 167 # Not concatenated with any other string (written on a separate line).
 168 Driver.CompilingSchema = \
 169         compiling a schema...
 170 
 171 Driver.FailedToGenerateCode = \
 172         Failed to produce code.
 173 
 174 # DO NOT localize the 2.2.8-b130911.1802 string - it is a token for an mvn <properties filter>
 175 Driver.FilePrologComment = \
 176         This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 \n\
 177         See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\
 178         Any modifications to this file will be lost upon recompilation of the source schema. \n\
 179         Generated on: {0} \n
 180 
 181 Driver.Version = \
 182         xjc 2.2.8-b130911.1802
 183 
 184 Driver.FullVersion = \
 185         xjc full version "2.2.8-b130911.1802"
 186 
 187 Driver.BuildID = 2.2.8-b130911.1802
 188 
 189 # for JDK integration - include version in source zip
 190 jaxb.jdk.version=@@JAXB_JDK_VERSION@@
 191 
 192 # see java.text.SimpleDateFormat for format syntax
 193 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 194 Driver.DateFormat = \
 195         yyyy.MM.dd
 196 
 197 # see java.text.SimpleDateFormat for format syntax
 198 # Format should not be changed, English locale is used to transform this string into a real time.
 199 Driver.TimeFormat = \
 200         hh:mm:ss a z
 201 
 202 # as in: "generated on <date> at <time>"
 203 Driver.At = \
 204         at
 205 
 206 # ERROR in this meaning is a well known level of logging and should not be translated.
 207 Driver.ErrorMessage = \


   1 #
   2 # Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 154 # Not concatenated with any other string (written on a separate line).
 155 Driver.ParsingSchema = \
 156         parsing a schema...
 157 
 158 Driver.ParseFailed = \
 159         Failed to parse a schema.
 160 
 161 Driver.StackOverflow = \
 162         Stack overflow. Either you are compiling a large schema that requires more resources, or \
 163         XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
 164         doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
 165         contact Sun.
 166 
 167 # Not concatenated with any other string (written on a separate line).
 168 Driver.CompilingSchema = \
 169         compiling a schema...
 170 
 171 Driver.FailedToGenerateCode = \
 172         Failed to produce code.
 173 
 174 # DO NOT localize the 2.2.9-b140218.1920 string - it is a token for an mvn <properties filter>
 175 Driver.FilePrologComment = \
 176         This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.9-b140218.1920 \n\
 177         See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\
 178         Any modifications to this file will be lost upon recompilation of the source schema. \n\
 179         Generated on: {0} \n
 180 
 181 Driver.Version = \
 182         xjc 2.2.9-b140218.1920
 183 
 184 Driver.FullVersion = \
 185         xjc full version "2.2.9-b140218.1920"
 186 
 187 Driver.BuildID = 2.2.9-b140218.1920
 188 
 189 # for JDK integration - include version in source zip
 190 jaxb.jdk.version=@@JAXB_JDK_VERSION@@
 191 
 192 # see java.text.SimpleDateFormat for format syntax
 193 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 194 Driver.DateFormat = \
 195         yyyy.MM.dd
 196 
 197 # see java.text.SimpleDateFormat for format syntax
 198 # Format should not be changed, English locale is used to transform this string into a real time.
 199 Driver.TimeFormat = \
 200         hh:mm:ss a z
 201 
 202 # as in: "generated on <date> at <time>"
 203 Driver.At = \
 204         at
 205 
 206 # ERROR in this meaning is a well known level of logging and should not be translated.
 207 Driver.ErrorMessage = \