You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2011/10/20 12:49:36 UTC

svn commit: r1186730 [20/22] - in /myfaces/commons/branches/jsf_20: examples/ examples/myfaces-commons-examples/src/main/java/org/apache/myfaces/commons/examples/ examples/myfaces-commons-examples/src/main/java/org/apache/myfaces/commons/examples/acces...

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_de.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_de.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_de.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_de.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Validierungsfehler
-org.apache.myfaces.commons.validator.Email.INVALID_detail =Der eingegebene Wert ({0}) ist keine korrekte E-Mail-Adresse.
-org.apache.myfaces.commons.validator.Equal.INVALID = Validierungsfehler
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =Der eingegebene Wert ({0}) stimmt nicht mit dem Wert "{1}" überein.
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Validierungsfehler
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Der eingegebene Wert ({0}) ist keine korrekte Kreditkarten Nummer.
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Validierungsfehler
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Der eingegebene Wert ({0}) ist nicht korrekt.
-org.apache.myfaces.commons.validator.ISBN.INVALID = Validierungsfehler
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Validierungsfehler
+org.apache.myfaces.commons.validator.Email.INVALID_detail =Der eingegebene Wert ({0}) ist keine korrekte E-Mail-Adresse.
+org.apache.myfaces.commons.validator.Equal.INVALID = Validierungsfehler
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =Der eingegebene Wert ({0}) stimmt nicht mit dem Wert "{1}" überein.
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Validierungsfehler
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Der eingegebene Wert ({0}) ist keine korrekte Kreditkarten Nummer.
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Validierungsfehler
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Der eingegebene Wert ({0}) ist nicht korrekt.
+org.apache.myfaces.commons.validator.ISBN.INVALID = Validierungsfehler
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =Der eingegebene Wert ({0}) ist keine korrekte ISBN  Nummer.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_en.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_en.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_en.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_en.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Validation Error
-org.apache.myfaces.commons.validator.Email.INVALID_detail =The given value ({0}) is not a correct email-address.
-org.apache.myfaces.commons.validator.Equal.INVALID = Validation Error
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =The given value ({0}) is not equal with value of "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Validation Error
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =The given value ({0}) is not a correct creditcard
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Validation Error
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=The given value ({0}) is not valid.
-org.apache.myfaces.commons.validator.ISBN.INVALID = Validation Error
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Validation Error
+org.apache.myfaces.commons.validator.Email.INVALID_detail =The given value ({0}) is not a correct email-address.
+org.apache.myfaces.commons.validator.Equal.INVALID = Validation Error
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =The given value ({0}) is not equal with value of "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Validation Error
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =The given value ({0}) is not a correct creditcard
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Validation Error
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=The given value ({0}) is not valid.
+org.apache.myfaces.commons.validator.ISBN.INVALID = Validation Error
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =The given value ({0}) is not a correct isbn code.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_es.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_es.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_es.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_es.properties Thu Oct 20 10:49:18 2011
@@ -1,45 +1,45 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Error de validación
-org.apache.myfaces.commons.validator.Email.INVALID_detail =El valor ({0}) no es una dirección de correo válida.
-org.apache.myfaces.commons.validator.Equal.INVALID = Error de validación
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =El valor ({0}) no es equivalente y tiene valor "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Error de validación
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =El valor ({0}) no es una tarjeta de crédito correcta.
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Error de validación
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=El valor ({0}) no es válido.
-org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY=La fecha no es válida.
-org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY_detail=La fecha ingresada no es válida.
-org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH=Mes inválido
-org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH_detail=El mes que usted entró no es válido\: {0}.
-org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY=Día de la semana inválido
-org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY_detail=El día de la semana ingresado no esta permitido\: {0}.
-org.apache.myfaces.commons.validator.csv.NOT_STRING=El valor ''{0}'' no es una cadena
-org.apache.myfaces.commons.validator.csv.SUFFIX= - en entrada #{0}
-org.apache.myfaces.commons.validator.csv.INVALID_SEPARATOR=Separador inválido {0}
-org.apache.myfaces.commons.validator.Url.INVALID = El url dado ''{0}'' es inválido
-org.apache.myfaces.commons.validator.ISBN.INVALID = Error de validación
-org.apache.myfaces.commons.validator.ISBN.INVALID_detail =El valor ({0}) no es un código ISBN correcto.
-org.apache.myfaces.commons.validator.CompareTo.INVALID ={0} valor <{1}> debe ser {2} {3} valor <{4}>
-org.apache.myfaces.commons.validator.CompareTo.INVALID_detail ={0} valor <{1}> debe ser {2} {3} valor <{4}>
-org.apache.myfaces.commons.converter.EnumConverter.ENUM = Error de Conversión
-org.apache.myfaces.commons.converter.EnumConverter.ENUM_detail = {2} : El valor {0} no coincide con ningún valor válido como {1}.
-org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS = Clase objetivo seleccionada no se encuentra presente.
-org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS_detail = {1} \:  targetClass indicada como enumeraci\u00F3n no existe. 
-org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS = La clase no es una enumeración.
-org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS_detail ={1} \: La clase seleccionada en targetClass para el conversor no es una enumeraci\u00F3n.
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Error de validación
+org.apache.myfaces.commons.validator.Email.INVALID_detail =El valor ({0}) no es una dirección de correo válida.
+org.apache.myfaces.commons.validator.Equal.INVALID = Error de validación
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =El valor ({0}) no es equivalente y tiene valor "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Error de validación
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =El valor ({0}) no es una tarjeta de crédito correcta.
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Error de validación
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=El valor ({0}) no es válido.
+org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY=La fecha no es válida.
+org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY_detail=La fecha ingresada no es válida.
+org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH=Mes inválido
+org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH_detail=El mes que usted entró no es válido\: {0}.
+org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY=Día de la semana inválido
+org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY_detail=El día de la semana ingresado no esta permitido\: {0}.
+org.apache.myfaces.commons.validator.csv.NOT_STRING=El valor ''{0}'' no es una cadena
+org.apache.myfaces.commons.validator.csv.SUFFIX= - en entrada #{0}
+org.apache.myfaces.commons.validator.csv.INVALID_SEPARATOR=Separador inválido {0}
+org.apache.myfaces.commons.validator.Url.INVALID = El url dado ''{0}'' es inválido
+org.apache.myfaces.commons.validator.ISBN.INVALID = Error de validación
+org.apache.myfaces.commons.validator.ISBN.INVALID_detail =El valor ({0}) no es un código ISBN correcto.
+org.apache.myfaces.commons.validator.CompareTo.INVALID ={0} valor <{1}> debe ser {2} {3} valor <{4}>
+org.apache.myfaces.commons.validator.CompareTo.INVALID_detail ={0} valor <{1}> debe ser {2} {3} valor <{4}>
+org.apache.myfaces.commons.converter.EnumConverter.ENUM = Error de Conversión
+org.apache.myfaces.commons.converter.EnumConverter.ENUM_detail = {2} : El valor {0} no coincide con ningún valor válido como {1}.
+org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS = Clase objetivo seleccionada no se encuentra presente.
+org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS_detail = {1} \:  targetClass indicada como enumeraci\u00F3n no existe. 
+org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS = La clase no es una enumeración.
+org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS_detail ={1} \: La clase seleccionada en targetClass para el conversor no es una enumeraci\u00F3n.

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_es.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_fr.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_fr.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_fr.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Erreur de Validation
-org.apache.myfaces.commons.validator.Email.INVALID_detail =La valeur ({0}) n'est pas un email correct.
-org.apache.myfaces.commons.validator.Equal.INVALID = Erreur de Validation
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =La valeur ({0}) n'est pas \u00E9gale \u00E0 "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Erreur de Validation
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =La valeur ({0}) n'est pas un bon num\u00E9ro de carte de cr\u00E9dit.
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Erreur de Validation
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=La valeur ({0}) n'est pas valide.
-org.apache.myfaces.commons.validator.ISBN.INVALID = Erreur de Validation
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Erreur de Validation
+org.apache.myfaces.commons.validator.Email.INVALID_detail =La valeur ({0}) n'est pas un email correct.
+org.apache.myfaces.commons.validator.Equal.INVALID = Erreur de Validation
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =La valeur ({0}) n'est pas \u00E9gale \u00E0 "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Erreur de Validation
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =La valeur ({0}) n'est pas un bon num\u00E9ro de carte de cr\u00E9dit.
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Erreur de Validation
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=La valeur ({0}) n'est pas valide.
+org.apache.myfaces.commons.validator.ISBN.INVALID = Erreur de Validation
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =La valeur ({0}) n'est pas un code ISBN correct.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_fr.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_it.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_it.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_it.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_it.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Errore di convalida
-org.apache.myfaces.commons.validator.Email.INVALID_detail =Il valore ({0}) non è un indirizzo e-mail corretto.
-org.apache.myfaces.commons.validator.Equal.INVALID = Errore di convalida
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =Il valore ({0}) non è uguale al valore di "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Errore di convalida
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Il valore ({0}) non è un codice di carta di credito valido.
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Errore di convalida
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Il valore ({0}) non è valido.
-org.apache.myfaces.commons.validator.ISBN.INVALID =Errore di convalida
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Errore di convalida
+org.apache.myfaces.commons.validator.Email.INVALID_detail =Il valore ({0}) non è un indirizzo e-mail corretto.
+org.apache.myfaces.commons.validator.Equal.INVALID = Errore di convalida
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =Il valore ({0}) non è uguale al valore di "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Errore di convalida
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Il valore ({0}) non è un codice di carta di credito valido.
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Errore di convalida
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Il valore ({0}) non è valido.
+org.apache.myfaces.commons.validator.ISBN.INVALID =Errore di convalida
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =Il valore ({0}) non è un codice ISBN corretto.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_it.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ja.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ja.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ja.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ja.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
-org.apache.myfaces.commons.validator.Email.INVALID_detail =({0})\u306F\u6B63\u3057\u3044\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
-org.apache.myfaces.commons.validator.Equal.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =\u5165\u529B\u3055\u308C\u305F\u5024({0})\u306F"{1}"\u3068\u7B49\u3057\u304F\u3042\u308A\u307E\u305B\u3093
-org.apache.myfaces.commons.validator.Creditcard.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =\u5165\u529B\u3055\u308C\u305F\u5024({0})\u306F\u6B63\u3057\u3044\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u756A\u53F7\u3067\u306F\u3042\u308A\u307E\u305B\u3093
-org.apache.myfaces.commons.validator.Regexpr.INVALID=\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=\u5165\u529B\u3055\u308C\u305F\u5024({0})\u306F\u4E0D\u6B63\u3067\u3059
-org.apache.myfaces.commons.validator.ISBN.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
+org.apache.myfaces.commons.validator.Email.INVALID_detail =({0})\u306F\u6B63\u3057\u3044\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
+org.apache.myfaces.commons.validator.Equal.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =\u5165\u529B\u3055\u308C\u305F\u5024({0})\u306F"{1}"\u3068\u7B49\u3057\u304F\u3042\u308A\u307E\u305B\u3093
+org.apache.myfaces.commons.validator.Creditcard.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =\u5165\u529B\u3055\u308C\u305F\u5024({0})\u306F\u6B63\u3057\u3044\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u756A\u53F7\u3067\u306F\u3042\u308A\u307E\u305B\u3093
+org.apache.myfaces.commons.validator.Regexpr.INVALID=\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=\u5165\u529B\u3055\u308C\u305F\u5024({0})\u306F\u4E0D\u6B63\u3067\u3059
+org.apache.myfaces.commons.validator.ISBN.INVALID = \u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u30A8\u30E9\u30FC
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =\u5165\u529B\u3055\u308C\u305F\u5024({0})\u306F\u6B63\u3057\u3044isbn\u30B3\u30FC\u30C9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ja.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_mt.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_mt.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_mt.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_mt.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Problema fil-validazzjoni
-org.apache.myfaces.commons.validator.Email.INVALID_detail =Il-valur mog\u0127ti ({0}) mhux indirizz tal-email validu.
-org.apache.myfaces.commons.validator.Equal.INVALID = Problema fil-validazzjoni
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =Il-valur mog\u0127ti ({0}) mhux ugwali g\u0127all-valur ta' "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Problema fil-validazzjoni
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Il-valur mog\u0127ti ({0}) mhux karta tal-kreditu korrett.
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Problema fil-validazzjoni
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Il-valur mog\u0127ti ({0}) mhux validu.
-org.apache.myfaces.commons.validator.ISBN.INVALID = Problema fil-validazzjoni
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Problema fil-validazzjoni
+org.apache.myfaces.commons.validator.Email.INVALID_detail =Il-valur mog\u0127ti ({0}) mhux indirizz tal-email validu.
+org.apache.myfaces.commons.validator.Equal.INVALID = Problema fil-validazzjoni
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =Il-valur mog\u0127ti ({0}) mhux ugwali g\u0127all-valur ta' "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Problema fil-validazzjoni
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Il-valur mog\u0127ti ({0}) mhux karta tal-kreditu korrett.
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Problema fil-validazzjoni
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Il-valur mog\u0127ti ({0}) mhux validu.
+org.apache.myfaces.commons.validator.ISBN.INVALID = Problema fil-validazzjoni
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =Il-valur mog\u0127ti ({0}) mhux kodi\u010Bi isbn validu.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_mt.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_nl.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_nl.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_nl.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_nl.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Geen email adres
-org.apache.myfaces.commons.validator.Email.INVALID_detail =De gegeven invoer ({0}) is geen correct email adres.
-org.apache.myfaces.commons.validator.Equal.INVALID = Niet gelijk
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =De gegeven invoer ({0}) is niet gelijk aan "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Geen kredietkaartnummer
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =De gegeven invoer ({0}) is geen correct kredietkaartnummer.
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Niet geldig
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=De gegeven invoer ({0}) is niet geldig.
-org.apache.myfaces.commons.validator.ISBN.INVALID = Geen ISBN-nummer
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Geen email adres
+org.apache.myfaces.commons.validator.Email.INVALID_detail =De gegeven invoer ({0}) is geen correct email adres.
+org.apache.myfaces.commons.validator.Equal.INVALID = Niet gelijk
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =De gegeven invoer ({0}) is niet gelijk aan "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Geen kredietkaartnummer
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =De gegeven invoer ({0}) is geen correct kredietkaartnummer.
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Niet geldig
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=De gegeven invoer ({0}) is niet geldig.
+org.apache.myfaces.commons.validator.ISBN.INVALID = Geen ISBN-nummer
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =De gegeven invoer ({0}) is geen correct ISBN-nummer.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_nl.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pl.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pl.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pl.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pl.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = B\u0142\u0105d walidacji
-org.apache.myfaces.commons.validator.Email.INVALID_detail =Podana warto\u015B\u0107 ({0}) nie jest poprawnym adresem email.
-org.apache.myfaces.commons.validator.Equal.INVALID = B\u0142\u0105d walidacji
-org.apache.myfaces.commons.validator.Equal.INVALID_detail =Podana warto\u015B\u0107 ({0}) nie jest r\u00F3wna warto\u015Bci "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = B\u0142\u0105d walidacji
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Podana warto\u015B\u0107 ({0}) nie jest poprawnym numerem karty kredytowej
-org.apache.myfaces.commons.validator.Regexpr.INVALID=B\u0142\u0105d walidacji
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Podana warto\u015B\u0107 ({0}) nie jest poprawna.
-org.apache.myfaces.commons.validator.ISBN.INVALID = B\u0142\u0105d walidacji
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = B\u0142\u0105d walidacji
+org.apache.myfaces.commons.validator.Email.INVALID_detail =Podana warto\u015B\u0107 ({0}) nie jest poprawnym adresem email.
+org.apache.myfaces.commons.validator.Equal.INVALID = B\u0142\u0105d walidacji
+org.apache.myfaces.commons.validator.Equal.INVALID_detail =Podana warto\u015B\u0107 ({0}) nie jest r\u00F3wna warto\u015Bci "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = B\u0142\u0105d walidacji
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail =Podana warto\u015B\u0107 ({0}) nie jest poprawnym numerem karty kredytowej
+org.apache.myfaces.commons.validator.Regexpr.INVALID=B\u0142\u0105d walidacji
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=Podana warto\u015B\u0107 ({0}) nie jest poprawna.
+org.apache.myfaces.commons.validator.ISBN.INVALID = B\u0142\u0105d walidacji
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail =Podana warto\u015B\u0107 ({0}) nie jest poprawnym numerem ISBN.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pl.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pt_BR.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pt_BR.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pt_BR.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pt_BR.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = Erro de validação
-org.apache.myfaces.commons.validator.Email.INVALID_detail = O valor informado ({0}) não é um endereço de e-mail válido.
-org.apache.myfaces.commons.validator.Equal.INVALID = Erro de validação
-org.apache.myfaces.commons.validator.Equal.INVALID_detail = O valor informado ({0}) não é igual ao valor de "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = Erro de validação
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail = O valor informado ({0}) está incorreto para cartão de crédito
-org.apache.myfaces.commons.validator.Regexpr.INVALID=Erro de validação
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail= O valor informado ({0}) é inválido.
-org.apache.myfaces.commons.validator.ISBN.INVALID =Erro de validação
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = Erro de validação
+org.apache.myfaces.commons.validator.Email.INVALID_detail = O valor informado ({0}) não é um endereço de e-mail válido.
+org.apache.myfaces.commons.validator.Equal.INVALID = Erro de validação
+org.apache.myfaces.commons.validator.Equal.INVALID_detail = O valor informado ({0}) não é igual ao valor de "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = Erro de validação
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail = O valor informado ({0}) está incorreto para cartão de crédito
+org.apache.myfaces.commons.validator.Regexpr.INVALID=Erro de validação
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail= O valor informado ({0}) é inválido.
+org.apache.myfaces.commons.validator.ISBN.INVALID =Erro de validação
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail = O valor informado ({0}) não é um código isbn válido.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_pt_BR.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ru.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ru.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ru.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ru.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
-org.apache.myfaces.commons.validator.Email.INVALID_detail = \u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u043C \u0430\u0434\u0440\u0435\u0441\u043E\u043C \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B.
-org.apache.myfaces.commons.validator.Equal.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
-org.apache.myfaces.commons.validator.Equal.INVALID_detail = \u0417\u0430\u0434\u0430\u043D\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u0440\u0430\u0432\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044E "{1}".
-org.apache.myfaces.commons.validator.Creditcard.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail = \u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0439 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u043E\u0439 \u043A\u0430\u0440\u0442\u043E\u0439
-org.apache.myfaces.commons.validator.Regexpr.INVALID=\u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=\u0414\u0430\u043D\u043D\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u043C.
-org.apache.myfaces.commons.validator.ISBN.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
+org.apache.myfaces.commons.validator.Email.INVALID_detail = \u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u043C \u0430\u0434\u0440\u0435\u0441\u043E\u043C \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B.
+org.apache.myfaces.commons.validator.Equal.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
+org.apache.myfaces.commons.validator.Equal.INVALID_detail = \u0417\u0430\u0434\u0430\u043D\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u0440\u0430\u0432\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044E "{1}".
+org.apache.myfaces.commons.validator.Creditcard.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail = \u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0439 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u043E\u0439 \u043A\u0430\u0440\u0442\u043E\u0439
+org.apache.myfaces.commons.validator.Regexpr.INVALID=\u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=\u0414\u0430\u043D\u043D\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u043C.
+org.apache.myfaces.commons.validator.ISBN.INVALID = \u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0430\u043B\u0438\u0434\u0430\u0446\u0438\u0438
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail = \u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 ({0}) \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u043C isbn \u043A\u043E\u0434\u043E\u043C.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_ru.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_zh_CN.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_zh_CN.properties?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_zh_CN.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_zh_CN.properties Thu Oct 20 10:49:18 2011
@@ -1,27 +1,27 @@
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements.  See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership.  The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License.  You may obtain a copy of the License at
- #
- #   http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing,
- # software distributed under the License is distributed on an
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- # KIND, either express or implied.  See the License for the
- # specific language governing permissions and limitations
- # under the License.
-
-org.apache.myfaces.commons.validator.Email.INVALID = \u9A8C\u8BC1\u9519\u8BEF
-org.apache.myfaces.commons.validator.Email.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0D\u662F\u5408\u6CD5\u7535\u5B50\u90AE\u4EF6\u5730\u5740.
-org.apache.myfaces.commons.validator.Equal.INVALID = \u9A8C\u8BC1\u9519\u8BEF
-org.apache.myfaces.commons.validator.Equal.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0E\u503C "{1}" \u4E0D\u76F8\u7B49.
-org.apache.myfaces.commons.validator.Creditcard.INVALID = \u9A8C\u8BC1\u9519\u8BEF
-org.apache.myfaces.commons.validator.Creditcard.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0D\u662F\u5408\u6CD5\u4FE1\u7528\u5361\u5361\u53F7.
-org.apache.myfaces.commons.validator.Regexpr.INVALID = \u9A8C\u8BC1\u9519\u8BEF
-org.apache.myfaces.commons.validator.Regexpr.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0D\u5408\u6CD5.
-org.apache.myfaces.commons.validator.ISBN.INVALID = \u9A8C\u8BC1\u9519\u8BEF
+ # Licensed to the Apache Software Foundation (ASF) under one
+ # or more contributor license agreements.  See the NOTICE file
+ # distributed with this work for additional information
+ # regarding copyright ownership.  The ASF licenses this file
+ # to you under the Apache License, Version 2.0 (the
+ # "License"); you may not use this file except in compliance
+ # with the License.  You may obtain a copy of the License at
+ #
+ #   http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing,
+ # software distributed under the License is distributed on an
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ # KIND, either express or implied.  See the License for the
+ # specific language governing permissions and limitations
+ # under the License.
+
+org.apache.myfaces.commons.validator.Email.INVALID = \u9A8C\u8BC1\u9519\u8BEF
+org.apache.myfaces.commons.validator.Email.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0D\u662F\u5408\u6CD5\u7535\u5B50\u90AE\u4EF6\u5730\u5740.
+org.apache.myfaces.commons.validator.Equal.INVALID = \u9A8C\u8BC1\u9519\u8BEF
+org.apache.myfaces.commons.validator.Equal.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0E\u503C "{1}" \u4E0D\u76F8\u7B49.
+org.apache.myfaces.commons.validator.Creditcard.INVALID = \u9A8C\u8BC1\u9519\u8BEF
+org.apache.myfaces.commons.validator.Creditcard.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0D\u662F\u5408\u6CD5\u4FE1\u7528\u5361\u5361\u53F7.
+org.apache.myfaces.commons.validator.Regexpr.INVALID = \u9A8C\u8BC1\u9519\u8BEF
+org.apache.myfaces.commons.validator.Regexpr.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0D\u5408\u6CD5.
+org.apache.myfaces.commons.validator.ISBN.INVALID = \u9A8C\u8BC1\u9519\u8BEF
 org.apache.myfaces.commons.validator.ISBN.INVALID_detail = \u6240\u7ED9\u51FA\u7684\u503C ({0}) \u4E0D\u662F\u5408\u6CD5\u7684ISBN\u4EE3\u7801.
\ No newline at end of file

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages_zh_CN.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/site/apt/index.apt?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/site/apt/index.apt (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/site/apt/index.apt Thu Oct 20 10:49:18 2011
@@ -1,13 +1,13 @@
- ------
-Apache MyFaces Commons
- ------
-
-Apache MyFaces Commons Utils for JSF 2.0
-
-  The intention is to have a common place where some utility classes used 
-in jsf project takes place.
-  
-Documentation
-
-  * {{{./apidocs/index.html}Javadocs}}
-
+ ------
+Apache MyFaces Commons
+ ------
+
+Apache MyFaces Commons Utils for JSF 2.0
+
+  The intention is to have a common place where some utility classes used 
+in jsf project takes place.
+  
+Documentation
+
+  * {{{./apidocs/index.html}Javadocs}}
+

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/test/resources/META-INF/dtd/web-facesconfig_1_0.dtd
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/test/resources/META-INF/dtd/web-facesconfig_1_0.dtd?rev=1186730&r1=1186729&r2=1186730&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/test/resources/META-INF/dtd/web-facesconfig_1_0.dtd (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/test/resources/META-INF/dtd/web-facesconfig_1_0.dtd Thu Oct 20 10:49:18 2011
@@ -1,204 +1,204 @@
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-
-<!--
-    DTD for the JavaServer Faces Application Configuration File (Version 1.0)
-
-    To support validation of your configuration file(s), include the following
-    DOCTYPE element at the beginning (after the "xml" declaration):
-
-    <!DOCTYPE faces-config PUBLIC
-     "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
-     "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
-
--->
-
-<!-- ==================== Defined Types =================================== -->
-<!ENTITY % Action "CDATA">
-<!ENTITY % ClassName "CDATA">
-<!ENTITY % Identifier "CDATA">
-<!ENTITY % JavaType "CDATA">
-<!ENTITY % Language "CDATA">
-<!ENTITY % ResourcePath "CDATA">
-<!ENTITY % Scope "(request|session|application)">
-<!ENTITY % ScopeOrNone "(request|session|application|none)">
-<!ENTITY % ViewIdPattern "CDATA">
-<!-- ==================== Top Level Elements ============================== -->
-<!ELEMENT faces-config    ((application|factory|component|converter|managed-bean|navigation-rule|referenced-bean|render-kit|lifecycle|validator)*)>
-<!ATTLIST faces-config    xmlns CDATA #FIXED "http://java.sun.com/JSF/Configuration">
-<!-- ==================== Definition Elements ============================= -->
-<!ELEMENT application     ((action-listener|default-render-kit-id|message-bundle|navigation-handler|view-handler|state-manager|property-resolver|variable-resolver|locale-config)*)>
-<!ELEMENT factory     ((application-factory|faces-context-factory|lifecycle-factory|render-kit-factory)*)>
-<!ELEMENT attribute       (description*, display-name*, icon*, attribute-name, attribute-class, default-value?, suggested-value?, attribute-extension*)>
-<!ELEMENT attribute-extension ANY>
-<!ELEMENT component       (description*, display-name*, icon*, component-type, component-class, attribute*, property*, component-extension*)>
-<!ELEMENT component-extension ANY>
-<!ELEMENT converter       (description*, display-name*, icon*, (converter-id | converter-for-class), converter-class, attribute*, property*)>
-<!ELEMENT icon            (small-icon?, large-icon?)>
-<!ATTLIST icon            xml:lang        %Language;      #IMPLIED>
-<!ELEMENT lifecycle       (phase-listener*)>
-<!ELEMENT locale-config (default-locale?, supported-locale*)>
-<!ELEMENT managed-bean (description*, display-name*, icon*, managed-bean-name, managed-bean-class, managed-bean-scope, (managed-property* | map-entries | list-entries))>
-<!ELEMENT managed-property (description*, display-name*, icon*, property-name, property-class?, (map-entries|null-value|value|list-entries))>
-<!ELEMENT map-entry (key, (null-value|value))>
-<!ELEMENT map-entries (key-class?, value-class?, map-entry*)>
-<!ELEMENT message-bundle (#PCDATA)>
-<!ELEMENT navigation-case (description*, display-name*, icon*, from-action?, from-outcome?, to-view-id, redirect?)>
-<!ELEMENT navigation-rule (description*, display-name*, icon*, from-view-id?, navigation-case*)>
-<!ELEMENT property        (description*, display-name*, icon*, property-name, property-class, default-value?, suggested-value?, property-extension*)>
-<!ELEMENT property-extension ANY>
-<!ELEMENT referenced-bean (description*, display-name*, icon*, referenced-bean-name, referenced-bean-class)>
-<!ELEMENT render-kit      (description*, display-name*, icon*, render-kit-id?, render-kit-class?, renderer*)>
-<!ELEMENT renderer        (description*, display-name*, icon*, component-family, renderer-type, renderer-class, attribute*, renderer-extension*)>
-<!ELEMENT renderer-extension ANY>
-<!ELEMENT validator       (description*, display-name*, icon*, validator-id, validator-class, attribute*, property*)>
-<!ELEMENT list-entries    (value-class?, (null-value|value)*)>
-<!-- ==================== Subordinate Elements ============================ -->
-<!ELEMENT action-listener (#PCDATA)>
-<!ELEMENT application-factory (#PCDATA)>
-<!ELEMENT attribute-class (#PCDATA)>
-<!ELEMENT attribute-name  (#PCDATA)>
-<!ELEMENT component-class (#PCDATA)>
-<!ELEMENT component-family (#PCDATA)>
-<!ELEMENT component-type  (#PCDATA)>
-<!ELEMENT converter-class (#PCDATA)>
-<!ELEMENT converter-for-class (#PCDATA)>
-<!ELEMENT converter-id    (#PCDATA)>
-<!ELEMENT default-render-kit-id   (#PCDATA)>
-<!ELEMENT default-locale (#PCDATA)>
-<!ELEMENT default-value (#PCDATA)>
-<!ELEMENT description     ANY>
-<!ATTLIST description     xml:lang        %Language;      #IMPLIED>
-<!ELEMENT display-name    (#PCDATA)>
-<!ATTLIST display-name    xml:lang        %Language;      #IMPLIED>
-<!ELEMENT faces-context-factory (#PCDATA)>
-<!ELEMENT from-action (#PCDATA)>
-<!ELEMENT from-outcome    (#PCDATA)>
-<!ELEMENT from-view-id    (#PCDATA)>
-<!ELEMENT key             (#PCDATA)>
-<!ELEMENT key-class       (#PCDATA)>
-<!ELEMENT large-icon      (#PCDATA)>
-<!ELEMENT lifecycle-factory (#PCDATA)>
-<!ELEMENT managed-bean-class  (#PCDATA)>
-<!ELEMENT managed-bean-name (#PCDATA)>
-<!ELEMENT managed-bean-scope (#PCDATA)>
-<!ELEMENT navigation-handler (#PCDATA)>
-<!ELEMENT phase-listener (#PCDATA)>
-<!ELEMENT redirect EMPTY>
-<!ELEMENT suggested-value (#PCDATA)>
-<!ELEMENT view-handler (#PCDATA)>
-<!ELEMENT state-manager (#PCDATA)>
-<!ELEMENT null-value EMPTY>
-<!ELEMENT property-class  (#PCDATA)>
-<!ELEMENT property-name   (#PCDATA)>
-<!ELEMENT property-resolver (#PCDATA)>
-<!ELEMENT referenced-bean-class  (#PCDATA)>
-<!ELEMENT referenced-bean-name (#PCDATA)>
-<!ELEMENT render-kit-id   (#PCDATA)>
-<!ELEMENT render-kit-class (#PCDATA)>
-<!ELEMENT renderer-class  (#PCDATA)>
-<!ELEMENT render-kit-factory (#PCDATA)>
-<!ELEMENT renderer-type   (#PCDATA)>
-<!ELEMENT small-icon      (#PCDATA)>
-<!ELEMENT supported-locale (#PCDATA)>
-<!ELEMENT to-view-id      (#PCDATA)>
-<!ELEMENT validator-class (#PCDATA)>
-<!ELEMENT validator-id    (#PCDATA)>
-<!ELEMENT value (#PCDATA)>
-<!ELEMENT value-class (#PCDATA)>
-<!ELEMENT variable-resolver (#PCDATA)>
-<!-- ============================ Identifier Attributes ==================== -->
-<!ATTLIST action-listener                   id ID #IMPLIED>
-<!ATTLIST application                       id ID #IMPLIED>
-<!ATTLIST application-factory               id ID #IMPLIED>
-<!ATTLIST attribute                         id ID #IMPLIED>
-<!ATTLIST attribute-class                   id ID #IMPLIED>
-<!ATTLIST attribute-extension               id ID #IMPLIED>
-<!ATTLIST attribute-name                    id ID #IMPLIED>
-<!ATTLIST component                         id ID #IMPLIED>
-<!ATTLIST component-class                   id ID #IMPLIED>
-<!ATTLIST component-extension               id ID #IMPLIED>
-<!ATTLIST component-family                  id ID #IMPLIED>
-<!ATTLIST component-type                    id ID #IMPLIED>
-<!ATTLIST converter                         id ID #IMPLIED>
-<!ATTLIST converter-class                   id ID #IMPLIED>
-<!ATTLIST converter-for-class               id ID #IMPLIED>
-<!ATTLIST converter-id                      id ID #IMPLIED>
-<!ATTLIST default-locale                    id ID #IMPLIED>
-<!ATTLIST default-render-kit-id             id ID #IMPLIED>
-<!ATTLIST default-value                     id ID #IMPLIED>
-<!ATTLIST description                       id ID #IMPLIED>
-<!ATTLIST display-name                      id ID #IMPLIED>
-<!ATTLIST faces-config                      id ID #IMPLIED>
-<!ATTLIST faces-context-factory             id ID #IMPLIED>
-<!ATTLIST factory                           id ID #IMPLIED>
-<!ATTLIST from-action                       id ID #IMPLIED>
-<!ATTLIST from-outcome                      id ID #IMPLIED>
-<!ATTLIST from-view-id                      id ID #IMPLIED>
-<!ATTLIST icon                              id ID #IMPLIED>
-<!ATTLIST key                               id ID #IMPLIED>
-<!ATTLIST key-class                         id ID #IMPLIED>
-<!ATTLIST large-icon                        id ID #IMPLIED>
-<!ATTLIST lifecycle                         id ID #IMPLIED>
-<!ATTLIST lifecycle-factory                 id ID #IMPLIED>
-<!ATTLIST list-entries                      id ID #IMPLIED>
-<!ATTLIST locale-config                     id ID #IMPLIED>
-<!ATTLIST managed-bean                      id ID #IMPLIED>
-<!ATTLIST managed-bean-class                id ID #IMPLIED>
-<!ATTLIST managed-bean-name                 id ID #IMPLIED>
-<!ATTLIST managed-bean-scope                id ID #IMPLIED>
-<!ATTLIST managed-property                  id ID #IMPLIED>
-<!ATTLIST map-entries                       id ID #IMPLIED>
-<!ATTLIST map-entry                         id ID #IMPLIED>
-<!ATTLIST message-bundle                    id ID #IMPLIED>
-<!ATTLIST navigation-case                   id ID #IMPLIED>
-<!ATTLIST navigation-handler                id ID #IMPLIED>
-<!ATTLIST navigation-rule                   id ID #IMPLIED>
-<!ATTLIST null-value                        id ID #IMPLIED>
-<!ATTLIST phase-listener                    id ID #IMPLIED>
-<!ATTLIST property                          id ID #IMPLIED>
-<!ATTLIST property-class                    id ID #IMPLIED>
-<!ATTLIST property-extension                id ID #IMPLIED>
-<!ATTLIST property-name                     id ID #IMPLIED>
-<!ATTLIST property-resolver                 id ID #IMPLIED>
-<!ATTLIST redirect                          id ID #IMPLIED>
-<!ATTLIST referenced-bean                   id ID #IMPLIED>
-<!ATTLIST referenced-bean-class             id ID #IMPLIED>
-<!ATTLIST referenced-bean-name              id ID #IMPLIED>
-<!ATTLIST render-kit                        id ID #IMPLIED>
-<!ATTLIST render-kit-class                  id ID #IMPLIED>
-<!ATTLIST render-kit-factory                id ID #IMPLIED>
-<!ATTLIST render-kit-id                     id ID #IMPLIED>
-<!ATTLIST renderer                          id ID #IMPLIED>
-<!ATTLIST renderer-class                    id ID #IMPLIED>
-<!ATTLIST renderer-extension                id ID #IMPLIED>
-<!ATTLIST renderer-type                     id ID #IMPLIED>
-<!ATTLIST small-icon                        id ID #IMPLIED>
-<!ATTLIST state-manager                     id ID #IMPLIED>
-<!ATTLIST suggested-value                   id ID #IMPLIED>
-<!ATTLIST supported-locale                  id ID #IMPLIED>
-<!ATTLIST to-view-id                        id ID #IMPLIED>
-<!ATTLIST validator                         id ID #IMPLIED>
-<!ATTLIST validator-class                   id ID #IMPLIED>
-<!ATTLIST validator-id                      id ID #IMPLIED>
-<!ATTLIST value                             id ID #IMPLIED>
-<!ATTLIST value-class                       id ID #IMPLIED>
-<!ATTLIST variable-resolver                 id ID #IMPLIED>
-<!ATTLIST view-handler                      id ID #IMPLIED>
-
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+
+<!--
+    DTD for the JavaServer Faces Application Configuration File (Version 1.0)
+
+    To support validation of your configuration file(s), include the following
+    DOCTYPE element at the beginning (after the "xml" declaration):
+
+    <!DOCTYPE faces-config PUBLIC
+     "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
+     "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
+
+-->
+
+<!-- ==================== Defined Types =================================== -->
+<!ENTITY % Action "CDATA">
+<!ENTITY % ClassName "CDATA">
+<!ENTITY % Identifier "CDATA">
+<!ENTITY % JavaType "CDATA">
+<!ENTITY % Language "CDATA">
+<!ENTITY % ResourcePath "CDATA">
+<!ENTITY % Scope "(request|session|application)">
+<!ENTITY % ScopeOrNone "(request|session|application|none)">
+<!ENTITY % ViewIdPattern "CDATA">
+<!-- ==================== Top Level Elements ============================== -->
+<!ELEMENT faces-config    ((application|factory|component|converter|managed-bean|navigation-rule|referenced-bean|render-kit|lifecycle|validator)*)>
+<!ATTLIST faces-config    xmlns CDATA #FIXED "http://java.sun.com/JSF/Configuration">
+<!-- ==================== Definition Elements ============================= -->
+<!ELEMENT application     ((action-listener|default-render-kit-id|message-bundle|navigation-handler|view-handler|state-manager|property-resolver|variable-resolver|locale-config)*)>
+<!ELEMENT factory     ((application-factory|faces-context-factory|lifecycle-factory|render-kit-factory)*)>
+<!ELEMENT attribute       (description*, display-name*, icon*, attribute-name, attribute-class, default-value?, suggested-value?, attribute-extension*)>
+<!ELEMENT attribute-extension ANY>
+<!ELEMENT component       (description*, display-name*, icon*, component-type, component-class, attribute*, property*, component-extension*)>
+<!ELEMENT component-extension ANY>
+<!ELEMENT converter       (description*, display-name*, icon*, (converter-id | converter-for-class), converter-class, attribute*, property*)>
+<!ELEMENT icon            (small-icon?, large-icon?)>
+<!ATTLIST icon            xml:lang        %Language;      #IMPLIED>
+<!ELEMENT lifecycle       (phase-listener*)>
+<!ELEMENT locale-config (default-locale?, supported-locale*)>
+<!ELEMENT managed-bean (description*, display-name*, icon*, managed-bean-name, managed-bean-class, managed-bean-scope, (managed-property* | map-entries | list-entries))>
+<!ELEMENT managed-property (description*, display-name*, icon*, property-name, property-class?, (map-entries|null-value|value|list-entries))>
+<!ELEMENT map-entry (key, (null-value|value))>
+<!ELEMENT map-entries (key-class?, value-class?, map-entry*)>
+<!ELEMENT message-bundle (#PCDATA)>
+<!ELEMENT navigation-case (description*, display-name*, icon*, from-action?, from-outcome?, to-view-id, redirect?)>
+<!ELEMENT navigation-rule (description*, display-name*, icon*, from-view-id?, navigation-case*)>
+<!ELEMENT property        (description*, display-name*, icon*, property-name, property-class, default-value?, suggested-value?, property-extension*)>
+<!ELEMENT property-extension ANY>
+<!ELEMENT referenced-bean (description*, display-name*, icon*, referenced-bean-name, referenced-bean-class)>
+<!ELEMENT render-kit      (description*, display-name*, icon*, render-kit-id?, render-kit-class?, renderer*)>
+<!ELEMENT renderer        (description*, display-name*, icon*, component-family, renderer-type, renderer-class, attribute*, renderer-extension*)>
+<!ELEMENT renderer-extension ANY>
+<!ELEMENT validator       (description*, display-name*, icon*, validator-id, validator-class, attribute*, property*)>
+<!ELEMENT list-entries    (value-class?, (null-value|value)*)>
+<!-- ==================== Subordinate Elements ============================ -->
+<!ELEMENT action-listener (#PCDATA)>
+<!ELEMENT application-factory (#PCDATA)>
+<!ELEMENT attribute-class (#PCDATA)>
+<!ELEMENT attribute-name  (#PCDATA)>
+<!ELEMENT component-class (#PCDATA)>
+<!ELEMENT component-family (#PCDATA)>
+<!ELEMENT component-type  (#PCDATA)>
+<!ELEMENT converter-class (#PCDATA)>
+<!ELEMENT converter-for-class (#PCDATA)>
+<!ELEMENT converter-id    (#PCDATA)>
+<!ELEMENT default-render-kit-id   (#PCDATA)>
+<!ELEMENT default-locale (#PCDATA)>
+<!ELEMENT default-value (#PCDATA)>
+<!ELEMENT description     ANY>
+<!ATTLIST description     xml:lang        %Language;      #IMPLIED>
+<!ELEMENT display-name    (#PCDATA)>
+<!ATTLIST display-name    xml:lang        %Language;      #IMPLIED>
+<!ELEMENT faces-context-factory (#PCDATA)>
+<!ELEMENT from-action (#PCDATA)>
+<!ELEMENT from-outcome    (#PCDATA)>
+<!ELEMENT from-view-id    (#PCDATA)>
+<!ELEMENT key             (#PCDATA)>
+<!ELEMENT key-class       (#PCDATA)>
+<!ELEMENT large-icon      (#PCDATA)>
+<!ELEMENT lifecycle-factory (#PCDATA)>
+<!ELEMENT managed-bean-class  (#PCDATA)>
+<!ELEMENT managed-bean-name (#PCDATA)>
+<!ELEMENT managed-bean-scope (#PCDATA)>
+<!ELEMENT navigation-handler (#PCDATA)>
+<!ELEMENT phase-listener (#PCDATA)>
+<!ELEMENT redirect EMPTY>
+<!ELEMENT suggested-value (#PCDATA)>
+<!ELEMENT view-handler (#PCDATA)>
+<!ELEMENT state-manager (#PCDATA)>
+<!ELEMENT null-value EMPTY>
+<!ELEMENT property-class  (#PCDATA)>
+<!ELEMENT property-name   (#PCDATA)>
+<!ELEMENT property-resolver (#PCDATA)>
+<!ELEMENT referenced-bean-class  (#PCDATA)>
+<!ELEMENT referenced-bean-name (#PCDATA)>
+<!ELEMENT render-kit-id   (#PCDATA)>
+<!ELEMENT render-kit-class (#PCDATA)>
+<!ELEMENT renderer-class  (#PCDATA)>
+<!ELEMENT render-kit-factory (#PCDATA)>
+<!ELEMENT renderer-type   (#PCDATA)>
+<!ELEMENT small-icon      (#PCDATA)>
+<!ELEMENT supported-locale (#PCDATA)>
+<!ELEMENT to-view-id      (#PCDATA)>
+<!ELEMENT validator-class (#PCDATA)>
+<!ELEMENT validator-id    (#PCDATA)>
+<!ELEMENT value (#PCDATA)>
+<!ELEMENT value-class (#PCDATA)>
+<!ELEMENT variable-resolver (#PCDATA)>
+<!-- ============================ Identifier Attributes ==================== -->
+<!ATTLIST action-listener                   id ID #IMPLIED>
+<!ATTLIST application                       id ID #IMPLIED>
+<!ATTLIST application-factory               id ID #IMPLIED>
+<!ATTLIST attribute                         id ID #IMPLIED>
+<!ATTLIST attribute-class                   id ID #IMPLIED>
+<!ATTLIST attribute-extension               id ID #IMPLIED>
+<!ATTLIST attribute-name                    id ID #IMPLIED>
+<!ATTLIST component                         id ID #IMPLIED>
+<!ATTLIST component-class                   id ID #IMPLIED>
+<!ATTLIST component-extension               id ID #IMPLIED>
+<!ATTLIST component-family                  id ID #IMPLIED>
+<!ATTLIST component-type                    id ID #IMPLIED>
+<!ATTLIST converter                         id ID #IMPLIED>
+<!ATTLIST converter-class                   id ID #IMPLIED>
+<!ATTLIST converter-for-class               id ID #IMPLIED>
+<!ATTLIST converter-id                      id ID #IMPLIED>
+<!ATTLIST default-locale                    id ID #IMPLIED>
+<!ATTLIST default-render-kit-id             id ID #IMPLIED>
+<!ATTLIST default-value                     id ID #IMPLIED>
+<!ATTLIST description                       id ID #IMPLIED>
+<!ATTLIST display-name                      id ID #IMPLIED>
+<!ATTLIST faces-config                      id ID #IMPLIED>
+<!ATTLIST faces-context-factory             id ID #IMPLIED>
+<!ATTLIST factory                           id ID #IMPLIED>
+<!ATTLIST from-action                       id ID #IMPLIED>
+<!ATTLIST from-outcome                      id ID #IMPLIED>
+<!ATTLIST from-view-id                      id ID #IMPLIED>
+<!ATTLIST icon                              id ID #IMPLIED>
+<!ATTLIST key                               id ID #IMPLIED>
+<!ATTLIST key-class                         id ID #IMPLIED>
+<!ATTLIST large-icon                        id ID #IMPLIED>
+<!ATTLIST lifecycle                         id ID #IMPLIED>
+<!ATTLIST lifecycle-factory                 id ID #IMPLIED>
+<!ATTLIST list-entries                      id ID #IMPLIED>
+<!ATTLIST locale-config                     id ID #IMPLIED>
+<!ATTLIST managed-bean                      id ID #IMPLIED>
+<!ATTLIST managed-bean-class                id ID #IMPLIED>
+<!ATTLIST managed-bean-name                 id ID #IMPLIED>
+<!ATTLIST managed-bean-scope                id ID #IMPLIED>
+<!ATTLIST managed-property                  id ID #IMPLIED>
+<!ATTLIST map-entries                       id ID #IMPLIED>
+<!ATTLIST map-entry                         id ID #IMPLIED>
+<!ATTLIST message-bundle                    id ID #IMPLIED>
+<!ATTLIST navigation-case                   id ID #IMPLIED>
+<!ATTLIST navigation-handler                id ID #IMPLIED>
+<!ATTLIST navigation-rule                   id ID #IMPLIED>
+<!ATTLIST null-value                        id ID #IMPLIED>
+<!ATTLIST phase-listener                    id ID #IMPLIED>
+<!ATTLIST property                          id ID #IMPLIED>
+<!ATTLIST property-class                    id ID #IMPLIED>
+<!ATTLIST property-extension                id ID #IMPLIED>
+<!ATTLIST property-name                     id ID #IMPLIED>
+<!ATTLIST property-resolver                 id ID #IMPLIED>
+<!ATTLIST redirect                          id ID #IMPLIED>
+<!ATTLIST referenced-bean                   id ID #IMPLIED>
+<!ATTLIST referenced-bean-class             id ID #IMPLIED>
+<!ATTLIST referenced-bean-name              id ID #IMPLIED>
+<!ATTLIST render-kit                        id ID #IMPLIED>
+<!ATTLIST render-kit-class                  id ID #IMPLIED>
+<!ATTLIST render-kit-factory                id ID #IMPLIED>
+<!ATTLIST render-kit-id                     id ID #IMPLIED>
+<!ATTLIST renderer                          id ID #IMPLIED>
+<!ATTLIST renderer-class                    id ID #IMPLIED>
+<!ATTLIST renderer-extension                id ID #IMPLIED>
+<!ATTLIST renderer-type                     id ID #IMPLIED>
+<!ATTLIST small-icon                        id ID #IMPLIED>
+<!ATTLIST state-manager                     id ID #IMPLIED>
+<!ATTLIST suggested-value                   id ID #IMPLIED>
+<!ATTLIST supported-locale                  id ID #IMPLIED>
+<!ATTLIST to-view-id                        id ID #IMPLIED>
+<!ATTLIST validator                         id ID #IMPLIED>
+<!ATTLIST validator-class                   id ID #IMPLIED>
+<!ATTLIST validator-id                      id ID #IMPLIED>
+<!ATTLIST value                             id ID #IMPLIED>
+<!ATTLIST value-class                       id ID #IMPLIED>
+<!ATTLIST variable-resolver                 id ID #IMPLIED>
+<!ATTLIST view-handler                      id ID #IMPLIED>
+

Propchange: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/test/resources/META-INF/dtd/web-facesconfig_1_0.dtd
------------------------------------------------------------------------------
    svn:eol-style = native