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 [7/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/HtmlNavigationMenuItems.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/HtmlNavigationMenuItems.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/HtmlNewspaperTable.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/HtmlNewspaperTable.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/HtmlNewspaperTable.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlNewspaperTable.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>
+        <!-- 
+        <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.HtmlNewspaperTable</component-type>
+        <component-class>org.apache.myfaces.custom.newspaper.HtmlNewspaperTable</component-class>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+
+        <property>
+            <description>The number of columns to wrap the table over. Default: 1</description>
+            <property-name>newspaperColumns</property-name>
+            <property-class>int</property-class>
+            <default-value>1</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The orientation of the newspaper columns in the newspaper table - "horizontal" or "vertical". Default: vertical</description>
+            <property-name>newspaperOrientation</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value>vertical</default-value>
+            <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.HtmlDataTable</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.html.HtmlDataTable</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.HtmlNewspaperTable</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:newspaperTable</mfp:tag-name>                        
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.newspaper.HtmlNewspaperTableTag</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/HtmlNewspaperTable.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/HtmlNewspaperTable.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/HtmlPanelLayout.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/HtmlPanelLayout.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/HtmlPanelLayout.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlPanelLayout.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,229 @@
+<?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.HtmlPanelLayout</component-type>
+		<component-class>org.apache.myfaces.custom.layout.HtmlPanelLayout</component-class>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.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/*" />
+        
+        <property>
+            <description></description>
+            <property-name>align</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>bgcolor</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>border</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>cellpadding</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>cellspacing</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>frame</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>rules</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>summary</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>width</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>The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).</description>
+            <property-name>dir</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The base language of this document.</description>
+            <property-name>lang</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An advisory title for this element. Often used by the user agent as a tooltip.
+            </description>
+            <property-name>title</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description></description>
+            <property-name>headerClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>navigationClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>bodyClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>footerClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>headerStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>navigationStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>bodyStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>footerStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Panel</mfp:component-family>
+			<mfp:component-supertype>javax.faces.HtmlPanelGroup</mfp:component-supertype>
+			<mfp:component-superclass>javax.faces.component.html.HtmlPanelGroup</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.Layout</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:panelLayout</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.layout.HtmlPanelLayoutTag</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/HtmlPanelLayout.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/HtmlPanelLayout.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/HtmlPanelNavigation.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/HtmlPanelNavigation.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/HtmlPanelNavigation.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlPanelNavigation.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,230 @@
+<?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.HtmlPanelNavigation</component-type>
+		<component-class>org.apache.myfaces.custom.navigation.HtmlPanelNavigation</component-class>
+        
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.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/*" />
+
+        <property>
+            <description></description>
+            <property-name>align</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>bgcolor</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>border</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>cellpadding</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>cellspacing</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>frame</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>rules</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>summary</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>width</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>The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).</description>
+            <property-name>dir</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The base language of this document.</description>
+            <property-name>lang</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An advisory title for this element. Often used by the user agent as a tooltip.
+            </description>
+            <property-name>title</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <!-- Specific properties -->
+        <property>
+            <description></description>
+            <property-name>itemClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>openItemClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>activeItemClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>separatorClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>itemStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>openItemStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>activeItemStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>separatorStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Panel</mfp:component-family>
+			<mfp:component-supertype>javax.faces.HtmlPanelGroup</mfp:component-supertype>
+			<mfp:component-superclass>javax.faces.component.html.HtmlPanelGroup</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.Navigation</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:panelNavigation</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.navigation.HtmlPanelNavigationTag</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/HtmlPanelNavigation.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/HtmlPanelNavigation.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/HtmlPanelNavigationMenu.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/HtmlPanelNavigationMenu.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/HtmlPanelNavigationMenu.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlPanelNavigationMenu.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,173 @@
+<?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.HtmlPanelNavigationMenu</component-type>
+		<component-class>org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlPanelNavigationMenu</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/*" />
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+                
+        <xi:include href="../../../../includes/html/DisabledProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/DisabledStyleProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="../../../includes/html/DisabledStyleClassProperty.xml" xpointer="/faces-config/component/*"/>
+
+        <!-- border, bgcolor, datafld, datasrc, frame, rules, summary, width-->
+        <xi:include href="../../../../includes/html/_TableProperties.xml" xpointer="/faces_config/component/*" />
+
+        <property>
+            <description>HTML: Specifies the horizontal alignment of this element. Deprecated in HTML 4.01.</description>
+            <property-name>align</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value></default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+            
+        <!-- Specific properties -->
+        <property>
+            <description>The CSS class of closed navigation items.</description>
+            <property-name>itemClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The CSS class of open navigation items.</description>
+            <property-name>openItemClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The CSS class of the active navigation item.</description>
+            <property-name>activeItemClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The CSS class for the td element of a separator.</description>
+            <property-name>separatorClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The CSS Style of closed navigation items.</description>
+            <property-name>itemStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The CSS Style of open navigation items.</description>
+            <property-name>openItemStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The CSS Style of the active navigation item.</description>
+            <property-name>activeItemStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The CSS Style for the td element of a separator.</description>
+            <property-name>separatorStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description>If set to true all Items are expanded from the beginning and never closed.</description>
+            <property-name>expandAll</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 set to true all Items are rendered and other methods, like CSS should be used to hide them as necesary</description>
+            <property-name>renderAll</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>preprocessed</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>      
+        
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Panel</mfp:component-family>
+			<mfp:component-supertype>org.apache.myfaces.HtmlPanelGroup</mfp:component-supertype>
+			<mfp:component-superclass>org.apache.myfaces.component.html.ext.HtmlPanelGroup</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.NavigationMenu</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:panelNavigation2</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlPanelNavigationTag</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/HtmlPanelNavigationMenu.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/HtmlPanelNavigationMenu.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/HtmlPanelStack.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/HtmlPanelStack.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/HtmlPanelStack.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlPanelStack.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.HtmlPanelStack</component-type>
+		<component-class>org.apache.myfaces.custom.panelstack.HtmlPanelStack</component-class>
+        
+        <property>
+            <description></description>
+            <property-name>selectedPanel</property-name>
+            <property-class>java.lang.String</property-class>
+            <default-value></default-value>
+            <property-extension>
+                <mfp:required>true</mfp:required>
+            </property-extension>
+        </property>
+
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Panel</mfp:component-family>
+			<mfp:component-supertype>javax.faces.HtmlPanelGroup</mfp:component-supertype>
+			<mfp:component-superclass>javax.faces.component.html.HtmlPanelGroup</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.PanelStack</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:panelStack</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.panelstack.PanelStackTag</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/HtmlPanelStack.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/HtmlPanelStack.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/HtmlPanelTab.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/HtmlPanelTab.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/HtmlPanelTab.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlPanelTab.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,98 @@
+<?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.HtmlPanelTab</component-type>
+		<component-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTab</component-class>
+
+        <property>
+            <description>When true, this element cannot receive focus.</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>label</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).</description>
+            <property-name>dir</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The base language of this document.</description>
+            <property-name>lang</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An advisory title for this element. Often used by the user agent as a tooltip.
+            </description>
+            <property-name>title</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+
+         <!-- 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/*"/>
+        
+		<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>javax.faces.Group</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:panelTab</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTabTag</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/HtmlPanelTab.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/HtmlPanelTab.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/HtmlPanelTabbedPane.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/HtmlPanelTabbedPane.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/HtmlPanelTabbedPane.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlPanelTabbedPane.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,192 @@
+<?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.HtmlPanelTabbedPane</component-type>
+		<component-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane</component-class>
+        
+        <!-- border, bgcolor, datafld, datasrc, frame, rules, summary, width-->
+        <xi:include href="../../../../includes/html/_TableProperties.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/*"/>
+
+        <!-- Reserved for future use -->
+        <xi:include href="../../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+        
+        <property>
+            <description></description>
+            <property-name>align</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>The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).</description>
+            <property-name>dir</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>The base language of this document.</description>
+            <property-name>lang</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>An advisory title for this element. Often used by the user agent as a tooltip.
+            </description>
+            <property-name>title</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>serverSideTabSwitch</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>selectedIndex</property-name>
+            <property-class>int</property-class>
+            <default-value>0</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>activeTabStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>inactiveTabStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>disabledTabStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>activeSubStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>inactiveSubStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>tabContentStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>        
+        <property>
+            <description></description>
+            <property-name>activePanelTabVar</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>activeTabVar</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>        
+
+        
+        <property>
+            <description></description>
+            <property-name>tabChangeListener</property-name>
+            <property-class>javax.faces.el.MethodBinding</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:state-holder>true</mfp:state-holder>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+            </property-extension>
+        </property>
+        
+		<component-extension>
+			<!--for the Component generation-->
+			<mfp:component-family>javax.faces.Panel</mfp:component-family>
+			<mfp:component-supertype>javax.faces.HtmlPanelGroup</mfp:component-supertype>
+			<mfp:component-superclass>javax.faces.component.html.HtmlPanelGroup</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.TabbedPane</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:panelTabbedPane</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPaneTag</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/HtmlPanelTabbedPane.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/HtmlPanelTabbedPane.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/HtmlPopup.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/HtmlPopup.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/HtmlPopup.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlPopup.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,90 @@
+<?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.HtmlPopup</component-type>
+		<component-class>org.apache.myfaces.custom.popup.HtmlPopup</component-class>
+
+        <property>
+            <description></description>
+            <property-name>displayAtDistanceX</property-name>
+            <property-class>java.lang.Integer</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>displayAtDistanceY</property-name>
+            <property-class>java.lang.Integer</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>closePopupOnExitingElement</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>closePopupOnExitingPopup</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+                
+        <!-- dir, lang, style, styleClass, title -->
+        <xi:include href="../../../../includes/html/_UniversalProperties.xml" xpointer="/faces_config/component/*" />
+
+         <!-- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout,
+            onkeypress, onkeydown, onkeyup-->
+        <xi:include href="../../../../includes/html/_EventHandlerProperties.xml" xpointer="/faces_config/component/*" />
+        		
+        <xi:include href="../../../includes/html/_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.ComponentBase</mfp:component-supertype>
+			<mfp:component-superclass>javax.faces.component.UIComponentBase</mfp:component-superclass>
+			<mfp:renderer-type>org.apache.myfaces.Popup</mfp:renderer-type>
+
+			<!--for the TLD generation-->
+			<mfp:tag-name>t:popup</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.popup.HtmlPopupTag</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/HtmlPopup.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/HtmlPopup.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/HtmlRadio.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/HtmlRadio.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/HtmlRadio.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlRadio.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.HtmlRadio</component-type>
+        <component-class>org.apache.myfaces.custom.radio.HtmlRadio</component-class>
+
+        <property>
+            <description>The id of the referenced extended selectOneRadio component. This value is resolved to the particular component using the standard UIComponent.findComponent() searching algorithm.</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>The index of the corresponding SelectItem, where 0 represents the first SelectItem.</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.Radio</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.Radio</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:radio</mfp:tag-name>
+                   
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.radio.HtmlRadioTag</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/HtmlRadio.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/HtmlRadio.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/HtmlSchedule.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/HtmlSchedule.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/HtmlSchedule.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSchedule.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,240 @@
+<?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.Schedule</component-type>
+        <component-class>org.apache.myfaces.custom.schedule.HtmlSchedule</component-class>
+        
+        <xi:include href="../../../includes/html/_UserRoleProperties.xml" xpointer="/faces-config/component/*"/>
+                         
+        <property>
+            <description></description>
+            <property-name>backgroundClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>columnClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>contentClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>dateClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>dayClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>entryClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>entryRenderer</property-name>
+            <property-class>java.lang.Object</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>        
+        <property>
+            <description></description>
+            <property-name>evenClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>foregroundClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>freeClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>gutterClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>headerClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>holidayClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>hoursClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>inactiveDayClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>minutesClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>monthClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>selectedClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>selectedEntryClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>subtitleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>textClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>titleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>unevenClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>weekClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+		<component-extension>
+			<!--for the Component generation-->
+            <mfp:component-family>javax.faces.Panel</mfp:component-family>
+            <mfp:component-supertype>org.apache.myfaces.UISchedule</mfp:component-supertype>
+            <mfp:component-superclass>org.apache.myfaces.custom.schedule.UISchedule</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.Schedule</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:schedule</mfp:tag-name>
+
+			<!--for the TagLib generation-->
+			<mfp:tag-class>org.apache.myfaces.custom.schedule.ScheduleTag</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/HtmlSchedule.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/HtmlSchedule.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/HtmlSimpleColumn.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/HtmlSimpleColumn.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/HtmlSimpleColumn.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSimpleColumn.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: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.HtmlColumn</component-type>
+        <component-class>org.apache.myfaces.custom.column.HtmlSimpleColumn</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/*" />        
+        
+        <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>javax.faces.component.UIColumn</mfp:component-superclass>
+                        
+            <!--for the TLD generation-->
+            <mfp:tag-name>t:column</mfp:tag-name>
+                   
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.column.HtmlColumnTag</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/HtmlSimpleColumn.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/HtmlSimpleColumn.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/HtmlSwapImage.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/HtmlSwapImage.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/HtmlSwapImage.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSwapImage.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,194 @@
+<?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.HtmlSwapImage</component-type>
+        <component-class>org.apache.myfaces.custom.swapimage.HtmlSwapImage</component-class>
+
+        <property>
+            <description></description>
+            <property-name>swapImageUrl</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>activeImageUrl</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></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></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></description>
+            <property-name>onkeydown</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>
+        <property>
+            <description></description>
+            <property-name>onkeyup</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <property>
+            <description></description>
+            <property-name>alt</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>height</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>ismap</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>longdesc</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>usemap</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>width</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description></description>
+            <property-name>border</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        
+        <property>
+            <description></description>
+            <property-name>align</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>hspace</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description></description>
+            <property-name>vspace</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+
+        <!-- dir, lang, style, styleClass, title -->
+        <xi:include href="../../../../includes/html/_UniversalProperties.xml" xpointer="/faces_config/component/*" />
+        
+        <component-extension>
+            <!--for the Component generation-->
+            <mfp:component-family>javax.faces.Graphic</mfp:component-family>
+            <mfp:component-supertype>javax.faces.Graphic</mfp:component-supertype>
+            <mfp:component-superclass>javax.faces.component.UIGraphic</mfp:component-superclass>
+            <mfp:renderer-type>org.apache.myfaces.SwapImage</mfp:renderer-type>
+                        
+            <!--for the TLD generation-->
+            <!-- SPEC PAGE 299-300 column 3-->
+            
+            <mfp:tag-name>t:swapImage</mfp:tag-name>                        
+            
+            <!--for the TagLib generation-->
+            <mfp:tag-class>org.apache.myfaces.custom.swapimage.HtmlSwapImageTag</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/HtmlSwapImage.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/HtmlSwapImage.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL