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/02/13 01:01:00 UTC

svn commit: r627189 - in /myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin: components/org/apache/myfaces/custom/ validators/commons/

Author: lu4242
Date: Tue Feb 12 16:00:55 2008
New Revision: 627189

URL: http://svn.apache.org/viewvc?rev=627189&view=rev
Log:
Validator references to myfaces commons added

Added:
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml   (with props)
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml   (with props)
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml   (with props)
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml   (with props)
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml   (with props)
Modified:
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSimpleColumn.xml
    myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.xml

Modified: 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=627189&r1=627188&r2=627189&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSimpleColumn.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSimpleColumn.xml Tue Feb 12 16:00:55 2008
@@ -48,7 +48,8 @@
             <!--for the Component generation-->
             <mfp:component-family>javax.faces.Column</mfp:component-family>
             <mfp:component-supertype>javax.faces.Column</mfp:component-supertype>
-            <mfp:component-superclass>org.apache.myfaces.custom.column.AbstractHtmlSimpleColumn</mfp:component-superclass>
+            <mfp:component-superclass>javax.faces.component.UIColumn</mfp:component-superclass>
+            <mfp:component-implements>org.apache.myfaces.custom.column.HtmlColumn</mfp:component-implements>
                         
             <!--for the TLD generation-->
             <mfp:tag-name>t:column</mfp:tag-name>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.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/Stylesheet.xml?rev=627189&r1=627188&r2=627189&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.xml Tue Feb 12 16:00:55 2008
@@ -105,9 +105,9 @@
 			<!--for the Component generation-->
             <mfp:component-family>javax.faces.Output</mfp:component-family>
             <mfp:component-supertype>javax.faces.Output</mfp:component-supertype>
-            <mfp:component-superclass>org.apache.myfaces.custom.stylesheet.AbstractStylesheet</mfp:component-superclass>
+            <mfp:component-superclass>javax.faces.component.UIOutput</mfp:component-superclass>
             <mfp:renderer-type>org.apache.myfaces.Stylesheet</mfp:renderer-type>
-
+            <mfp:component-implements>org.apache.myfaces.component.UserRoleAware</mfp:component-implements>
 			<!--for the TLD generation-->
 
 			<mfp:tag-name>t:stylesheet</mfp:tag-name>

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml?rev=627189&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml Tue Feb 12 16:00:55 2008
@@ -0,0 +1,101 @@
+<?xml version="1.0" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <validator>
+    <description><![CDATA[Validate that the string entered is an CreditCard.]]></description>
+    <display-name>validateCreditCard</display-name>
+    <validator-id>org.apache.myfaces.commons.validator.CreditCard</validator-id>
+    <validator-class>org.apache.myfaces.commons.validator.CreditCardValidator</validator-class>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>message</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>detailMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>summaryMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>none</property-name>
+      <property-class>boolean</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>amex</property-name>
+      <property-class>boolean</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>visa</property-name>
+      <property-class>boolean</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>mastercard</property-name>
+      <property-class>boolean</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>discover</property-name>
+      <property-class>boolean</property-class>
+    </property>
+    <validator-extension>
+      <mfp:tag-name>t:validateCreditCard</mfp:tag-name>
+      <mfp:tag-class>org.apache.myfaces.commons.validator.ValidateCreditCardTag</mfp:tag-class>
+      <mfp:tag-class-excluded>true</mfp:tag-class-excluded>
+      <mfp:long-description><![CDATA[<html:p>Validate that the string entered is an CreditCard.</html:p>]]></mfp:long-description>
+    </validator-extension>
+  </validator>
+</faces-config>

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

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

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml?rev=627189&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml Tue Feb 12 16:00:55 2008
@@ -0,0 +1,101 @@
+<?xml version="1.0" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <validator>
+    <description><![CDATA[Validate that the date entered is within a given restriction.]]></description>
+    <display-name>validateDateRestriction</display-name>
+    <validator-id>org.apache.myfaces.commons.validator.DateRestriction</validator-id>
+    <validator-class>org.apache.myfaces.commons.validator.DateRestrictionValidator</validator-class>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>message</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>detailMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>summaryMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[Specify the month which are invalid for your use case.
+           The attribute takes a whitespace delimited list of months.
+           Possible values are jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec.]]>
+      </description>
+      <property-name>invalidMonths</property-name>
+      <property-class>java.lang.String[]</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[Specify the weekdays which are invalid for your use case.
+           The attribute takes whitespace delimited list of weekdays.
+           Possible values are sun, mon, tue, wed, thu, fri, sat.]]>
+      </description>
+      <property-name>invalidDaysOfWeek</property-name>
+      <property-class>java.lang.String[]</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[To specifiy a concrete List of Dates, use the invalidDays attribute and wire it
+           to a DateListProvider implementation. This returns a list of dates, which are invalid.]]>
+      </description>
+      <property-name>invalidDays</property-name>
+      <property-class>org.apache.myfaces.commons.validator.model.DateListProvider</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <validator-extension>
+      <mfp:tag-name>t:validateDateRestriction</mfp:tag-name>
+      <mfp:tag-class>org.apache.myfaces.commons.validator.ValidateDateRestrictionTag</mfp:tag-class>
+      <mfp:tag-class-excluded>true</mfp:tag-class-excluded>
+      <mfp:long-description>
+        <![CDATA[<html:p>Validate that the date is valid with some given restrictions.</html:p>]]>
+      </mfp:long-description>
+    </validator-extension>
+  </validator>
+</faces-config>

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

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

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml?rev=627189&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml Tue Feb 12 16:00:55 2008
@@ -0,0 +1,61 @@
+<?xml version="1.0" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <validator>
+    <description><![CDATA[Validate that the string entered is an email.]]></description>
+    <display-name>validateEmail</display-name>
+    <validator-id>org.apache.myfaces.commons.validator.Email</validator-id>
+    <validator-class>org.apache.myfaces.commons.validator.EmailValidator</validator-class>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>message</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>detailMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>summaryMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <validator-extension>
+      <mfp:tag-name>t:validateEmail</mfp:tag-name>
+      <mfp:tag-class>org.apache.myfaces.commons.validator.ValidateEmailTag</mfp:tag-class>
+      <mfp:tag-class-excluded>true</mfp:tag-class-excluded>
+      <mfp:long-description><![CDATA[<html:p>Validate that the string entered is an email.</html:p>]]></mfp:long-description>
+    </validator-extension>
+  </validator>
+</faces-config>

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

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

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml?rev=627189&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml Tue Feb 12 16:00:55 2008
@@ -0,0 +1,69 @@
+<?xml version="1.0" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <validator>
+    <description><![CDATA[A validator for validations against foreign component values.]]></description>
+    <display-name>validateEqual</display-name>
+    <validator-id>org.apache.myfaces.commons.validator.Equal</validator-id>
+    <validator-class>org.apache.myfaces.commons.validator.EqualValidator</validator-class>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>message</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>detailMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>summaryMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>for</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <validator-extension>
+      <mfp:tag-name>t:validateEqual</mfp:tag-name>
+      <mfp:tag-class>org.apache.myfaces.commons.validator.ValidateEqualTag</mfp:tag-class>
+      <mfp:tag-class-excluded>true</mfp:tag-class-excluded>
+      <mfp:long-description><![CDATA[<html:p>A validator for validations against foreign component values.</html:p>]]></mfp:long-description>
+    </validator-extension>
+  </validator>
+</faces-config>

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

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

Added: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml?rev=627189&view=auto
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml (added)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml Tue Feb 12 16:00:55 2008
@@ -0,0 +1,69 @@
+<?xml version="1.0" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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:t="http://myfaces.apache.org/tomahawk"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <validator>
+    <description><![CDATA[A validator for reg. expr., based upons Jakarta Commons.]]></description>
+    <display-name>validateRegExpr</display-name>
+    <validator-id>org.apache.myfaces.commons.validator.RegExpr</validator-id>
+    <validator-class>org.apache.myfaces.commons.validator.RegExprValidator</validator-class>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>message</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>detailMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>summaryMessage</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <property>
+      <description><![CDATA[<p>
+           TODO
+          </p>]]>
+      </description>
+      <property-name>pattern</property-name>
+      <property-class>java.lang.String</property-class>
+    </property>
+    <validator-extension>
+      <mfp:tag-name>t:validateRegExpr</mfp:tag-name>
+      <mfp:tag-class>org.apache.myfaces.commons.validator.ValidateRegExprTag</mfp:tag-class>
+      <mfp:tag-class-excluded>true</mfp:tag-class-excluded>
+      <mfp:long-description><![CDATA[<html:p>A validator for reg. expr., based upons Jakarta Commons.</html:p>]]></mfp:long-description>
+    </validator-extension>
+  </validator>
+</faces-config>

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

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