You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/01/30 03:38:00 UTC

svn commit: r616599 [9/12] - in /myfaces/tomahawk/branches/1_2_0/build: ./ src/ src/main/ src/main/java-templates/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/maven-faces-plugin/ src/main/resources/META-INF/maven-faces-...

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISaveState.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISaveState.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISchedule.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISchedule.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISchedule.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISchedule.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,113 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+
+        <component-type>org.apache.myfaces.UISchedule</component-type>
+        <component-class>org.apache.myfaces.custom.schedule.UISchedule</component-class>
+
+        <property>
+            <description><![CDATA[Specifies the action to take when this command is invoked.
+        If the value is an expression, it is expected to be a method
+        binding EL expression that identifies an action method. An action method
+        accepts no parameters and has a String return value, called the action
+        outcome, that identifies the next view displayed. The phase that this
+        event is fired in can be controlled via the immediate attribute.
+
+        If the value is a string literal, it is treated as a navigation outcome
+        for the current view.  This is functionally equivalent to a reference to
+        an action method that returns the string literal.]]></description>
+            <property-name>actionExpression</property-name>
+            <property-class>javax.el.MethodExpression</property-class>
+            <property-extension>
+                <mfp:method-binding-signature>
+                    <mfp:return-type>java.lang.Object</mfp:return-type>
+                </mfp:method-binding-signature>
+                <mfp:property-metadata>
+                    <mfp:preferred>true</mfp:preferred>
+                </mfp:property-metadata>
+                <mfp:state-holder>yes</mfp:state-holder>
+                <mfp:jsp-property-name>action</mfp:jsp-property-name>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>
+            </description>
+            <property-name>mouseListenerExpression</property-name>
+            <property-class>javax.el.MethodExpression</property-class>
+            <property-extension>
+                <mfp:method-binding-signature>
+                    <mfp:parameter-type>org.apache.myfaces.custom.schedule.ScheduleMouseEvent</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>mouseListener</mfp:jsp-property-name>
+                <!-- 
+                <mfp:tag-attribute-excluded>yes</mfp:tag-attribute-excluded>
+                 -->
+            </property-extension>            
+        </property>
+
+        <property>
+            <description><![CDATA[A method binding EL expression that identifies an action listener method
+        to be invoked if this component is activated by the user. An action
+        listener method accepts a parameter of type javax.faces.event.ActionEvent
+        and returns void. The phase that this event is fired in can be controlled
+        via the immediate attribute.]]></description>
+            <property-name>actionListener</property-name>
+            <property-class>javax.faces.el.MethodBinding</property-class>
+            <property-extension>
+                <mfp:method-binding-signature>
+                    <mfp:parameter-type>javax.faces.event.ActionEvent</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>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description></description>
+            <property-name>lastClickedDateAndTime</property-name>
+            <property-class>java.util.Date</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Panel</mfp:component-family>
+            <mfp:component-supertype>org.apache.myfaces.ScheduleBase</mfp:component-supertype>
+            <mfp:component-superclass>org.apache.myfaces.custom.schedule.UIScheduleBase</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.UISchedule</mfp:renderer-type>
+            <mfp:component-class-excluded>true</mfp:component-class-excluded>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISchedule.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISchedule.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UIScheduleBase.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UIScheduleBase.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UIScheduleBase.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UIScheduleBase.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,235 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <!-- Initially it was org.apache.myfaces.Schedule but this
+        is inherited to schedule -->
+        <component-type>org.apache.myfaces.ScheduleBase</component-type>
+        <component-class>org.apache.myfaces.custom.schedule.UIScheduleBase</component-class>
+
+        <property>
+            <description></description>
+            <property-name>compactMonthRowHeight</property-name>
+            <property-class>int</property-class>
+            <default-value>120</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>compactWeekRowHeight</property-name>
+            <property-class>int</property-class>
+            <default-value>200</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>An Instance ot the Converter</description>
+            <property-name>converter</property-name>
+            <property-class>javax.faces.convert.Converter</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>detailedRowHeight</property-name>
+            <property-class>int</property-class>
+            <default-value>22</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>expandToFitEntries</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>headerDateFormat</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <!-- immediate -->
+        <xi:include href="../../../../includes/ui/FacesImmediateProperty.xml" xpointer="/faces-config/component/*"/>
+
+        <property>
+            <description></description>
+            <property-name>readonly</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>renderZeroLengthEntries</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>theme</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value>default</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description></description>
+            <property-name>tooltip</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <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></description>
+            <property-name>visibleEndHour</property-name>
+            <property-class>int</property-class>
+            <default-value>20</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>visibleStartHour</property-name>
+            <property-class>int</property-class>
+            <default-value>8</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>workingEndHour</property-name>
+            <property-class>int</property-class>
+            <default-value>17</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>workingStartHour</property-name>
+            <property-class>int</property-class>
+            <default-value>9</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description><![CDATA[
+            Should the parent form of this schedule be submitted when the user
+            clicks on a day? Note that this will only work when the readonly
+            property is set to false.]]>
+            </description>
+            <property-name>submitOnClick</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <!-- The following properties are not included on tag -->
+        <property>
+            <description></description>
+            <property-name>hourNotation</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></description>
+            <property-name>compactMonthDayOfWeekDateFormat</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></description>
+            <property-name>splitWeekend</property-name>
+            <property-class>boolean</property-class>
+            <default-value>true</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+        
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Panel</mfp:component-family>
+            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UIComponentBase</mfp:component-superclass>
+            <!-- Initially it was org.apache.myfaces.Schedule but this
+            is inherited to schedule -->            
+            <mfp:renderer-type>org.apache.myfaces.ScheduleBase</mfp:renderer-type>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UIScheduleBase.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UIScheduleBase.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,79 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.UISelectItems</component-type>
+        <component-class>org.apache.myfaces.custom.selectitems.UISelectItems</component-class>
+        
+        <property>
+            <description>Defines the name of the request-scope variable that will hold the current value during iteration.  This value must be a static value.</description>
+            <property-name>var</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:literal-only>true</mfp:literal-only>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>name of the selectitem</description>
+            <property-name>itemLabel</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>value of the selectitem</description>
+            <property-name>itemValue</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <component-extension>
+            <!--for the Component generation-->
+             
+            <mfp:component-family>javax.faces.SelectItems</mfp:component-family>
+            <mfp:component-supertype>javax.faces.SelectItems</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UISelectItems</mfp:component-superclass>
+            <!--for the TLD generation-->
+
+            <mfp:tag-name>t:selectItems</mfp:tag-name>
+                    
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.selectitems.SelectItemsTag</mfp:tag-class>
+            <!-- 
+            <mfp:tag-superclass>javax.faces.webapp.UIComponentELTag</mfp:tag-superclass>
+             -->
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,69 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+        </description>
+         -->
+        <component-type>UpdateActionListener</component-type>
+        <component-class>updateactionlistener.UpdateActionListener</component-class>
+        <property>
+            <description>
+            </description>
+            <property-name>value</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>true</mfp:required>
+            </property-extension>
+        </property>     
+        <property>
+            <description>
+            </description>
+            <property-name>property</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>true</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>
+            </description>
+            <property-name>converter</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-class-excluded>true</mfp:component-class-excluded>            
+            <mfp:tag-class-excluded>true</mfp:tag-class-excluded>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:updateActionListener</mfp:tag-name>
+                   
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.updateactionlistener.UpdateActionListenerTag</mfp:tag-class>
+            <mfp:tag-superclass>javax.servlet.jsp.tagext.TagSupport</mfp:tag-superclass>            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,51 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlCommandButton</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlCommandButton</component-class>
+        
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/ActionForProperty.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Command</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlCommandButton</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlCommandButton</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Button</mfp:renderer-type>
+            <!--for the TLD generation-->            
+            <mfp:tag-name>t:commandButton</mfp:tag-name>                        
+            
+            <!--for the TagLib generation-->                         
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlCommandButtonELTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,56 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlCommandLink</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlCommandLink</component-class>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/ActionForProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/DisabledStyleProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/DisabledStyleClassProperty.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Command</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlCommandLink</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlCommandLink</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Link</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <!-- SPEC PAGE 299-300 column 3-->
+
+            <mfp:tag-name>t:commandLink</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlCommandLinkELTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,54 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+        <component-type>org.apache.myfaces.HtmlDataTable</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlDataTable</component-class>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_DataTableProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>        
+            <!--for the Component generation-->
+
+            <mfp:component-family>javax.faces.Data</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlDataTable</mfp:component-supertype>
+            <mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlDataTableHack</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Table</mfp:renderer-type>
+            <mfp:component-class-excluded>true</mfp:component-class-excluded>            
+            <!-- <mfp:tag-class-excluded>true</mfp:tag-class-excluded>  -->
+
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:dataTable</mfp:tag-name>                        
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlDataTableELTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,78 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlGraphicImage</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlGraphicImage</component-class>
+
+        <property>
+            <description></description>
+            <property-name>border</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>hspace</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>vspace</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Graphic</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlGraphicImage</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlGraphicImage</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Image</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <!-- SPEC PAGE 299-300 column 3-->
+            
+            <mfp:tag-name>t:graphicImage</mfp:tag-name>                        
+            
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlGraphicImageELTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,52 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlInputHidden</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputHidden</component-class>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Input</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlInputHidden</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlInputHidden</mfp:component-superclass>
+            <mfp:renderer-type>javax.faces.Hidden</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <!-- SPEC PAGE 299-300 column 3-->
+
+            <mfp:tag-name>t:inputHidden</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlInputHiddenELTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,55 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlInputSecret</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputSecret</component-class>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_DisplayValueOnlyProperties.xml" xpointer="/faces-config/component/*"/>
+        
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Input</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlInputSecret</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlInputSecret</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Secret</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:inputSecret</mfp:tag-name>
+                                    
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlInputSecretELTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlInputText</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputText</component-class>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_DisplayValueOnlyProperties.xml" xpointer="/faces-config/component/*"/>
+        <!-- 
+        <xi:include href="../../../includes/html/AutocompleteProperty.xml" xpointer="/faces-config/component/*"/>
+         -->
+        <xi:include href="../../../includes/html/DisabledOnClientSideProperty.xml" xpointer="/faces-config/component/*"/>
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Input</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlInputText</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlInputText</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Text</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:inputText</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlInputTextELTag</mfp:tag-class>
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,57 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlInputTextarea</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputTextarea</component-class>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_DisplayValueOnlyProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/WrapProperty.xml" xpointer="/faces-config/component/*"/>
+        
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Input</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlInputTextarea</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlInputTextarea</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Textarea</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:inputTextarea</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlInputTextareaELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,56 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlMessage</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlMessage</component-class>
+
+         <!-- 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/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_MessageProperties.xml" xpointer="/faces-config/component/*"/>
+        
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Message</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlMessage</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlMessage</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Message</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:message</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlMessageELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlMessages</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlMessages</component-class>
+
+         <!-- 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/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_MessageProperties.xml" xpointer="/faces-config/component/*"/>
+        
+        <property>
+            <description>
+            </description>
+            <property-name>globalSummaryFormat</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.Messages</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlMessages</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlMessages</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Messages</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:messages</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlMessagesELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,52 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlOutputLabel</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlOutputLabel</component-class>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Output</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlOutputLabel</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlOutputLabel</mfp:component-superclass>
+            <mfp:renderer-type>javax.faces.Label</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:outputLabel</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlOutputLabelELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,55 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlOutputText</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlOutputText</component-class>
+
+         <!-- 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/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Output</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlOutputText</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlOutputText</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Text</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:outputText</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlOutputTextELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,65 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlPanelGrid</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlPanelGrid</component-class>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_DisplayValueOnlyProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <property>
+            <description>HTML: Specifies the horizontal alignment of this element. Deprecated in HTML 4.01.</description>
+            <property-name>align</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.Panel</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlPanelGrid</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlPanelGrid</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Grid</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:panelGrid</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlPanelGridELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlPanelGroup</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlPanelGroup</component-class>
+
+         <!-- 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/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_DisplayValueOnlyProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/ColspanProperty.xml" xpointer="/faces-config/component/*"/>
+        
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Panel</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlPanelGroup</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlPanelGroup</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Group</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:panelGroup</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+ 
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlPanelGroupELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <!-- 
+        <description>
+            This tag renders as an HTML input element.
+
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+        </description>
+         -->
+
+        <component-type>org.apache.myfaces.HtmlSelectBooleanCheckbox</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectBooleanCheckbox</component-class>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_DisplayValueOnlyProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/EscapeProperty.xml" xpointer="/faces-config/component/*"/>
+        
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.SelectBoolean</mfp:component-family>
+            <mfp:component-supertype>javax.faces.HtmlSelectBooleanCheckbox</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlSelectBooleanCheckbox</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Checkbox</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:selectBooleanCheckbox</mfp:tag-name>                        
+
+            <!--for the TagLib generation-->
+ 
+            <mfp:tag-class>org.apache.myfaces.taglib12.html.ext.HtmlSelectBooleanCheckboxELTag</mfp:tag-class>
+            
+        </component-extension>
+    </component>
+</faces-config>

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL