You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/12 20:35:54 UTC

svn commit: r555713 - in /myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces: BigDecimal.xml BigInteger.xml Boolean.xml Character.xml Enum.xml

Author: matzew
Date: Thu Jul 12 11:35:51 2007
New Revision: 555713

URL: http://svn.apache.org/viewvc?view=rev&rev=555713
Log:
added missing converters (MYFACES-1680)

Added:
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigDecimal.xml
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigInteger.xml
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Boolean.xml
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Character.xml
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Enum.xml

Added: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigDecimal.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigDecimal.xml?view=auto&rev=555713
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigDecimal.xml (added)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigDecimal.xml Thu Jul 12 11:35:51 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" ?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:f="http://java.sun.com/jsf/core"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <converter>
+    <converter-id>javax.faces.BigDecimal</converter-id>
+    <converter-class>javax.faces.convert.BigDecimalConverter</converter-class>
+  </converter>
+</faces-config>

Added: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigInteger.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigInteger.xml?view=auto&rev=555713
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigInteger.xml (added)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/BigInteger.xml Thu Jul 12 11:35:51 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" ?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:f="http://java.sun.com/jsf/core"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <converter>
+    <converter-id>javax.faces.BigInteger</converter-id>
+    <converter-class>javax.faces.convert.BigIntegerConverter</converter-class>
+  </converter>
+</faces-config>

Added: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Boolean.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Boolean.xml?view=auto&rev=555713
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Boolean.xml (added)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Boolean.xml Thu Jul 12 11:35:51 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" ?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:f="http://java.sun.com/jsf/core"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <converter>
+    <converter-id>javax.faces.Boolean</converter-id>
+    <converter-class>javax.faces.convert.BooleanConverter</converter-class>
+  </converter>
+</faces-config>

Added: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Character.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Character.xml?view=auto&rev=555713
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Character.xml (added)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Character.xml Thu Jul 12 11:35:51 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" ?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:f="http://java.sun.com/jsf/core"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <converter>
+    <converter-id>javax.faces.Character</converter-id>
+    <converter-class>javax.faces.convert.CharacterConverter</converter-class>
+  </converter>
+</faces-config>

Added: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Enum.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Enum.xml?view=auto&rev=555713
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Enum.xml (added)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/converters/javax/faces/Enum.xml Thu Jul 12 11:35:51 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" ?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:f="http://java.sun.com/jsf/core"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <converter>
+    <converter-id>javax.faces.Enum</converter-id>
+    <converter-class>javax.faces.convert.EnumConverter</converter-class>
+  </converter>
+</faces-config>