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 [5/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-...

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/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/javax/faces/html/HtmlPanelGroup.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlPanelGroup.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlPanelGroup.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,59 @@
+<?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 element is used to group other components where the
+specification requires one child element. If any of the HTML or
+CSS attributes are set, its content is rendered within a span element.
+Unless otherwise specified, all attributes accept static values
+or EL expressions.</description>
+        <component-class>javax.faces.component.html.HtmlPanelGroup</component-class>
+        <component-type>javax.faces.HtmlPanelGroup</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #################################################################################### -->
+
+        <xi:include href="../../../includes/html/StyleProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/StyleClassProperty.xml" xpointer="/faces-config/component/*"/>
+
+        <property>
+            <description><![CDATA[The type of layout markup to use when rendering this group. If the value is "block"
+the renderer must produce an HTML "div" element. Otherwise HTML "span" element must be produced.]]></description>
+            <property-name>layout</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.Panel</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UIPanel</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.Panel</mfp:component-supertype>
+
+            <mfp:tag-name>h:panelGroup</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlPanelGroupTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Group</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/javax/faces/html/HtmlPanelGroup.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/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/javax/faces/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/javax/faces/html/HtmlSelectBooleanCheckbox.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectBooleanCheckbox.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectBooleanCheckbox.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,61 @@
+<?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><![CDATA[Allow the user to choose a "true" or "false" value, presented as a
+checkbox.
+<p>
+Renders as an HTML input tag with its type set to "checkbox", and
+its name attribute set to the id. The "checked" attribute is rendered
+if the value of this component is true.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectBooleanCheckbox</component-class>
+        <component-type>javax.faces.HtmlSelectBooleanCheckbox</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectBoolean</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectBoolean</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectBoolean</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectBooleanCheckbox</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlSelectBooleanCheckboxTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Checkbox</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/javax/faces/html/HtmlSelectBooleanCheckbox.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectBooleanCheckbox.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/javax/faces/html/HtmlSelectManyCheckbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyCheckbox.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyCheckbox.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyCheckbox.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,81 @@
+<?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><![CDATA[Allow the user to select zero or more items from a set of
+available options. This is presented as a table with one cell per
+available option; each cell contains a checkbox and the option's
+label. The "layout" attribute determines whether the checkboxes
+are laid out horizontally or vertically.
+<p>
+The set of available options is defined by adding child
+f:selectItem or f:selectItems components to this component.
+<p>
+The value attribute must be a value-binding expression to a
+property of type List, Object array or primitive array. That
+"collection" is expected to contain objects of the same type as
+SelectItem.getValue() returns for the child SelectItem objects.
+On rendering, any child whose value is in the list will be
+selected initially. During the update phase, the property setter
+is called to replace the original collection with a completely
+new collection object of the appropriate type. The new collection
+object contains the value of each child SelectItem object that
+is currently selected.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectManyCheckbox</component-class>
+        <component-type>javax.faces.HtmlSelectManyCheckbox</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/BorderProperty.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/LayoutProperty.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectMany</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectMany</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectMany</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectManyCheckbox</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlSelectManyCheckboxTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Checkbox</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/javax/faces/html/HtmlSelectManyCheckbox.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyCheckbox.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/javax/faces/html/HtmlSelectManyListbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyListbox.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyListbox.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyListbox.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,81 @@
+<?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><![CDATA[Allow the user to select zero or more items from a set of
+available options. This is presented as a listbox which allows
+multiple rows in the list to be selected simultaneously.
+<p>
+The set of available options is defined by adding child
+f:selectItem or f:selectItems components to this component.
+<p>
+The list is rendered as an HTML select element. The "multiple"
+attribute is set on the element and the size attribute is set to
+the provided value, defaulting to the number of items in the list
+if no value is provided. If the size is set to 1, then a
+"drop-down" list (aka "combo-box") is presented, though if this is
+the intention then a selectManyMenu should be used instead.
+<p>
+The value attribute must be a value-binding expression to a
+property of type List, Object array or primitive array. That
+"collection" is expected to contain objects of the same type as
+SelectItem.getValue() returns for the child SelectItem objects.
+On rendering, any child whose value is in the list will be
+selected initially. During the update phase, the property is set
+to contain a "collection" of values for those child SelectItem
+objects that are currently selected.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectManyListbox</component-class>
+        <component-type>javax.faces.HtmlSelectManyListbox</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/SizeProperty.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectMany</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectMany</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectMany</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectManyListbox</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlSelectManyListboxTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Listbox</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/javax/faces/html/HtmlSelectManyListbox.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyListbox.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/javax/faces/html/HtmlSelectManyMenu.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyMenu.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyMenu.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyMenu.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,77 @@
+<?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><![CDATA[Allow the user to select zero or more items from a set of available
+options. This is presented as a drop-down "combo-box" which allows
+multiple rows in the list to be selected simultaneously.
+<p>
+The set of available options is defined by adding child
+f:selectItem or f:selectItems components to this component.
+<p>
+Renders as an HTML select element, with the choices made up of
+child f:selectItem or f:selectItems elements. The multiple
+attribute is set and the size attribute is set to 1.
+<p>
+The value attribute must be a value-binding expression to a
+property of type List, Object array or primitive array. That
+"collection" is expected to contain objects of the same type as
+SelectItem.getValue() returns for the child SelectItem objects.
+On rendering, any child whose value is in the list will be
+selected initially. During the update phase, the property is set
+to contain a "collection" of values for those child SelectItem
+objects that are currently selected.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectManyMenu</component-class>
+        <component-type>javax.faces.HtmlSelectManyMenu</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectMany</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectMany</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectMany</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectManyMenu</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlSelectManyMenuTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Menu</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/javax/faces/html/HtmlSelectManyMenu.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectManyMenu.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/javax/faces/html/HtmlSelectOneListbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.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:h="http://java.sun.com/jsf/html"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <description><![CDATA[Allow the user to choose one option from a set of options.
+<p>
+Rendered as a listbox with the MULTIPLE attribute set to false.
+<p>
+The available choices are defined via child f:selectItem or
+f:selectItems elements. The size of the listbox defaults to the
+number of available choices; if size is explicitly set to a
+smaller value, then scrollbars will be rendered. If size is set
+to 1 then a "drop-down menu" (aka "combo-box") is rendered, though
+if this is the intent then selectOneMenu should be used instead.
+<p>
+The value attribute of this component is read to determine
+which of the available options is initially selected; its value
+should match the "value" property of one of the child SelectItem
+objects.
+<p>
+On submit of the enclosing form, the value attribute's bound
+property is updated to contain the "value" property from the
+chosen SelectItem.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectOneListbox</component-class>
+        <component-type>javax.faces.HtmlSelectOneListbox</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/SizeProperty.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectOne</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectOne</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectOne</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectOneListbox</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlSelectOneListboxTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Listbox</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/javax/faces/html/HtmlSelectOneListbox.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.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/javax/faces/html/HtmlSelectOneMenu.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneMenu.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneMenu.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneMenu.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,72 @@
+<?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><![CDATA[Allow the user to choose one option from a set of options.
+<p>
+Renders a drop-down menu (aka "combo-box") containing a set of
+choices, of which only one can be chosen at a time. The available
+choices are defined via child f:selectItem or f:selectItems
+elements.
+<p>
+The value attribute of this component is read to determine
+which of the available options is initially selected; its value
+should match the "value" property of one of the child SelectItem
+objects.
+<p>
+On submit of the enclosing form, the value attribute's bound property
+is updated to contain the "value" property from the chosen SelectItem.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectOneMenu</component-class>
+        <component-type>javax.faces.HtmlSelectOneMenu</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectOne</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectOne</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectOne</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectOneMenu</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlSelectOneMenuTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Menu</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/javax/faces/html/HtmlSelectOneMenu.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneMenu.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/javax/faces/html/HtmlSelectOneRadio.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneRadio.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneRadio.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneRadio.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,73 @@
+<?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><![CDATA[Allow the user to choose one option from a set of options.
+<p>
+Renders as an HTML table element, containing an input element for
+each child f:selectItem or f:selectItems elements.  The input
+elements are rendered as type radio.
+<p>
+The value attribute of this component is read to determine
+which of the available options is initially selected; its value should
+match the "value" property of one of the child SelectItem objects.
+<p>
+On submit of the enclosing form, the value attribute's bound property
+is updated to contain the "value" property from the chosen SelectItem.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectOneRadio</component-class>
+        <component-type>javax.faces.HtmlSelectOneRadio</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/BorderProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/LayoutProperty.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectOne</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectOne</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectOne</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectOneRadio</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.shared_tomahawk.taglib.html.HtmlSelectOneRadioTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Radio</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/javax/faces/html/HtmlSelectOneRadio.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneRadio.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/AbstractDocument.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/AbstractDocument.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/AbstractDocument.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/AbstractDocument.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.AbstractDocument</component-type>
+		<component-class>org.apache.myfaces.custom.document.AbstractDocument</component-class>
+
+        <property>
+            <description></description>
+            <property-name>state</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-family>javax.faces.Data</mfp:component-family>
+			<mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
+			<mfp:component-superclass>javax.faces.component.UIComponentBase</mfp:component-superclass>
+            <mfp:component-class-modifier>abstract</mfp:component-class-modifier>
+            <mfp:component-class-excluded>true</mfp:component-class-excluded>             
+            <mfp:tag-class-excluded>true</mfp:tag-class-excluded>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.document.AbstractDocumentTag</mfp:tag-class>
+			<mfp:tag-class-modifier>abstract</mfp:tag-class-modifier>
+		</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/AbstractDocument.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/AbstractDocument.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/AliasBean.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/AliasBean.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/AliasBean.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/AliasBean.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,73 @@
+<?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.AliasBean</component-type>
+		<component-class>org.apache.myfaces.custom.aliasbean.AliasBean</component-class>
+
+		<property>
+			<description>
+				The developer-assigned ID of this component. The ID must
+				be unique within the scope of the tag's enclosing naming
+				container (e.g. h:form or f:subview). This value must be
+				a static value.
+			</description>
+			<property-name>id</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>The variable that will be created to hold a reference to the existing value. This must be an EL expression. Example : #{theBean}</description>
+			<property-name>alias</property-name>
+			<property-class>java.lang.Object</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+        <property>
+            <description>The existing value that the alias can be set to. This can be a literal string (like "toto") or a reference to an existing bean (like "#{myBean.member1}").</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>
+			<!--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:aliasBean</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.aliasbean.AliasBeanTag</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/AliasBean.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/AliasBean.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/AliasBeanScope.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/AliasBeanScope.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/AliasBeanScope.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/AliasBeanScope.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>
+
+		<component-type>org.apache.myfaces.AliasBeansScope</component-type>
+		<component-class>org.apache.myfaces.custom.aliasbean.AliasBeansScope</component-class>
+
+		<property>
+			<description>
+				The developer-assigned ID of this component. The ID must
+				be unique within the scope of the tag's enclosing naming
+				container (e.g. h:form or f:subview). This value must be
+				a static value.
+			</description>
+			<property-name>id</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>
+
+		<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:aliasBeansScope</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.aliasbean.AliasBeansScopeTag</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/AliasBeanScope.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/AliasBeanScope.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/Buffer.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/Buffer.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/Buffer.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Buffer.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>
+
+		<component-type>org.apache.myfaces.Buffer</component-type>
+		<component-class>org.apache.myfaces.custom.buffer.Buffer</component-class>
+
+        <property>
+            <description>EL variable for save the components output inside this component</description>
+            <property-name>into</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>true</mfp:required>
+            </property-extension>
+        </property>
+
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Data</mfp:component-family>
+			
+			<!-- the real supertype is javax.faces.ComponentBase. but
+			we don't want to inherit id, binding and rendered attributes,
+			so we let with another string that avoid this -->
+			<mfp:component-supertype>myfaces.ComponentBase</mfp:component-supertype>
+			<mfp:component-superclass>javax.faces.component.UIComponentBase</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.Buffer</mfp:renderer-type>
+
+            <!-- for TLD generation -->            
+            <mfp:tag-name>t:buffer</mfp:tag-name>            
+            
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.buffer.BufferTag</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/Buffer.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/Buffer.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/Div.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/Div.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/Div.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Div.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>
+
+        <component-type>org.apache.myfaces.Div</component-type>
+        <component-class>org.apache.myfaces.custom.div.Div</component-class>
+
+        <!-- 
+        <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>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+         -->
+
+		<component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Output</mfp:component-family>
+            <mfp:component-supertype>org.apache.myfaces.HtmlTag</mfp:component-supertype>
+            <mfp:component-superclass>org.apache.myfaces.custom.htmlTag.HtmlTag</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.HtmlTagRenderer</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:div</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.div.DivTag</mfp:tag-class>
+			<mfp:tag-superclass>org.apache.myfaces.custom.htmlTag.HtmlTagTag</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/Div.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/Div.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/Document.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/Document.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/Document.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Document.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,48 @@
+<?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.Document</component-type>
+		<component-class>org.apache.myfaces.custom.document.Document</component-class>
+
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Data</mfp:component-family>
+			<mfp:component-supertype>org.apache.myfaces.AbstractDocument</mfp:component-supertype>
+			<mfp:component-superclass>org.apache.myfaces.custom.document.AbstractDocument</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.Document</mfp:renderer-type>
+
+            <!-- for TLD generation -->            
+            <mfp:tag-name>t:document</mfp:tag-name>            
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.document.DocumentTag</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/custom/Document.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/Document.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/DocumentBody.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/DocumentBody.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/DocumentBody.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/DocumentBody.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,85 @@
+<?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.DocumentBody</component-type>
+		<component-class>org.apache.myfaces.custom.document.DocumentBody</component-class>
+
+        <property>
+            <description>
+            </description>
+            <property-name>onload</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>        
+        <property>
+            <description>
+            </description>
+            <property-name>onunload</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>
+            </description>
+            <property-name>onresize</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>        
+        <property>
+            <description>
+            </description>
+            <property-name>onkeypress</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.Data</mfp:component-family>
+			<mfp:component-supertype>org.apache.myfaces.AbstractDocument</mfp:component-supertype>
+			<mfp:component-superclass>org.apache.myfaces.custom.document.AbstractDocument</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.DocumentBody</mfp:renderer-type>
+            
+            <!-- for TLD generation -->            
+            <mfp:tag-name>t:documentBody</mfp:tag-name>            
+            
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.document.DocumentBodyTag</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/custom/DocumentBody.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/DocumentBody.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/DocumentHead.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/DocumentHead.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/DocumentHead.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/DocumentHead.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,48 @@
+<?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.DocumentHead</component-type>
+		<component-class>org.apache.myfaces.custom.document.DocumentHead</component-class>
+
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Data</mfp:component-family>
+			<mfp:component-supertype>org.apache.myfaces.AbstractDocument</mfp:component-supertype>
+			<mfp:component-superclass>org.apache.myfaces.custom.document.AbstractDocument</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.DocumentHead</mfp:renderer-type>
+
+            <!-- for TLD generation -->            
+            <mfp:tag-name>t:documentHead</mfp:tag-name>            
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.document.DocumentHeadTag</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/custom/DocumentHead.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/DocumentHead.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/DojoInitializer.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/DojoInitializer.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/DojoInitializer.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/DojoInitializer.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,198 @@
+<?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.DojoInitializer</component-type>
+        <component-class>org.apache.myfaces.custom.dojo.DojoInitializer</component-class>
+
+        <property>
+            <description></description>
+            <property-name>allowQueryConfig</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>      
+              
+        <property>
+            <description></description>
+            <property-name>baseScriptUri</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>      
+        <property>
+            <description></description>
+            <property-name>bindEncoding</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>   
+        
+        <property>
+            <description></description>
+            <property-name>debug</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>
+         
+        <property>
+            <description></description>
+            <property-name>debugAtAllCosts</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property> 
+        
+        <property>
+            <description></description>
+            <property-name>debugConsole</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>      
+        <property>
+            <description></description>
+            <property-name>debugContainerId</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>      
+        <property>
+            <description></description>
+            <property-name>development</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>      
+        
+        <property>
+            <description></description>
+            <property-name>expanded</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description></description>
+            <property-name>ignoreClassNames</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>      
+        <property>
+            <description></description>
+            <property-name>ioSendTransport</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>     
+        
+        <property>
+            <description></description>
+            <property-name>parseWidgets</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>  
+        
+        <property>
+            <description></description>
+            <property-name>preventBackButtonFix</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>      
+        <property>
+            <description></description>
+            <property-name>provide</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>      
+        <property>
+            <description></description>
+            <property-name>require</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>      
+        <property>
+            <description></description>
+            <property-name>searchIds</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-family>javax.faces.Output</mfp:component-family>
+            <mfp:component-supertype>javax.faces.Output</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UIOutput</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.DojoInitializerRenderer</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:dojoInitializer </mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.dojo.DojoInitializerTag</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/custom/DojoInitializer.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/DojoInitializer.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/HtmlCheckbox.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/HtmlCheckbox.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/HtmlCheckbox.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlCheckbox.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,68 @@
+<?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.HtmlCheckbox</component-type>
+        <component-class>org.apache.myfaces.custom.checkbox.HtmlCheckbox</component-class>
+
+        <property>
+            <description>id of the referenced extended selectManyCheckbox component</description>
+            <property-name>for</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>n-th SelectItem of referenced UISelectMany starting with 0.</description>
+            <property-name>index</property-name>
+            <property-class>int</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>org.apache.myfaces.Checkbox</mfp:component-family>
+            <mfp:component-supertype>javax.faces.ComponentBase</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UIComponentBase</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Checkbox</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:checkbox</mfp:tag-name>
+                   
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.checkbox.HtmlCheckboxTag</mfp:tag-class>
+            <mfp:tag-superclass>org.apache.myfaces.shared_tomahawk.taglib.UIComponentELTagBase</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/HtmlCheckbox.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/HtmlCheckbox.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/HtmlCollapsiblePanel.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/HtmlCollapsiblePanel.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/HtmlCollapsiblePanel.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlCollapsiblePanel.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,68 @@
+<?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.HtmlCollapsiblePanel</component-type>
+        <component-class>org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanel</component-class>
+
+        <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/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/custom/VarProperty.xml" xpointer="/faces-config/component/*"/>
+        <!-- 
+        <xi:include href="../../../includes/custom/StyleProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/custom/StyleClassProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/custom/TitleProperty.xml" xpointer="/faces-config/component/*"/>
+         -->
+        <xi:include href="../../../includes/custom/TitleVarProperty.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.Input</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UIInput</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.CollapsiblePanel</mfp:renderer-type>
+                       
+            <!--for the TLD generation-->
+            
+            <mfp:tag-name>t:collapsiblePanel</mfp:tag-name>
+            
+            <!--for the TagLib generation-->
+ 
+            <mfp:tag-class>org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanelTag</mfp:tag-class>
+            <mfp:tag-superclass>org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanelTagBase</mfp:tag-superclass>
+        </component-extension>
+    </component>
+</faces-config>