You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/12/15 17:05:28 UTC

svn commit: r604446 - in /myfaces/commons/trunk/myfaces-commons-validators/src/main/maven-faces-plugin/validators/commons/includes: ./ CommonAttrs.xml

Author: matzew
Date: Sat Dec 15 08:05:27 2007
New Revision: 604446

URL: http://svn.apache.org/viewvc?rev=604446&view=rev
Log:
forgot the includes :-)

Added:
    myfaces/commons/trunk/myfaces-commons-validators/src/main/maven-faces-plugin/validators/commons/includes/
    myfaces/commons/trunk/myfaces-commons-validators/src/main/maven-faces-plugin/validators/commons/includes/CommonAttrs.xml

Added: myfaces/commons/trunk/myfaces-commons-validators/src/main/maven-faces-plugin/validators/commons/includes/CommonAttrs.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/src/main/maven-faces-plugin/validators/commons/includes/CommonAttrs.xml?rev=604446&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/src/main/maven-faces-plugin/validators/commons/includes/CommonAttrs.xml (added)
+++ myfaces/commons/trunk/myfaces-commons-validators/src/main/maven-faces-plugin/validators/commons/includes/CommonAttrs.xml Sat Dec 15 08:05:27 2007
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin">
+  <validator>
+    <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>
+</faces-config>
\ No newline at end of file