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 [6/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/HtmlCollapsiblePanel.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/HtmlCollapsiblePanel.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/HtmlColumns.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/HtmlColumns.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/HtmlColumns.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlColumns.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.HtmlColumns</component-type>
+        <component-class>org.apache.myfaces.custom.crosstable.HtmlColumns</component-class>
+        
+        <!-- inherited from superclasses: -->
+        <!--   'id' is declared in javax.faces.webapp.UIComponentClassicTagBase -->
+        <!--   'binding' and 'rendered' are declared in javax.faces.webapp.UIComponentELTag -->
+
+        <!-- dir, lang, style, styleClass, title -->
+        <xi:include href="../../../../includes/html/_UniversalProperties.xml" xpointer="/faces_config/component/*" />
+        
+         <!-- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup-->
+        <xi:include href="../../../../includes/html/_EventHandlerProperties.xml" xpointer="/faces_config/component/*" />
+
+        <!-- column properties -->
+        <xi:include href="../../../includes/custom/_ColumnProperties.xml" xpointer="/faces_config/component/*" />        
+        
+        <property>
+            <description>An EL expression that specifies the column model</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>Defines the name of the request-scope variable that will hold the current column 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>
+                
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Column</mfp:component-family>
+            <mfp:component-supertype>javax.faces.Column</mfp:component-supertype>
+            <mfp:component-superclass>org.apache.myfaces.custom.crosstable.UIColumns</mfp:component-superclass>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:columns</mfp:tag-name>
+                   
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.crosstable.HtmlColumnsTag</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/HtmlColumns.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/HtmlColumns.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/HtmlCommandJsCookMenu.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/HtmlCommandJsCookMenu.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/HtmlCommandJsCookMenu.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlCommandJsCookMenu.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,97 @@
+<?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.JSCookMenu</component-type>
+        <component-class>org.apache.myfaces.custom.navmenu.jscookmenu.HtmlCommandJSCookMenu</component-class>
+
+        <property>
+            <description>
+            </description>
+            <property-name>layout</property-name>
+            <property-class>java.lang.String</property-class>
+            <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>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <!-- this properties is not on component but is in tag -->
+        <property>
+            <description>An alternate location to find javascript resources. If no values is specified, javascript will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
+            <property-name>javascriptLocation</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An alternate location to find image resources. If no values is specified, images will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
+            <property-name>imageLocation</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An alternate location to find stylesheet resources. If no values is specified, stylesheets will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
+            <property-name>styleLocation</property-name>
+            <property-class>java.lang.String</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>javax.faces.Command</mfp:component-family>
+            <mfp:component-supertype>javax.faces.Command</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UICommand</mfp:component-superclass>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:jscookMenu</mfp:tag-name>
+            
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.navmenu.jscookmenu.HtmlJSCookMenuTag</mfp:tag-class>
+            <!-- 
+            <mfp:tag-superclass>org.apache.myfaces.taglib.html.ext.HtmlCommandLinkTag</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/HtmlCommandJsCookMenu.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/HtmlCommandJsCookMenu.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/HtmlCommandNavigation.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/HtmlCommandNavigation.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/HtmlCommandNavigation.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlCommandNavigation.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,75 @@
+<?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.HtmlCommandNavigation</component-type>
+        <component-class>org.apache.myfaces.custom.navigation.HtmlCommandNavigation</component-class>
+
+        <property>
+            <description></description>
+            <property-name>open</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>    
+        <property>
+            <description></description>
+            <property-name>active</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</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.Command</mfp:component-family>
+            <mfp:component-supertype>org.apache.myfaces.HtmlCommandLink</mfp:component-supertype>
+            <!-- 
+            <mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlCommandLink</mfp:component-superclass>
+             -->
+            <mfp:renderer-type>javax.faces.Link</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:commandNavigation</mfp:tag-name>
+            
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.navigation.HtmlCommandNavigationTag</mfp:tag-class>
+            <!-- 
+            <mfp:tag-superclass>org.apache.myfaces.taglib.html.ext.HtmlCommandLinkTag</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/HtmlCommandNavigation.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/HtmlCommandNavigation.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/HtmlCommandNavigationItem.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/HtmlCommandNavigationItem.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/HtmlCommandNavigationItem.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlCommandNavigationItem.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,89 @@
+<?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.HtmlCommandNavigationItem</component-type>
+        <component-class>org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlCommandNavigationItem</component-class>
+
+        <property>
+            <description>Menu node is open.</description>
+            <property-name>open</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>    
+        <property>
+            <description>Menu node is active.</description>
+            <property-name>active</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>    
+        
+        <property>
+            <description>A semicolon separated list of viewIds for which this item should be active.</description>
+            <property-name>activeOnViewIds</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The external link where to redirect when this is clicked.</description>
+            <property-name>externalLink</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.Command</mfp:component-family>
+            <mfp:component-supertype>org.apache.myfaces.HtmlCommandLink</mfp:component-supertype>
+            <!-- 
+            <mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlCommandLink</mfp:component-superclass>
+             -->
+            <mfp:renderer-type>javax.faces.Link</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:commandNavigation2</mfp:tag-name>
+            
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlCommandNavigationItemTag</mfp:tag-class>
+            <!-- 
+            <mfp:tag-superclass>org.apache.myfaces.taglib.html.ext.HtmlCommandLinkTag</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/HtmlCommandNavigationItem.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/HtmlCommandNavigationItem.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/HtmlCommandSortHeader.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/HtmlCommandSortHeader.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/HtmlCommandSortHeader.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlCommandSortHeader.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.HtmlCommandSortHeader</component-type>
+        <component-class>org.apache.myfaces.custom.sortheader.HtmlCommandSortHeader</component-class>
+
+        <property>
+            <description>The name of this column. This name must uniquely identify this column among all other (sortable) columns in the same data_table. The sortColumn attribute of the embedding data_table reflects the current sort column (see extended data_table).</description>
+            <property-name>columnName</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The property name associated with this column. This name must be one of the properties of the row object by which the sorting should be performed. The sortProperty attribute of the embedding data_table reflects the current sort property (see extended data_table).</description>
+            <property-name>propertyName</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>Indicates whether an arrow, that shows the sort direction should be rendered. Default: false</description>
+            <property-name>arrow</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Command</mfp:component-family>
+            <mfp:component-supertype>org.apache.myfaces.HtmlCommandLink</mfp:component-supertype>
+            <!-- 
+            <mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlCommandLink</mfp:component-superclass>
+             -->
+            <mfp:renderer-type>org.apache.myfaces.SortHeader</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:commandSortHeader</mfp:tag-name>
+            
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.sortheader.HtmlCommandSortHeaderTag</mfp:tag-class>
+            <!-- 
+            <mfp:tag-superclass>org.apache.myfaces.taglib.html.ext.HtmlCommandLinkTag</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/HtmlCommandSortHeader.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/HtmlCommandSortHeader.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/HtmlDataList.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/HtmlDataList.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/HtmlDataList.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlDataList.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,100 @@
+<?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.HtmlDataList</component-type>
+        <component-class>org.apache.myfaces.custom.datalist.HtmlDataList</component-class>
+
+        <xi:include href="../../../includes/html/_ForceIdProperties.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+        
+        <property>
+            <description><![CDATA[
+                simple|unorderedList|orderedList
+                <ul>
+                  <li>simple = for each dataRow all children are simply rendered</li>
+                  <li>unorderedList = the list is rendered as HTML unordered list (= bullet list)</li>
+                  <li>orderedList = the list is rendered as HTML ordered list</li>
+                </ul>
+                Default: simple
+                ]]>
+            </description>
+            <property-name>layout</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>        
+        <property>
+            <description>A parameter name, under which the current rowIndex is set in request scope
+                similar to the var parameter.
+            </description>
+            <property-name>rowIndexVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>
+                A parameter name, under which the rowCount is set in request scope
+                similar to the var parameter.
+            </description>
+            <property-name>rowCountVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>CSS class to be applied to individual items in the list</description>
+            <property-name>itemStyleClass</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>javax.faces.DataList</mfp:component-supertype>
+            <mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlDataTableHack</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.List</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:dataList</mfp:tag-name>                        
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.datalist.HtmlDataListTag</mfp:tag-class>
+            <!-- 
+            <mfp:tag-superclass>org.apache.myfaces.shared_tomahawk.taglib.HtmlComponentBodyTag</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/HtmlDataList.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/HtmlDataList.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/HtmlDataScroller.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/HtmlDataScroller.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/HtmlDataScroller.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlDataScroller.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,324 @@
+<?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.HtmlDataScroller</component-type>
+		<component-class>org.apache.myfaces.custom.datascroller.HtmlDataScroller</component-class>
+                
+        <property>
+            <description>Script to be invoked when the element is clicked.</description>
+            <property-name>onclick</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>Script to be invoked when the element is double-clicked.</description>
+            <property-name>ondblclick</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>The JSF id of a UIData component that this scroller will affect. If this attribute is not present then the datascroller must be a child of a UIData comopnent.</description>
+            <property-name>for</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value></default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>step (pages) used for fastforward and fastrewind</description>
+            <property-name>fastStep</property-name>
+            <property-class>int</property-class>
+            <default-value>0x80000000</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>A parameter name, under which the actual page index is set in request scope similar to the var parameter.</description>
+            <property-name>pageIndexVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>A parameter name, under which the actual page count is set in request scope similar to the var parameter.</description>
+            <property-name>pageCountVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>A parameter name, under which the actual rows count is set in request scope similar to the var parameter.</description>
+            <property-name>rowsCountVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>A parameter name, under which the actual displayed rows count is set in request scope similar to the var parameter.</description>
+            <property-name>displayedRowsCountVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>A parameter name, under which the actual first displayed row index is set in request scope similar to the var parameter.</description>
+            <property-name>firstRowIndexVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>A parameter name, under which the actual last displayed row index is set in request scope similar to the var parameter.</description>
+            <property-name>lastRowIndexVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>columnClasses</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>If set true, then the paginator gets rendered</description>
+            <property-name>paginator</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 maximum amount of pages to be displayed in the paginator.</description>
+            <property-name>paginatorMaxPages</property-name>
+            <property-class>int</property-class>
+            <default-value>0x80000000</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>styleclass for pagingator</description>
+            <property-name>paginatorTableClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style for pagingator</description>
+            <property-name>paginatorTableStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>styleClass for paginator's column</description>
+            <property-name>paginatorColumnClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style for paginator's column</description>
+            <property-name>paginatorColumnStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>styleClass for paginator's column with pageIndex = currentPageIndex</description>
+            <property-name>paginatorActiveColumnClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style for paginator's column with pageIndex = currentPageIndex</description>
+            <property-name>paginatorActiveColumnStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description> 'true' - render a link for the paginator's column with pageIndex = currentPageIndex. Default-value is 'true'.</description>
+            <property-name>paginatorRenderLinkForActive</property-name>
+            <property-class>boolean</property-class>
+            <default-value>true</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>        
+        <property>
+            <description>If set to false, the facets aren't renderd if all the lines are contained on a single page. Default is true.</description>
+            <property-name>renderFacetsIfSinglePage</property-name>
+            <property-class>boolean</property-class>
+            <default-value>true</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>True means that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</description>
+            <property-name>immediate</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style-class for data-scroller first-element</description>
+            <property-name>firstStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style-class for data-scroller last-element</description>
+            <property-name>lastStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style-class for data-scroller previous-element</description>
+            <property-name>previousStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style-class for dataScroller next-element</description>
+            <property-name>nextStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style-class for data-scroller fast-forward-element</description>
+            <property-name>fastfStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>style-class for data-scroller fast-rewind-element</description>
+            <property-name>fastrStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </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>MethodBinding pointing at method acception an ActionEvent with return type void.</description>
+            <property-name>actionListener</property-name>
+            <property-class>javax.faces.el.MethodBinding</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:state-holder>true</mfp:state-holder>
+            </property-extension>
+        </property>
+         -->
+        
+        <xi:include href="../../../includes/html/_UserRoleProperties.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.DataScroller</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:dataScroller</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.datascroller.HtmlDataScrollerTag</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/HtmlDataScroller.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/HtmlDataScroller.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/HtmlHeaderLink.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/HtmlHeaderLink.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/HtmlHeaderLink.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlHeaderLink.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,53 @@
+<?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.HtmlHeaderLink</component-type>
+        <component-class>org.apache.myfaces.custom.collapsiblepanel.HtmlHeaderLink</component-class>
+
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Command</mfp:component-family>
+            <mfp:component-supertype>org.apache.myfaces.HtmlCommandLink</mfp:component-supertype>
+            <!-- 
+            <mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlCommandLink</mfp:component-superclass>
+             -->
+            <mfp:renderer-type>org.apache.myfaces.Link</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:headerLink</mfp:tag-name>
+            
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.collapsiblepanel.HtmlHeaderLinkTag</mfp:tag-class>
+            <!-- 
+            <mfp:tag-superclass>org.apache.myfaces.taglib.html.ext.HtmlCommandLinkTag</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/HtmlHeaderLink.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/HtmlHeaderLink.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/HtmlInputCalendar.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/HtmlInputCalendar.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/HtmlInputCalendar.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlInputCalendar.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,314 @@
+<?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.HtmlInputCalendar</component-type>
+		<component-class>org.apache.myfaces.custom.calendar.HtmlInputCalendar</component-class>
+
+		<property>
+			<description>CSS class to be used on the TR element for the header-row showing month and year.</description>
+			<property-name>monthYearRowClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>CSS class to be used on the TR element for the header-row showing the week-days.</description>
+			<property-name>weekRowClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>CSS class to be used for the TD element containing a day days.</description>
+			<property-name>dayCellClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>CSS class to be used for the TD element of the currently selected date.</description>
+			<property-name>currentDayCellClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Render the input-calendar as a java-script popup on client.</description>
+			<property-name>renderAsPopup</property-name>
+			<property-class>boolean</property-class>
+			<default-value>false</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Render the input-calendar left of the button, not right like normally done.</description>
+			<property-name>popupLeft</property-name>
+			<property-class>boolean</property-class>
+			<default-value>false</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Automatically add the input-calendar scripts and css files to the header - set that to false to provide the scripts yourself.</description>
+			<property-name>addResources</property-name>
+			<property-class>boolean</property-class>
+			<default-value>true</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Defines the string displayed on the button which leads to the calendar-popup-window (... by default).</description>
+			<property-name>popupButtonString</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description></description>
+			<property-name>popupButtonStyle</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Defines the css style for the button which leads to the calendar-popup-window.</description>
+			<property-name>popupButtonStyleClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>If true, renders a calendar icon instead of the button to pop up the calendar.</description>
+			<property-name>renderPopupButtonAsImage</property-name>
+			<property-class>boolean</property-class>
+			<default-value>false</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Defines the date format used by the java-script popup on client.</description>
+			<property-name>popupDateFormat</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for "Go To Current Month"</description>
+			<property-name>popupGotoString</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for "Today is"</description>
+			<property-name>popupTodayString</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Defines the date format used by the java-script popup on client for the today-is string.</description>
+			<property-name>popupTodayDateFormat</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for "Wk"</description>
+			<property-name>popupWeekString</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for scrolling to the left.</description>
+			<property-name>popupScrollLeftMessage</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for scrolling to the right.</description>
+			<property-name>popupScrollRightMessage</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for "Click to select a month".</description>
+			<property-name>popupSelectMonthMessage</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for "Click to select a year".</description>
+			<property-name>popupSelectYearMessage</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the string for "Select [date] as date" (do not replace [date], it will be replaced by the current date).</description>
+			<property-name>popupSelectDateMessage</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Set the theme-prefix for this component.</description>
+			<property-name>popupTheme</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>Url to the image for this popupButton.</description>
+			<property-name>popupButtonImageUrl</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description>The text that will be rendered in the field - helping the user to find the right format to enter into the field.</description>
+			<property-name>helpText</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description></description>
+			<property-name>popupSelectMode</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>
+		
+		<!-- alt property is not on component but is in tag -->
+        <property>
+            <description>HTML: Specifies alternative text that can be used by a browser that can't show this element.</description>
+            <property-name>alt</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <!-- this properties is not on component but is in tag -->
+        <property>
+            <description>An alternate location to find javascript resources. If no values is specified, javascript will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
+            <property-name>javascriptLocation</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An alternate location to find image resources. If no values is specified, images will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
+            <property-name>imageLocation</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An alternate location to find stylesheet resources. If no values is specified, stylesheets will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
+            <property-name>styleLocation</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.Input</mfp:component-family>
+			<mfp:component-supertype>org.apache.myfaces.HtmlInputText</mfp:component-supertype>
+			<mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlInputText</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.Calendar</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:inputCalendar</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.calendar.HtmlInputCalendarTag</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/HtmlInputCalendar.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/HtmlInputCalendar.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/HtmlInputDate.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/HtmlInputDate.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/HtmlInputDate.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlInputDate.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,125 @@
+<?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.HtmlInputDate</component-type>
+		<component-class>org.apache.myfaces.custom.date.HtmlInputDate</component-class>
+
+		<property>
+			<description>Specifies the type of value to be accepted. Valid values are: date | time | short_time | both | full</description>
+			<property-name>type</property-name>
+			<property-class>java.lang.String</property-class>
+			<default-value>date</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+        <property>
+            <description></description>
+            <property-name>timeZone</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>Label to be used when displaying an empty month selection</description>
+            <property-name>emptyMonthSelection</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value>""</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+		
+        <property>
+            <description>Label to be used when displaying an empty ampm selection</description>
+            <property-name>emptyAmpmSelection</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value>""</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>       
+        <property>
+            <description></description>
+            <property-name>disabled</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>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>popupCalendar</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>If true, use 12hr times with AM/PM selector; if false, use 24hr time. Default false.</description>
+            <property-name>ampm</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <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>javax.faces.Input</mfp:component-family>
+			<mfp:component-supertype>org.apache.myfaces.HtmlInputText</mfp:component-supertype>
+			<mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlInputText</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.Date</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:inputDate</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.date.HtmlInputDateTag</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/HtmlInputDate.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/HtmlInputDate.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/HtmlInputFileUpload.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/HtmlInputFileUpload.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/HtmlInputFileUpload.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlInputFileUpload.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,67 @@
+<?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.HtmlInputFileUpload</component-type>
+		<component-class>org.apache.myfaces.custom.fileupload.HtmlInputFileUpload</component-class>
+
+		<property>
+			<description></description>
+			<property-name>accept</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+        <property>
+            <description></description>
+            <property-name>storage</property-name>
+            <property-class>java.lang.String</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>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.FileUpload</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:inputFileUpload</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.fileupload.HtmlInputFileUploadTag</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/HtmlInputFileUpload.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/HtmlInputFileUpload.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/HtmlInputTextHelp.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/HtmlInputTextHelp.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/HtmlInputTextHelp.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlInputTextHelp.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.HtmlInputTextHelp</component-type>
+		<component-class>org.apache.myfaces.custom.inputTextHelp.HtmlInputTextHelp</component-class>
+
+		<property>
+			<description></description>
+			<property-name>helpText</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+        <property>
+            <description></description>
+            <property-name>selectText</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Input</mfp:component-family>
+			<mfp:component-supertype>org.apache.myfaces.HtmlInputText</mfp:component-supertype>
+			<mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlInputText</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.TextHelp</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:inputTextHelp</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.inputTextHelp.HtmlInputTextHelpTag</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/HtmlInputTextHelp.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/HtmlInputTextHelp.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/HtmlJsValueSet.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/HtmlJsValueSet.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/HtmlJsValueSet.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlJsValueSet.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,67 @@
+<?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.HtmlJsValueSet</component-type>
+        <component-class>org.apache.myfaces.custom.jsvalueset.HtmlJsValueSet</component-class>
+    
+        <property>
+            <description>javascript variable to be set.</description>
+            <property-name>name</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>true</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description>value to be set in the variable.</description>
+            <property-name>value</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>true</mfp:required>
+            </property-extension>
+        </property>
+                
+		<component-extension>
+			<!--for the Component generation-->
+            <mfp:component-family>javax.faces.Output</mfp:component-family>
+            <!-- the real supertype is javax.faces.Output. but
+            we don't want to inherit id, binding, rendered, value and converter attributes,
+            so we let with another string that avoid this -->            
+            <mfp:component-supertype>myfaces.Output</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UIOutput</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.JsValueSet</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:jsValueSet</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.jsvalueset.HtmlJsValueSetTag</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/HtmlJsValueSet.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/HtmlJsValueSet.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/HtmlNavigationMenuItems.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/HtmlNavigationMenuItems.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/HtmlNavigationMenuItems.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlNavigationMenuItems.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>javax.faces.SelectItems</component-type>
+        <component-class>javax.faces.component.UISelectItems</component-class>
+        
+        <xi:include href="../../../../includes/ui/FacesIdOptionalProperty.xml" xpointer="/faces-config/component/*"/>        
+        <xi:include href="../../../../includes/ui/FacesBindingProperty.xml" xpointer="/faces-config/component/*"/>
+        
+        <property>
+            <description><![CDATA[
+        An EL expression that specifies the contents of the selection list.
+        The expression can refer to one of the following:
+        <ol>
+            <li>A single SelectItem</li>
+            <li>An array or Collection of SelectItem instances</li>
+            <li>A Map. The contents of the Map are used to create SelectItem
+                instances, where the SelectItem's label is the map's key value, 
+                and the SelectItem's value is the map's value. When using a
+                map, it is recommended that an ordered implementation such as
+                java.util.TreeMap is used.</li>
+        </ol>
+        The value properties of each of the SelectItems must be of the same
+        basic type as the parent component's value.
+        ]]>
+        </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-family>javax.faces.SelectItems</mfp:component-family>
+            <!-- the real supertype is javax.faces.Output. but
+            we don't want to inherit rendered attribute,
+            so we let with another string that avoid this -->            
+            <mfp:component-supertype>myfaces.ComponentBase</mfp:component-supertype>
+            <mfp:component-class-excluded>true</mfp:component-class-excluded>
+            <!--for the TLD generation-->
+
+            <mfp:tag-name>t:navigationMenuItems</mfp:tag-name>
+                    
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.navmenu.HtmlNavigationMenuItemsTag</mfp:tag-class>
+            <mfp:tag-superclass>javax.faces.webapp.UIComponentELTag</mfp:tag-superclass>
+        </component-extension>
+    </component>
+</faces-config>