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

Fri, 04 Oct 2013 16:21:34 +0100

author
mkos
date
Fri, 04 Oct 2013 16:21:34 +0100
changeset 408
b0610cd08440
parent 397
b99d7e355d4b
child 637
9c07ef4934dd
permissions
-rw-r--r--

8025054: Update JAX-WS RI integration to 2.2.9-b130926.1035
Reviewed-by: chegar

alanb@368 1 #
alanb@368 2 # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
alanb@368 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
alanb@368 4 #
alanb@368 5 # This code is free software; you can redistribute it and/or modify it
alanb@368 6 # under the terms of the GNU General Public License version 2 only, as
alanb@368 7 # published by the Free Software Foundation. Oracle designates this
alanb@368 8 # particular file as subject to the "Classpath" exception as provided
alanb@368 9 # by Oracle in the LICENSE file that accompanied this code.
alanb@368 10 #
alanb@368 11 # This code is distributed in the hope that it will be useful, but WITHOUT
alanb@368 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
alanb@368 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
alanb@368 14 # version 2 for more details (a copy is included in the LICENSE file that
alanb@368 15 # accompanied this code).
alanb@368 16 #
alanb@368 17 # You should have received a copy of the GNU General Public License version
alanb@368 18 # 2 along with this work; if not, write to the Free Software Foundation,
alanb@368 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
alanb@368 20 #
alanb@368 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
alanb@368 22 # or visit www.oracle.com if you need additional information or have any
alanb@368 23 # questions.
alanb@368 24 #
alanb@368 25
alanb@368 26 UNEXPECTED_NGCC_TOKEN = {0} imprevisto visualizzato sulla riga {1} colonna {2}
alanb@368 27
alanb@368 28 BASEDIR_DOESNT_EXIST = Directory non esistente: {0}
alanb@368 29
mkos@408 30 VERSION = schemagen 2.2.8-b130911.1802
alanb@368 31
mkos@408 32 FULLVERSION = versione completa schemagen "2.2.8-b130911.1802"
alanb@368 33
alanb@368 34 USAGE = Uso: schemagen [-options ...] <java files> \nOpzioni: \n\ \ \ \ -d <path> : specifica dove posizionare il processore e i file della classe generata javac\n\ \ \ \ -cp <path> : specifica dove trovare i file specificati dall'utente\n\ \ \ \ -classpath <path> : specifica dove trovare i file specificati dall'utente\n\ \ \ \ -encoding <encoding> : specifica la codifica da usare per l'elaborazione dell'annotazione/richiamo javac \n\ \ \ \ -episode <file> : genera il file di episodio per la compilazione separata\n\ \ \ \ -version : visualizza le informazioni sulla versione\n\ \ \ \ -fullversion : visualizza le informazioni sulla versione completa\n\ \ \ \ -help : visualizza questo messaggio sull'uso

mercurial