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 [11/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/includes/html/DisplayValueOnlyProperty.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyProperty.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/includes/html/DisplayValueOnlyStyleClassProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleClassProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleClassProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleClassProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,30 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+			<description>Style class used when displayValueOnly is true.</description>
+			<property-name>displayValueOnlyStyleClass</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleClassProperty.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/includes/html/DisplayValueOnlyStyleProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,30 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+			<description>Style used when displayValueOnly is true.</description>
+			<property-name>displayValueOnlyStyle</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyStyleProperty.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/includes/html/EnabledOnUserRoleProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EnabledOnUserRoleProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EnabledOnUserRoleProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EnabledOnUserRoleProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,34 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+			<description>
+                If user is in given role, this component will be rendered
+                normally. If not, no hyperlink is rendered but all nested
+                tags (=body) are rendered.
+			</description>
+			<property-name>enabledOnUserRole</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EnabledOnUserRoleProperty.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/includes/html/EscapeProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EscapeProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EscapeProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EscapeProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,34 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+            <description>
+                Indicates whether rendered markup should be escaped.
+                Default: true
+            </description>
+			<property-name>escape</property-name>
+            <property-class>boolean</property-class>
+            <default-value>true</default-value>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/EscapeProperty.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/includes/html/ForceIdProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,32 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+			<description>         
+            </description>
+			<property-name>forceId</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.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/includes/html/LayoutWidthProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,31 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+			<description>          
+            </description>
+			<property-name>layoutWidth</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.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/includes/html/VisibleOnUserRoleProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/VisibleOnUserRoleProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/VisibleOnUserRoleProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/VisibleOnUserRoleProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,34 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+			<description>
+                If user is in given role, this component will be rendered
+                normally. If not, nothing is rendered and the body of this tag
+                will be skipped.
+            </description>
+			<property-name>visibleOnUserRole</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/VisibleOnUserRoleProperty.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/includes/html/WrapProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/WrapProperty.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/WrapProperty.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/WrapProperty.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,30 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+            <description>None standard HTML attribute. Possible values are: soft, hard, virtual, physical and off.</description>
+            <property-name>wrap</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/WrapProperty.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/includes/html/_DataTableProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,416 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+		<property>
+			<description>
+				Corresponds to the HTML style attribute for the table
+				body tag.
+			</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>
+				Corresponds to the HTML class attribute for the table
+				body tag.
+			</description>
+			<property-name>bodyStyleClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                A formula that overrides the default row index in the construction of table's
+                body components.
+                Example : #{myRowVar.key}
+                Warning, the EL should evaluate to a unique value for each row !
+            </description>
+			<property-name>forceIdIndexFormula</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<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>
+		<property>
+            <description>
+                Indicates whether the state of the whole DataModel should be saved and
+                restored. When set to false, the value-binding for the "value" attribute
+                of this table is executed each time the page is rendered. When set to 
+                true, that value-binding is only executed when the component is first
+                created, and the DataModel state is thereafter saved/restored automatically
+                by the component.
+                
+                When column sorting is used for a table this property needs to be false
+                so that the DataModel can be updated to reflect any changes in the
+                sort criteria.
+                
+                Default: false
+            </description>
+			<property-name>preserveDataModel</property-name>
+			<property-class>boolean</property-class>
+			<default-value>false</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Indicates whether the state of the sortColumn and sortAscending attribute
+                should be saved and restored and written back to the model during the
+                update model phase.
+                Default: true
+            </description>
+			<property-name>preserveSort</property-name>
+			<property-class>boolean</property-class>
+			<default-value>true</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                A parameter name, under which the previous RowData Object is set in request scope
+                similar to the rowIndexVar and rowCountVar parameters.
+                Mind that the value of this request scope attribute is null in the first row
+                or when isRowAvailable returns false for the previous row.
+            </description>
+			<property-name>previousRowDataVar</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+        <!-- This property is not on component class -->
+        <property>
+            <description>
+                Indicates whether the state for each row should not be discarded before 
+                the datatable is rendered again. Setting this to true might be hepful if
+                an input component inside the datatable has no valuebinding and the value
+                entered in there should be displayed again. 
+                This will only work reliable if the datamodel of the datatable did not change
+                either by sorting, removing or adding rows.
+                                
+                Default: false 
+            </description>
+            <property-name>preserveRowStates</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+		<property>
+            <description>
+                Indicates whether this table should be rendered if the underlying DataModel is
+                empty.
+                You could as well use rendered="#{not empty bean.list}", but this one causes
+                the getList method of your model bean beeing called up to five times per
+                request, which is not optimal when the list is backed by a DB table.
+                Using renderedIfEmpty="false" solves this problem, because the MyFaces
+                extended HtmlDataTable automatically caches the DataModel and calles the
+                model getter only once per request.
+                Default: true
+            </description>
+			<property-name>renderedIfEmpty</property-name>
+			<property-class>boolean</property-class>
+			<default-value>true</default-value>
+			<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>
+				Corresponds to the HTML style attribute for grouped
+				rows.
+			</description>
+			<property-name>rowGroupStyle</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+			<description>StyleClass for grouped rows.</description>
+			<property-name>rowGroupStyleClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<!-- This property is not on component class -->
+		<property>
+			<description>
+				The id to use for &lt;tr> elements that are generated by
+				the table.
+			</description>
+			<property-name>rowId</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+				<!-- 
+				<mfp:literal-only>true</mfp:literal-only>
+				 -->
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                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>
+                Defines a JavaScript onclick event handler for each table row
+            </description>
+			<property-name>rowOnClick</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript ondblclick event handler for each table row
+            </description>
+			<property-name>rowOnDblClick</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript onkeydown event handler for each table row
+            </description>
+			<property-name>rowOnKeyDown</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript onkeypress event handler for each table row
+            </description>
+			<property-name>rowOnKeyPress</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript onkeyup event handler for each table row
+            </description>
+			<property-name>rowOnKeyUp</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+			<description></description>
+			<property-name>rowOnMouseDown</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript onmousemove event handler for each table row
+            </description>
+			<property-name>rowOnMouseMove</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript onmouseout event handler for each table row
+            </description>
+			<property-name>rowOnMouseOut</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript onmouseover event handler for each table row
+            </description>
+			<property-name>rowOnMouseOver</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Defines a JavaScript onmouseup event handler for each table row
+            </description>
+			<property-name>rowOnMouseUp</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+			<description>
+				Corresponds to the HTML style attribute for the row tr
+				tag.
+			</description>
+			<property-name>rowStyle</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+			<description>
+				Corresponds to the HTML class attribute for the row tr
+				tag.
+			</description>
+			<property-name>rowStyleClass</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+
+		<property>
+			<description></description>
+			<property-name>sortable</property-name>
+			<property-class>boolean</property-class>
+			<default-value>false</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Value reference to a model property that gives the current sort direction.
+                The target Boolean property is set to true when the selected sortColumn
+                should be sorted in ascending order, and false otherwise. The method which
+                is bound to the "value" attribute of this table (ie which provides the DataModel
+                used) is expected to use this property to determine how to sort the DataModel's
+                contents.
+            </description>
+			<property-name>sortAscending</property-name>
+			<property-class>boolean</property-class>
+			<default-value>true</default-value>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+            <description>
+                Value reference to a model property that gives the current sort column name.
+                The target String property is set to the "columnName" of whichever column has been
+                chosen to sort by, and the method which is bound to the "value" attribute
+                of this table (ie which provides the DataModel used) is expected to use this
+                property to determine how to sort the DataModel's contents.
+            </description>
+			<property-name>sortColumn</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 a boolean is set in request scope
+                similar to the var parameter. TRUE for the column that is currently sorted, FALSE otherwise.
+            </description>
+			<property-name>sortedColumnVar</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<property>
+			<description>
+				This variable has the boolean property
+				"currentdetailExpanded" which is true if the current
+				detail row is expanded and the action method
+				"toggleDetail" which expand/collapse the current detail
+				row.
+			</description>
+			<property-name>varDetailToggler</property-name>
+			<property-class>java.lang.String</property-class>
+			<property-extension>
+				<mfp:required>false</mfp:required>
+			</property-extension>
+		</property>
+		<!-- This property is not on component class -->
+		<property>
+		    <description>HTML: Specifies the horizontal alignment of this element. Deprecated in HTML 4.01.</description>
+		    <property-name>align</property-name>
+		    <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>		    
+		</property>
+		
+		<!-- Reserved for future use -->
+		<xi:include href="../../../includes/html/_Datafld_Datasrc_DataformatasProperties.xml" xpointer="/faces-config/component/*"/>
+		
+	</component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.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/includes/html/_DisplayValueOnlyProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DisplayValueOnlyProperties.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DisplayValueOnlyProperties.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DisplayValueOnlyProperties.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,26 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <!-- displayValueOnly, displayValueOnlyStyle, displayValueOnlyStyleClass -->
+        <xi:include href="DisplayValueOnlyProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="DisplayValueOnlyStyleProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="DisplayValueOnlyStyleClassProperty.xml" xpointer="/faces-config/component/*"/>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DisplayValueOnlyProperties.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/includes/html/_ForceIdProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_ForceIdProperties.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_ForceIdProperties.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_ForceIdProperties.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,47 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+
+	<component>
+        <property>
+            <description>If true, this component will force the use of the specified id when rendering.</description>			<property-name>forceId</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>		
+			</property-extension>
+		</property>
+        <property>
+            <description>
+                If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components
+                that are contained within a "list."  This value will be true by default and the value will be ignored if
+                the value of forceId is false (or not specified.)
+            </description>
+            <property-name>forceIdIndex</property-name>
+            <property-class>java.lang.Boolean</property-class>
+            <default-value>true</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
+        </property>		
+    </component>
+     
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_ForceIdProperties.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/includes/html/_MessageProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,60 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <property>
+            <description>
+            </description>
+            <property-name>summaryFormat</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>
+            </description>
+            <property-name>detailFormat</property-name>
+            <property-class>java.lang.String</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+        <property>
+            <description>
+            </description>
+            <property-name>replaceIdWithLabel</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>forceSpan</property-name>
+            <property-class>boolean</property-class>
+            <default-value>false</default-value>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+            </property-extension>
+        </property>
+    </component>
+</faces-config>

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

Propchange: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.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/includes/html/_UserRoleProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_UserRoleProperties.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_UserRoleProperties.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_UserRoleProperties.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,25 @@
+<?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:xi="http://www.w3.org/2001/XInclude">
+	<component>
+        <!-- enabledOnUserRole, visibleOnUserRole -->
+        <xi:include href="EnabledOnUserRoleProperty.xml" xpointer="/faces-config/component/*"/>
+        <xi:include href="VisibleOnUserRoleProperty.xml" xpointer="/faces-config/component/*"/>
+    </component>
+</faces-config>

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

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

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/config/tomahawk/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/config/tomahawk/faces-config.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/config/tomahawk/faces-config.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/config/tomahawk/faces-config.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,401 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <lifecycle>
+      <phase-listener>org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener</phase-listener>
+      <!-- This PhaseListener is only necessary if the autoscroll feature is used -->
+      <phase-listener>org.apache.myfaces.renderkit.html.util.AutoScrollPhaseListener</phase-listener>
+  </lifecycle>
+
+    <!-- MyFaces extended standard components (in alphabetical order) -->
+
+<!-- 
+    <component>
+        <component-type>org.apache.myfaces.HtmlCommandButton</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlCommandButton</component-class>
+    </component>
+ 
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlCommandLink</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlCommandLink</component-class>
+    </component>
+    
+    <component>
+        <component-type>org.apache.myfaces.HtmlDataTable</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlDataTable</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlGraphicImage</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlGraphicImage</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputHidden</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputHidden</component-class>
+    </component>
+    
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputSecret</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputSecret</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputText</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputText</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputTextarea</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlInputTextarea</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlMessage</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlMessage</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlMessages</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlMessages</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlOutputLabel</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlOutputLabel</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlOutputText</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlOutputText</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelGrid</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlPanelGrid</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelGroup</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlPanelGroup</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSelectBooleanCheckbox</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectBooleanCheckbox</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSelectManyCheckbox</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectManyCheckbox</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSelectManyListbox</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectManyListbox</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSelectManyMenu</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectManyMenu</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSelectOneListbox</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectOneListbox</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSelectOneMenu</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectOneMenu</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSelectOneRadio</component-type>
+        <component-class>org.apache.myfaces.component.html.ext.HtmlSelectOneRadio</component-class>
+    </component>
+-->
+
+    <!-- MyFaces custom components (in alphabetical order) -->
+
+<!-- 
+    <component>
+        <component-type>org.apache.myfaces.AliasBean</component-type>
+        <component-class>org.apache.myfaces.custom.aliasbean.AliasBean</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.AliasBeansScope</component-type>
+        <component-class>org.apache.myfaces.custom.aliasbean.AliasBeansScope</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.Buffer</component-type>
+        <component-class>org.apache.myfaces.custom.buffer.Buffer</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.Document</component-type>
+        <component-class>org.apache.myfaces.custom.document.Document</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.DocumentHead</component-type>
+        <component-class>org.apache.myfaces.custom.document.DocumentHead</component-class>
+    </component>
+    
+    <component>
+        <component-type>org.apache.myfaces.DocumentBody</component-type>
+        <component-class>org.apache.myfaces.custom.document.DocumentBody</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.Div</component-type>
+        <component-class>org.apache.myfaces.custom.div.Div</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.DojoInitializer</component-type>
+        <component-class>org.apache.myfaces.custom.dojo.DojoInitializer</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlCheckbox</component-type>
+        <component-class>org.apache.myfaces.custom.checkbox.HtmlCheckbox</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlColumn</component-type>
+        <component-class>org.apache.myfaces.custom.column.HtmlSimpleColumn</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlColumns</component-type>
+        <component-class>org.apache.myfaces.custom.crosstable.HtmlColumns</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputTextHelp</component-type>
+        <component-class>org.apache.myfaces.custom.inputTextHelp.HtmlInputTextHelp</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlCommandNavigation</component-type>
+        <component-class>org.apache.myfaces.custom.navigation.HtmlCommandNavigation</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlCommandNavigationItem</component-type>
+        <component-class>org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlCommandNavigationItem</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlCommandSortHeader</component-type>
+        <component-class>org.apache.myfaces.custom.sortheader.HtmlCommandSortHeader</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlHeaderLink</component-type>
+        <component-class>org.apache.myfaces.custom.collapsiblepanel.HtmlHeaderLink</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputCalendar</component-type>
+        <component-class>org.apache.myfaces.custom.calendar.HtmlInputCalendar</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputDate</component-type>
+        <component-class>org.apache.myfaces.custom.date.HtmlInputDate</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlInputFileUpload</component-type>
+        <component-class>org.apache.myfaces.custom.fileupload.HtmlInputFileUpload</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlDataList</component-type>
+        <component-class>org.apache.myfaces.custom.datalist.HtmlDataList</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlDataScroller</component-type>
+        <component-class>org.apache.myfaces.custom.datascroller.HtmlDataScroller</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlJsValueSet</component-type>
+        <component-class>org.apache.myfaces.custom.jsvalueset.HtmlJsValueSet</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlNewspaperTable</component-type>
+        <component-class>org.apache.myfaces.custom.newspaper.HtmlNewspaperTable</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlCollapsiblePanel</component-type>
+        <component-class>org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanel</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelLayout</component-type>
+        <component-class>org.apache.myfaces.custom.layout.HtmlPanelLayout</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelNavigation</component-type>
+        <component-class>org.apache.myfaces.custom.navigation.HtmlPanelNavigation</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelNavigationMenu</component-type>
+        <component-class>org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlPanelNavigationMenu</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelStack</component-type>
+        <component-class>org.apache.myfaces.custom.panelstack.HtmlPanelStack</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelTab</component-type>
+        <component-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTab</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlPanelTabbedPane</component-type>
+        <component-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlPopup</component-type>
+        <component-class>org.apache.myfaces.custom.popup.HtmlPopup</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlRadio</component-type>
+        <component-class>org.apache.myfaces.custom.radio.HtmlRadio</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlSwapImage</component-type>
+        <component-class>org.apache.myfaces.custom.swapimage.HtmlSwapImage</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlTag</component-type>
+        <component-class>org.apache.myfaces.custom.htmlTag.HtmlTag</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlTree</component-type>
+        <component-class>org.apache.myfaces.custom.tree.HtmlTree</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlTree2</component-type>
+        <component-class>org.apache.myfaces.custom.tree2.HtmlTree</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlTreeCheckbox</component-type>
+        <component-class>org.apache.myfaces.custom.tree.HtmlTreeCheckbox</component-class>
+    </component>
+ 
+    <component>
+        <component-type>org.apache.myfaces.HtmlTreeColumn</component-type>
+        <component-class>org.apache.myfaces.custom.tree.HtmlTreeColumn</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlTreeImageCommandLink</component-type>
+        <component-class>org.apache.myfaces.custom.tree.HtmlTreeImageCommandLink</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.HtmlTreeNode</component-type>
+        <component-class>org.apache.myfaces.custom.tree.HtmlTreeNode</component-class>
+    </component>
+ -->    
+<!-- 
+    <component>
+        <component-type>org.apache.myfaces.InputHtml</component-type>
+        <component-class>org.apache.myfaces.custom.inputHtml.InputHtml</component-class>
+    </component>
+    
+    <component>
+        <component-type>org.apache.myfaces.JSCookMenu</component-type>
+        <component-class>org.apache.myfaces.custom.navmenu.jscookmenu.HtmlCommandJSCookMenu</component-class>
+    </component>
+
+
+    <component>
+        <component-type>org.apache.myfaces.JsValueChangeListener</component-type>
+        <component-class>org.apache.myfaces.custom.jslistener.JsValueChangeListener</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.NavigationMenuItem</component-type>
+        <component-class>org.apache.myfaces.custom.navmenu.UINavigationMenuItem</component-class>
+    </component>
+
+
+    <component>
+        <component-type>org.apache.myfaces.SaveState</component-type>
+        <component-class>org.apache.myfaces.custom.savestate.UISaveState</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.Schedule</component-type>
+        <component-class>org.apache.myfaces.custom.schedule.HtmlSchedule</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.SelectOneCountry</component-type>
+        <component-class>org.apache.myfaces.custom.selectOneCountry.SelectOneCountry</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.SelectOneLanguage</component-type>
+        <component-class>org.apache.myfaces.custom.selectOneLanguage.SelectOneLanguage</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.Stylesheet</component-type>
+        <component-class>org.apache.myfaces.custom.stylesheet.Stylesheet</component-class>
+    </component>
+
+    <component>
+        <component-type>org.apache.myfaces.UISelectItems</component-type>
+        <component-class>org.apache.myfaces.custom.selectitems.UISelectItems</component-class>
+    </component>
+ -->
+    <!-- Converter for java.util.Date -->
+    
+    <converter>
+        <converter-for-class>java.util.Date</converter-for-class>
+        <converter-class>javax.faces.convert.DateTimeConverter</converter-class>
+    </converter>    
+    
+</faces-config>
+

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

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

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/String.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/String.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/String.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/String.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,25 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <converter>
+        <converter-for-class>[Ljava.lang.String;</converter-for-class>
+        <converter-class>org.apache.myfaces.convert.StringArrayConverter</converter-class>
+    </converter>
+</faces-config>

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

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

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/UploadedFile.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/UploadedFile.xml?rev=616599&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/UploadedFile.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/converters/org/apache/myfaces/UploadedFile.xml Tue Jan 29 18:37:44 2008
@@ -0,0 +1,25 @@
+<?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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    <converter>
+        <converter-for-class>org.apache.myfaces.custom.fileupload.UploadedFile</converter-for-class>
+        <converter-class>org.apache.myfaces.custom.fileupload.UploadedFileConverter</converter-class>
+    </converter>
+</faces-config>

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

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