You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mb...@apache.org on 2007/03/16 14:24:21 UTC

svn commit: r518967 [10/20] - in /myfaces/core/branches/jsf12: api/src/main/java-templates/javax/faces/component/ api/src/main/java/javax/faces/application/ api/src/main/java/javax/faces/component/ api/src/main/java/javax/faces/context/ api/src/main/ja...

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIParameter.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIParameter.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIParameter.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIParameter.xml Fri Mar 16 06:24:10 2007
@@ -1,54 +1,54 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:xi="http://www.w3.org/2001/XInclude"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-    <component>
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- # ******************************************************************************** # -->
-        <!-- # name, value                                                                      # -->
-        <!-- #################################################################################### -->
-        <component-type>javax.faces.Parameter</component-type>
-        <component-class>javax.faces.component.UIParameter</component-class>
-
-        <property>
-            <description>The value of this component.</description>
-            <property-name>value</property-name>
-            <property-class>java.lang.Object</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-			</property-extension>
-        </property>
-
-        <property>
-            <description>The name under which the value is stored.</description>
-            <property-name>name</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-			</property-extension>
-        </property>
-
-        <component-extension>
-            <mfp:component-family>javax.faces.Parameter</mfp:component-family>
-            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
-        </component-extension>
-    </component>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <component>
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- # ******************************************************************************** # -->
+        <!-- # name, value                                                                      # -->
+        <!-- #################################################################################### -->
+        <component-type>javax.faces.Parameter</component-type>
+        <component-class>javax.faces.component.UIParameter</component-class>
+
+        <property>
+            <description>The value of this component.</description>
+            <property-name>value</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+			</property-extension>
+        </property>
+
+        <property>
+            <description>The name under which the value is stored.</description>
+            <property-name>name</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+			</property-extension>
+        </property>
+
+        <component-extension>
+            <mfp:component-family>javax.faces.Parameter</mfp:component-family>
+            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
+        </component-extension>
+    </component>
 </faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIParameter.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectBoolean.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectBoolean.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectBoolean.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectBoolean.xml Fri Mar 16 06:24:10 2007
@@ -1,39 +1,39 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:xi="http://www.w3.org/2001/XInclude"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-    <component>
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- #     value, converter                                                             # -->
-        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
-        <!-- #     validator, valueChangeListener                                               # -->
-        <!-- #################################################################################### -->
-        <component-type>javax.faces.SelectBoolean</component-type>
-        <component-class>javax.faces.component.UISelectBoolean</component-class>
-        <description>UISelectBoolean is a Comonent which represents a boolean value.</description>
-        
-        <component-extension>
-            <mfp:component-family>javax.faces.SelectBoolean</mfp:component-family>
-            <mfp:component-supertype>javax.faces.Input</mfp:component-supertype>
-            <mfp:renderer-type>javax.faces.Checkbox</mfp:renderer-type>
-        </component-extension>
-    </component>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <component>
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+        <component-type>javax.faces.SelectBoolean</component-type>
+        <component-class>javax.faces.component.UISelectBoolean</component-class>
+        <description>UISelectBoolean is a Comonent which represents a boolean value.</description>
+        
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectBoolean</mfp:component-family>
+            <mfp:component-supertype>javax.faces.Input</mfp:component-supertype>
+            <mfp:renderer-type>javax.faces.Checkbox</mfp:renderer-type>
+        </component-extension>
+    </component>
 </faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectBoolean.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItem.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItem.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItem.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItem.xml Fri Mar 16 06:24:10 2007
@@ -1,100 +1,100 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:xi="http://www.w3.org/2001/XInclude"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-    <component>
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- # ******************************************************************************** # -->
-        <!-- # value, itemDisabled, itemEscaped, itemDescription, itemLabel, itemValue          # -->
-        <!-- #################################################################################### -->
-        <component-type>javax.faces.SelectItem</component-type>
-        <component-class>javax.faces.component.UISelectItem</component-class>
-        <description>UISelectItem should be nestetd inside a UISelectMany or UISelectOne component,
-and results in  the addition of a SelectItem instance to the list of available options
-for the parent component</description>
-
-        <property>
-            <description>The initial value of this component.</description>
-            <property-name>value</property-name>
-            <property-class>java.lang.Object</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-			</property-extension>
-        </property>
-
-        <property>
-            <description>Determine whether this item can be chosen by the user.
-When true, this item cannot be chosen by the user. If this method is
-ever called, then any EL-binding for the disabled property will be ignored.</description>
-            <property-name>itemDisabled</property-name>
-            <property-class>boolean</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The escape setting for the label of this selection item.</description>
-            <property-name>itemEscaped</property-name>
-            <property-class>boolean</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>For use in development tools.</description>
-            <property-name>itemDescription</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The string which will be presented to the user for this option.</description>
-            <property-name>itemLabel</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The value for this Item.</description>
-            <property-name>itemValue</property-name>
-            <property-class>java.lang.Object</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-            </property-extension>
-        </property>
-
-        <component-extension>
-            <mfp:component-family>javax.faces.SelectItem</mfp:component-family>
-            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
-        </component-extension>
-    </component>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <component>
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- # ******************************************************************************** # -->
+        <!-- # value, itemDisabled, itemEscaped, itemDescription, itemLabel, itemValue          # -->
+        <!-- #################################################################################### -->
+        <component-type>javax.faces.SelectItem</component-type>
+        <component-class>javax.faces.component.UISelectItem</component-class>
+        <description>UISelectItem should be nestetd inside a UISelectMany or UISelectOne component,
+and results in  the addition of a SelectItem instance to the list of available options
+for the parent component</description>
+
+        <property>
+            <description>The initial value of this component.</description>
+            <property-name>value</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+			</property-extension>
+        </property>
+
+        <property>
+            <description>Determine whether this item can be chosen by the user.
+When true, this item cannot be chosen by the user. If this method is
+ever called, then any EL-binding for the disabled property will be ignored.</description>
+            <property-name>itemDisabled</property-name>
+            <property-class>boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The escape setting for the label of this selection item.</description>
+            <property-name>itemEscaped</property-name>
+            <property-class>boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>For use in development tools.</description>
+            <property-name>itemDescription</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The string which will be presented to the user for this option.</description>
+            <property-name>itemLabel</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The value for this Item.</description>
+            <property-name>itemValue</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectItem</mfp:component-family>
+            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
+        </component-extension>
+    </component>
 </faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItem.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItems.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItems.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItems.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItems.xml Fri Mar 16 06:24:10 2007
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:xi="http://www.w3.org/2001/XInclude"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-    <component>
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- # ******************************************************************************** # -->
-        <!-- # value                                                                            # -->
-        <!-- #################################################################################### -->
-        <component-type>javax.faces.SelectItems</component-type>
-        <component-class>javax.faces.component.UISelectItems</component-class>
-        <description>UISelectItems should be nestetd inside a UISelectMany or UISelectOne component,
-and results in  the addition of one ore more SelectItem instance to the list of available options
-for the parent component</description>
-
-        <property>
-            <description>The initial value of this component.</description>
-            <property-name>value</property-name>
-            <property-class>java.lang.Object</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-			</property-extension>
-        </property>       
-
-        <component-extension>
-            <mfp:component-family>javax.faces.SelectItems</mfp:component-family>
-            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
-        </component-extension>
-    </component>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <component>
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- # ******************************************************************************** # -->
+        <!-- # value                                                                            # -->
+        <!-- #################################################################################### -->
+        <component-type>javax.faces.SelectItems</component-type>
+        <component-class>javax.faces.component.UISelectItems</component-class>
+        <description>UISelectItems should be nestetd inside a UISelectMany or UISelectOne component,
+and results in  the addition of one ore more SelectItem instance to the list of available options
+for the parent component</description>
+
+        <property>
+            <description>The initial value of this component.</description>
+            <property-name>value</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+			</property-extension>
+        </property>       
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectItems</mfp:component-family>
+            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
+        </component-extension>
+    </component>
 </faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectItems.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectMany.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectMany.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectMany.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectMany.xml Fri Mar 16 06:24:10 2007
@@ -1,39 +1,39 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:xi="http://www.w3.org/2001/XInclude"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-    <component>
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- #     value, converter                                                             # -->
-        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
-        <!-- #     validator, valueChangeListener                                               # -->
-        <!-- #################################################################################### -->
-        <component-type>javax.faces.SelectMany</component-type>
-        <component-class>javax.faces.component.UISelectMany</component-class>
-        <description>UISelectMany is a Component which represents a user choice of 0..n values.</description>
-
-        <component-extension>
-            <mfp:component-family>javax.faces.SelectMany</mfp:component-family>
-            <mfp:component-supertype>javax.faces.Input</mfp:component-supertype>
-            <mfp:renderer-type>javax.faces.Listbox</mfp:renderer-type>
-        </component-extension>
-    </component>
-</faces-config>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <component>
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+        <component-type>javax.faces.SelectMany</component-type>
+        <component-class>javax.faces.component.UISelectMany</component-class>
+        <description>UISelectMany is a Component which represents a user choice of 0..n values.</description>
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectMany</mfp:component-family>
+            <mfp:component-supertype>javax.faces.Input</mfp:component-supertype>
+            <mfp:renderer-type>javax.faces.Listbox</mfp:renderer-type>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectMany.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectOne.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectOne.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectOne.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectOne.xml Fri Mar 16 06:24:10 2007
@@ -1,39 +1,39 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:xi="http://www.w3.org/2001/XInclude"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-    <component>
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- #     value, converter                                                             # -->
-        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
-        <!-- #     validator, valueChangeListener                                               # -->
-        <!-- #################################################################################### -->
-        <component-type>javax.faces.SelectOne</component-type>
-        <component-class>javax.faces.component.UISelectOne</component-class>
-        <description>UISelectOne is a Component which represents a user choice of 0..1 value.</description>
-
-        <component-extension>
-            <mfp:component-family>javax.faces.SelectOne</mfp:component-family>
-            <mfp:component-supertype>javax.faces.Input</mfp:component-supertype>
-            <mfp:renderer-type>javax.faces.Menu</mfp:renderer-type>
-        </component-extension>
-    </component>
-</faces-config>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <component>
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+        <component-type>javax.faces.SelectOne</component-type>
+        <component-class>javax.faces.component.UISelectOne</component-class>
+        <description>UISelectOne is a Component which represents a user choice of 0..1 value.</description>
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectOne</mfp:component-family>
+            <mfp:component-supertype>javax.faces.Input</mfp:component-supertype>
+            <mfp:renderer-type>javax.faces.Menu</mfp:renderer-type>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UISelectOne.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml Fri Mar 16 06:24:10 2007
@@ -1,142 +1,142 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:xi="http://www.w3.org/2001/XInclude"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-    <component>
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- # ******************************************************************************** # -->
-        <!-- # value                                                                            # -->
-        <!-- #################################################################################### -->
-        <component-type>javax.faces.ViewRoot</component-type>
-        <component-class>javax.faces.component.UIViewRoot</component-class>
-        <description>The root element.</description>
-
-        <property>
-            <description>The locale for this ViewRoot.</description>
-            <property-name>locale</property-name>
-            <property-class>java.util.Locale</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-			</property-extension>
-        </property>
-
-        <property>
-            <description>The initial value of this component.</description>
-            <property-name>renderKitId</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-			</property-extension>
-        </property>
-
-        <property>
-            <description>The viewId.</description>
-            <property-name>viewId</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The events within this ViewRoot.</description>
-            <property-name>events</property-name>
-            <property-class>java.util.List&lt;javax.faces.event.FacesEvent&gt;</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-                <!-- todo: if events are no state holder this entry and in UIViewRootTemplate the lines:
-                             /**///getUniqueIdCounter
-                             /**///setUniqueIdCounter
-                           can be removed and this line needs to be uncommented:
-                             /**/private List<FacesEvent> _events = null;                         -->
-                <mfp:state-holder>yes</mfp:state-holder>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The counter which will ensure a unique component id
-for every component instance in the tree that doesn't have
-an id attribute set.</description>
-            <property-name>uniqueIdCounter</property-name>
-            <property-class>long</property-class>
-            <default-value>0</default-value>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The phaseListeners attached to ViewRoot.</description>
-            <property-name>phaseListeners</property-name>
-            <property-class>java.util.List&lt;javax.faces.event.PhaseListener&gt;</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-                <mfp:list>true</mfp:list>
-                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
-                <mfp:state-holder>yes</mfp:state-holder>
-            </property-extension>
-        </property>
-
-        <property>
-            <description></description>
-            <property-name>beforePhaseListener</property-name>
-            <property-class>javax.el.MethodExpression</property-class>
-            <property-extension>
-                <mfp:method-binding-signature>
-                    <mfp:parameter-type>javax.faces.event.PhaseEvent</mfp:parameter-type>
-                    <mfp:return-type>void</mfp:return-type>
-                </mfp:method-binding-signature>
-                <mfp:property-metadata>
-                    <mfp:preferred>true</mfp:preferred>
-                    <mfp:required>false</mfp:required>
-                </mfp:property-metadata>
-                <mfp:state-holder>yes</mfp:state-holder>
-                <mfp:jsp-property-name>beforePhase</mfp:jsp-property-name>
-            </property-extension>
-        </property>
-
-        <property>
-            <description></description>
-            <property-name>afterPhaseListener</property-name>
-            <property-class>javax.el.MethodExpression</property-class>
-            <property-extension>
-                <mfp:method-binding-signature>
-                    <mfp:parameter-type>javax.faces.event.PhaseEvent</mfp:parameter-type>
-                    <mfp:return-type>void</mfp:return-type>
-                </mfp:method-binding-signature>
-                <mfp:property-metadata>
-                    <mfp:preferred>true</mfp:preferred>
-                    <mfp:required>false</mfp:required>
-                </mfp:property-metadata>
-                <mfp:state-holder>yes</mfp:state-holder>
-                <mfp:jsp-property-name>afterPhase</mfp:jsp-property-name>
-            </property-extension>
-        </property>
-
-        <component-extension>
-            <mfp:component-family>javax.faces.ViewRoot</mfp:component-family>
-            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
-        </component-extension>
-    </component>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <component>
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- # ******************************************************************************** # -->
+        <!-- # value                                                                            # -->
+        <!-- #################################################################################### -->
+        <component-type>javax.faces.ViewRoot</component-type>
+        <component-class>javax.faces.component.UIViewRoot</component-class>
+        <description>The root element.</description>
+
+        <property>
+            <description>The locale for this ViewRoot.</description>
+            <property-name>locale</property-name>
+            <property-class>java.util.Locale</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+			</property-extension>
+        </property>
+
+        <property>
+            <description>The initial value of this component.</description>
+            <property-name>renderKitId</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+			</property-extension>
+        </property>
+
+        <property>
+            <description>The viewId.</description>
+            <property-name>viewId</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The events within this ViewRoot.</description>
+            <property-name>events</property-name>
+            <property-class>java.util.List&lt;javax.faces.event.FacesEvent&gt;</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+                <!-- todo: if events are no state holder this entry and in UIViewRootTemplate the lines:
+                             /**///getUniqueIdCounter
+                             /**///setUniqueIdCounter
+                           can be removed and this line needs to be uncommented:
+                             /**/private List<FacesEvent> _events = null;                         -->
+                <mfp:state-holder>yes</mfp:state-holder>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The counter which will ensure a unique component id
+for every component instance in the tree that doesn't have
+an id attribute set.</description>
+            <property-name>uniqueIdCounter</property-name>
+            <property-class>long</property-class>
+            <default-value>0</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The phaseListeners attached to ViewRoot.</description>
+            <property-name>phaseListeners</property-name>
+            <property-class>java.util.List&lt;javax.faces.event.PhaseListener&gt;</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:list>true</mfp:list>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+                <mfp:state-holder>yes</mfp:state-holder>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>beforePhaseListener</property-name>
+            <property-class>javax.el.MethodExpression</property-class>
+            <property-extension>
+                <mfp:method-binding-signature>
+                    <mfp:parameter-type>javax.faces.event.PhaseEvent</mfp:parameter-type>
+                    <mfp:return-type>void</mfp:return-type>
+                </mfp:method-binding-signature>
+                <mfp:property-metadata>
+                    <mfp:preferred>true</mfp:preferred>
+                    <mfp:required>false</mfp:required>
+                </mfp:property-metadata>
+                <mfp:state-holder>yes</mfp:state-holder>
+                <mfp:jsp-property-name>beforePhase</mfp:jsp-property-name>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>afterPhaseListener</property-name>
+            <property-class>javax.el.MethodExpression</property-class>
+            <property-extension>
+                <mfp:method-binding-signature>
+                    <mfp:parameter-type>javax.faces.event.PhaseEvent</mfp:parameter-type>
+                    <mfp:return-type>void</mfp:return-type>
+                </mfp:method-binding-signature>
+                <mfp:property-metadata>
+                    <mfp:preferred>true</mfp:preferred>
+                    <mfp:required>false</mfp:required>
+                </mfp:property-metadata>
+                <mfp:state-holder>yes</mfp:state-holder>
+                <mfp:jsp-property-name>afterPhase</mfp:jsp-property-name>
+            </property-extension>
+        </property>
+
+        <component-extension>
+            <mfp:component-family>javax.faces.ViewRoot</mfp:component-family>
+            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
+        </component-extension>
+    </component>
 </faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlColumn.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlColumn.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlColumn.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlColumn.xml Fri Mar 16 06:24:10 2007
@@ -1,58 +1,58 @@
-<?xml version="1.0" ?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:h="http://java.sun.com/jsf/html"
-              xmlns:xi="http://www.w3.org/2001/XInclude">
-    <component>
-        <description>Renders a UIComponent that represents a single column of data within a parent UIData component.</description>
-        <component-type>javax.faces.HtmlColumn</component-type>
-        <component-class>javax.faces.component.html.HtmlColumn</component-class>
-
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- #################################################################################### -->
-
-        <property>
-            <description>CSS class to be used for the header.</description>
-            <property-name>headerClass</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>CSS class to be used for the footer.</description>
-            <property-name>footerClass</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-            </property-extension>
-        </property>
-
-        <component-extension>
-            <mfp:component-family>javax.faces.Column</mfp:component-family>
-            <mfp:component-superclass>javax.faces.component.UIColumn</mfp:component-superclass>
-            <mfp:component-supertype>javax.faces.Column</mfp:component-supertype>
-
-            <mfp:tag-name>h:column</mfp:tag-name>
-            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlColumnTag</mfp:tag-class>
-        </component-extension>
-    </component>
-</faces-config>
+<?xml version="1.0" ?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:h="http://java.sun.com/jsf/html"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <description>Renders a UIComponent that represents a single column of data within a parent UIData component.</description>
+        <component-type>javax.faces.HtmlColumn</component-type>
+        <component-class>javax.faces.component.html.HtmlColumn</component-class>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #################################################################################### -->
+
+        <property>
+            <description>CSS class to be used for the header.</description>
+            <property-name>headerClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>CSS class to be used for the footer.</description>
+            <property-name>footerClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <component-extension>
+            <mfp:component-family>javax.faces.Column</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UIColumn</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.Column</mfp:component-supertype>
+
+            <mfp:tag-name>h:column</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlColumnTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlColumn.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlCommandButton.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlCommandLink.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlCommandLink.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlCommandLink.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlCommandLink.xml Fri Mar 16 06:24:10 2007
@@ -1,66 +1,66 @@
-<?xml version="1.0" ?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:h="http://java.sun.com/jsf/html"
-              xmlns:xi="http://www.w3.org/2001/XInclude">
-    <component>
-        <description>
-            This tag renders as an HTML a element.
-
-            Unless otherwise specified, all attributes accept static values
-            or EL expressions.
-        </description>
-
-        <!-- SPEC PAGE 299-300 column 1-->
-        <component-type>javax.faces.HtmlCommandLink</component-type>
-        <component-class>javax.faces.component.html.HtmlCommandLink</component-class>
-
-        <!-- inherited from superclasses: -->
-        <!--   'id' is declared in javax.faces.webapp.UIComponentClassicTagBase -->
-        <!--   'binding' and 'rendered' are declared in javax.faces.webapp.UIComponentELTag -->
-        <!--   'value', 'action', 'actionListener' and 'immediate' are declared in the Tag-superclass (see below)-->
-
-        <!-- dir, lang, style, styleClass, title -->
-        <xi:include href="../../../includes/html/_UniversalProperties.xml" xpointer="/faces-config/component/*"/>
-
-        <!-- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout,
-            onkeypress, onkeydown, onkeyup-->
-        <xi:include href="../../../includes/html/_EventHandlerProperties.xml" xpointer="/faces-config/component/*"/>
-        <xi:include href="../../../includes/html/_Focus_BlurProperties.xml" xpointer="/faces-config/component/*"/>
-
-        <!-- accesskey, charset, coords, hreflang, diabled, rel, rev, shape, target, tabindex, type   -->
-        <xi:include href="../../../includes/html/_LinkProperties.xml" xpointer="/faces-config/component/*"/>
-
-        <component-extension>
-            <!--for the Component generation-->
-            <mfp:component-family>javax.faces.Command</mfp:component-family>
-            <mfp:component-superclass>javax.faces.component.UICommand</mfp:component-superclass>
-            <mfp:component-supertype>javax.faces.Command</mfp:component-supertype>
-
-            <!--for the TLD generation-->
-            <!-- SPEC PAGE 299-300 column 3-->
-            <mfp:tag-name>h:commandLink</mfp:tag-name>
-
-            <!--for the TagLib generation-->
-            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlCommandLinkTag</mfp:tag-class>
-
-            <!-- SPEC PAGE 299-300 column 2-->
-            <mfp:renderer-type>javax.faces.Link</mfp:renderer-type>
-        </component-extension>
-    </component>
-</faces-config>
+<?xml version="1.0" ?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:h="http://java.sun.com/jsf/html"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <description>
+            This tag renders as an HTML a element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+
+        <!-- SPEC PAGE 299-300 column 1-->
+        <component-type>javax.faces.HtmlCommandLink</component-type>
+        <component-class>javax.faces.component.html.HtmlCommandLink</component-class>
+
+        <!-- inherited from superclasses: -->
+        <!--   'id' is declared in javax.faces.webapp.UIComponentClassicTagBase -->
+        <!--   'binding' and 'rendered' are declared in javax.faces.webapp.UIComponentELTag -->
+        <!--   'value', 'action', 'actionListener' and 'immediate' are declared in the Tag-superclass (see below)-->
+
+        <!-- dir, lang, style, styleClass, title -->
+        <xi:include href="../../../includes/html/_UniversalProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <!-- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout,
+            onkeypress, onkeydown, onkeyup-->
+        <xi:include href="../../../includes/html/_EventHandlerProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_Focus_BlurProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <!-- accesskey, charset, coords, hreflang, diabled, rel, rev, shape, target, tabindex, type   -->
+        <xi:include href="../../../includes/html/_LinkProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Command</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UICommand</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.Command</mfp:component-supertype>
+
+            <!--for the TLD generation-->
+            <!-- SPEC PAGE 299-300 column 3-->
+            <mfp:tag-name>h:commandLink</mfp:tag-name>
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlCommandLinkTag</mfp:tag-class>
+
+            <!-- SPEC PAGE 299-300 column 2-->
+            <mfp:renderer-type>javax.faces.Link</mfp:renderer-type>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlCommandLink.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlDataTable.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlForm.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlForm.xml?view=diff&rev=518967&r1=518966&r2=518967
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlForm.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlForm.xml Fri Mar 16 06:24:10 2007
@@ -1,106 +1,106 @@
-<?xml version="1.0" ?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed 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:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:h="http://java.sun.com/jsf/html"
-              xmlns:xi="http://www.w3.org/2001/XInclude">
-    <component>
-        <description>Renders an HTML form element.
-Unless otherwise specified, all attributes accept static values
-or EL expressions.</description>
-
-        <!-- SPEC PAGE 299-300 column 1-->
-        <component-type>javax.faces.HtmlForm</component-type>
-        <component-class>javax.faces.component.html.HtmlForm</component-class>
-
-        <!-- inherited from superclasses: -->
-        <!--   'id' is declared in javax.faces.webapp.UIComponentClassicTagBase -->
-        <!--   'binding' and 'rendered' are declared in javax.faces.webapp.UIComponentELTag -->
-
-        <!-- dir, lang, style, styleClass, title -->
-        <xi:include href="../../../includes/html/_UniversalProperties.xml" xpointer="/faces_config/component/*" />
-
-         <!-- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup-->
-        <xi:include href="../../../includes/html/_EventHandlerProperties.xml" xpointer="/faces_config/component/*" />
-
-        <xi:include href="../../../includes/html/TargetProperty.xml" xpointer="/faces-config/component/*"/>
-
-        <property>
-            <description>Provides a comma-separated list of content types that the
-server processing this form can handle.</description>
-            <property-name>accept</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The list of character encodings accepted by the server for this form.</description>
-            <property-name>acceptcharset</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>The content type used to submit this form to the server.</description>
-            <property-name>enctype</property-name>
-            <property-class>java.lang.String</property-class>
-            <default-value>application/x-www-form-urlencoded</default-value>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>Script to be invoked when this form is reset.</description>
-            <property-name>onreset</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-            </property-extension>
-        </property>
-
-        <property>
-            <description>Script to be invoked when this form is submitted.</description>
-            <property-name>onsubmit</property-name>
-            <property-class>java.lang.String</property-class>
-            <property-extension>
-                <mfp:required>false</mfp:required>
-            </property-extension>
-        </property>
-
-        <component-extension>
-            <!--for the Component generation-->
-            <mfp:component-family>javax.faces.Form</mfp:component-family>
-            <mfp:component-superclass>javax.faces.component.UIForm</mfp:component-superclass>
-            <mfp:component-supertype>javax.faces.Form</mfp:component-supertype>
-
-            <!--for the TLD generation-->
-            <!-- SPEC PAGE 299-300 column 3-->
-            <mfp:tag-name>h:form</mfp:tag-name>
-
-            <!--for the TagLib generation-->
-            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlFormTag</mfp:tag-class>
-
-            <!-- SPEC PAGE 299-300 column 2-->
-            <mfp:renderer-type>javax.faces.Form</mfp:renderer-type>
-        </component-extension>
-    </component>
-</faces-config>
+<?xml version="1.0" ?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:h="http://java.sun.com/jsf/html"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <description>Renders an HTML form element.
+Unless otherwise specified, all attributes accept static values
+or EL expressions.</description>
+
+        <!-- SPEC PAGE 299-300 column 1-->
+        <component-type>javax.faces.HtmlForm</component-type>
+        <component-class>javax.faces.component.html.HtmlForm</component-class>
+
+        <!-- inherited from superclasses: -->
+        <!--   'id' is declared in javax.faces.webapp.UIComponentClassicTagBase -->
+        <!--   'binding' and 'rendered' are declared in javax.faces.webapp.UIComponentELTag -->
+
+        <!-- dir, lang, style, styleClass, title -->
+        <xi:include href="../../../includes/html/_UniversalProperties.xml" xpointer="/faces_config/component/*" />
+
+         <!-- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup-->
+        <xi:include href="../../../includes/html/_EventHandlerProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/TargetProperty.xml" xpointer="/faces-config/component/*"/>
+
+        <property>
+            <description>Provides a comma-separated list of content types that the
+server processing this form can handle.</description>
+            <property-name>accept</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The list of character encodings accepted by the server for this form.</description>
+            <property-name>acceptcharset</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>The content type used to submit this form to the server.</description>
+            <property-name>enctype</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value>application/x-www-form-urlencoded</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>Script to be invoked when this form is reset.</description>
+            <property-name>onreset</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>Script to be invoked when this form is submitted.</description>
+            <property-name>onsubmit</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Form</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UIForm</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.Form</mfp:component-supertype>
+
+            <!--for the TLD generation-->
+            <!-- SPEC PAGE 299-300 column 3-->
+            <mfp:tag-name>h:form</mfp:tag-name>
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlFormTag</mfp:tag-class>
+
+            <!-- SPEC PAGE 299-300 column 2-->
+            <mfp:renderer-type>javax.faces.Form</mfp:renderer-type>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlForm.xml
------------------------------------------------------------------------------
    svn:eol-style = native