You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2008/12/15 09:35:34 UTC

svn commit: r726652 - in /myfaces/extensions/validator/branches/branch_for_jsf_1_1: ./ assembly/ assembly/src/main/resources/ component-support/ component-support/generic-support/ component-support/trinidad-support/ core/ core/src/main/java/org/apache/...

Author: gpetracek
Date: Mon Dec 15 00:35:33 2008
New Revision: 726652

URL: http://svn.apache.org/viewvc?rev=726652&view=rev
Log:
sync with rc

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/src/main/resources/NOTICE.txt
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/generic-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/trinidad-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/ExtValInformation.java
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/src/main/resources/NOTICE.txt
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/java/org/apache/myfaces/extensions/validator/custom/validation_messages.properties
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/WEB-INF/main.taglib.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/components/user_form.xhtml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/index.html
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/layout/template.xhtml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_nickName.xhtml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_password.xhtml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/home.xhtml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/registration.xhtml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/helloWorld.jsp
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/index.jsp
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/page2.jsp
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/NOTICE.txt
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/src/site/site.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/property-validation/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/pom.xml Mon Dec 15 00:35:33 2008
@@ -10,13 +10,13 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-parent</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/assembly</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/assembly</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_1_2_rc/assembly</url>
     </scm>
 
     <build>
@@ -173,9 +173,9 @@
     <!-- Since extval could be async released, an generated assembly could contain different
          artifact versions -->
     <properties>
-        <core.version>1.1.1-SNAPSHOT</core.version>
-        <trinidad-support.version>1.1.1-SNAPSHOT</trinidad-support.version>
-        <generic-support.version>1.1.1-SNAPSHOT</generic-support.version>
-        <property-validation.version>1.1.1-SNAPSHOT</property-validation.version>
+        <core.version>1.1.2-SNAPSHOT</core.version>
+        <trinidad-support.version>1.1.2-SNAPSHOT</trinidad-support.version>
+        <generic-support.version>1.1.2-SNAPSHOT</generic-support.version>
+        <property-validation.version>1.1.2-SNAPSHOT</property-validation.version>
     </properties>
 </project>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/src/main/resources/NOTICE.txt?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/src/main/resources/NOTICE.txt (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/src/main/resources/NOTICE.txt Mon Dec 15 00:35:33 2008
@@ -1,8 +1,9 @@
-This product includes software developed by:
+Apache MyFaces Extensions Validator
+Copyright 2007-2008 The Apache Software Foundation
+
+This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
 ------------------------------------------------------------------------
 See the file LICENSE.txt
-See licenses for accompanying products in the "/licenses" subdirectory.
-------------------------------------------------------------------------
-
+------------------------------------------------------------------------
\ No newline at end of file

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/generic-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/generic-support/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/generic-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/generic-support/pom.xml Mon Dec 15 00:35:33 2008
@@ -27,12 +27,12 @@
     <artifactId>myfaces-extval-generic-support</artifactId>
 
     <name>MyFaces Extensions-Validator Generic Support Module</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
         <artifactId>component-support-modules-project</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/pom.xml Mon Dec 15 00:35:33 2008
@@ -28,18 +28,18 @@
     <artifactId>component-support-modules-project</artifactId>
 
     <name>MyFaces Extensions-Validator Component-Support Modules</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-parent</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/component-support</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/component-support</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_1_2_rc/component-support</url>
     </scm>
 
     <modules>
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/trinidad-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/trinidad-support/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/trinidad-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/trinidad-support/pom.xml Mon Dec 15 00:35:33 2008
@@ -27,12 +27,12 @@
     <artifactId>myfaces-extval-trinidad-support</artifactId>
 
     <name>MyFaces Extensions-Validator Trinidad Support Module</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
         <artifactId>component-support-modules-project</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/pom.xml Mon Dec 15 00:35:33 2008
@@ -25,19 +25,19 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-parent</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.myfaces.extensions.validator</groupId>
     <artifactId>myfaces-extval-core</artifactId>
     <name>MyFaces Extensions-Validator Core</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <packaging>jar</packaging>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_1_2_rc/core</url>
     </scm>
     
     <dependencies>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/ExtValInformation.java
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/ExtValInformation.java?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/ExtValInformation.java (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/ExtValInformation.java Mon Dec 15 00:35:33 2008
@@ -32,5 +32,5 @@
 {
     static final String EXTENSIONS_VALIDATOR_BASE_PACKAGE_NAME = ExtValInformation.class.getPackage().getName();
     static final String WEBXML_PARAM_PREFIX = ExtValInformation.class.getPackage().getName();
-    static final String VERSION = "1.1.1";
+    static final String VERSION = "1.1.2-SNAPSHOT";
 }

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/pom.xml Mon Dec 15 00:35:33 2008
@@ -1,3 +1,22 @@
+<?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -10,13 +29,13 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/examples/assembly</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/examples/assembly</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_1_2_rc/examples/assembly</url>
     </scm>
 
     <build>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/src/main/resources/NOTICE.txt?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/src/main/resources/NOTICE.txt (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/src/main/resources/NOTICE.txt Mon Dec 15 00:35:33 2008
@@ -1,19 +1,9 @@
-Apache MyFaces
-Copyright 2004-2007 The Apache Software Foundation
+Apache MyFaces Extensions Validator
+Copyright 2007-2008 The Apache Software Foundation
 
-This product includes software developed by:
+This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
 ------------------------------------------------------------------------
 See the file LICENSE.txt
-See licenses for accompanying products in the "/licenses" subdirectory.
-------------------------------------------------------------------------
-
-This product includes software developed by Heng Yuan
-http://www.cs.ucla.edu/~heng/JSCookMenu
-
-This product includes software developed by Sam Stephenson (the ProtoType library)
-http://conio.net/
-
-This product includes software developed by Thomas Fuchs (the Ruby on Rails Ajax javascript extensions)
-http://script.aculo.us/
+------------------------------------------------------------------------
\ No newline at end of file

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/pom.xml Mon Dec 15 00:35:33 2008
@@ -27,33 +27,33 @@
     <artifactId>examples-feature-set_01</artifactId>
 
     <name>MyFaces Extensions-Validator examples feature-set 01</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
             <artifactId>myfaces-extval-trinidad-support</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/java/org/apache/myfaces/extensions/validator/custom/validation_messages.properties
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/java/org/apache/myfaces/extensions/validator/custom/validation_messages.properties?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/java/org/apache/myfaces/extensions/validator/custom/validation_messages.properties (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/java/org/apache/myfaces/extensions/validator/custom/validation_messages.properties Mon Dec 15 00:35:33 2008
@@ -1,3 +1,20 @@
+# 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.
+
 # this message bundle is picked up via convention
 repeated_password_required=please retype the password
 repeated_password_required_detail=please retype the password
\ No newline at end of file

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/WEB-INF/main.taglib.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/WEB-INF/main.taglib.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/WEB-INF/main.taglib.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/WEB-INF/main.taglib.xml Mon Dec 15 00:35:33 2008
@@ -2,6 +2,26 @@
 <!DOCTYPE facelet-taglib PUBLIC
         "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
         "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
+
+<!--
+ * 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.
+-->
+
 <facelet-taglib>
     <namespace>http://myfaces.apache.org/extval/demo/components</namespace>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/components/user_form.xhtml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/components/user_form.xhtml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/components/user_form.xhtml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/components/user_form.xhtml Mon Dec 15 00:35:33 2008
@@ -1,5 +1,25 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<!--
+ * 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.
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:ui="http://java.sun.com/jsf/facelets"
       xmlns:h="http://java.sun.com/jsf/html"

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/index.html?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/index.html (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/index.html Mon Dec 15 00:35:33 2008
@@ -1,3 +1,22 @@
+<!--
+ * 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.
+-->
+        
 <html>
 
 <head>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/layout/template.xhtml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/layout/template.xhtml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/layout/template.xhtml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/layout/template.xhtml Mon Dec 15 00:35:33 2008
@@ -1,3 +1,22 @@
+<!--
+ * 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.
+-->
+
 <tr:document
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:h="http://java.sun.com/jsf/html"

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_nickName.xhtml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_nickName.xhtml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_nickName.xhtml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_nickName.xhtml Mon Dec 15 00:35:33 2008
@@ -2,6 +2,25 @@
         "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
+<!--
+ * 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.
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:ui="http://java.sun.com/jsf/facelets">
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_password.xhtml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_password.xhtml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_password.xhtml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/change_password.xhtml Mon Dec 15 00:35:33 2008
@@ -2,6 +2,25 @@
         "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
+<!--
+ * 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.
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:ui="http://java.sun.com/jsf/facelets">
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/home.xhtml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/home.xhtml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/home.xhtml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/home.xhtml Mon Dec 15 00:35:33 2008
@@ -2,6 +2,25 @@
         "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
+<!--
+ * 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.
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:ui="http://java.sun.com/jsf/facelets">
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/registration.xhtml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/registration.xhtml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/registration.xhtml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/feature-set_01/src/main/webapp/pages/registration.xhtml Mon Dec 15 00:35:33 2008
@@ -2,6 +2,25 @@
         "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
+<!--
+ * 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.
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:ui="http://java.sun.com/jsf/facelets">
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/pom.xml Mon Dec 15 00:35:33 2008
@@ -27,26 +27,26 @@
     <artifactId>examples-hello_world</artifactId>
 
     <name>MyFaces Extensions-Validator examples hello world</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/helloWorld.jsp
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/helloWorld.jsp?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/helloWorld.jsp (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/helloWorld.jsp Mon Dec 15 00:35:33 2008
@@ -1,3 +1,20 @@
+<%--
+ * 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.
+--%>
+
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <html>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/index.jsp?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/index.jsp (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/index.jsp Mon Dec 15 00:35:33 2008
@@ -1,3 +1,20 @@
+<%--
+ * 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.
+--%>
+
 <%@ page session="false"%>
 <%
 response.sendRedirect("helloWorld.jsf");

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/page2.jsp
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/page2.jsp?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/page2.jsp (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/hello_world/src/main/webapp/page2.jsp Mon Dec 15 00:35:33 2008
@@ -1,3 +1,20 @@
+<%--
+ * 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.
+--%>
+
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <html>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/pom.xml Mon Dec 15 00:35:33 2008
@@ -28,18 +28,18 @@
     <artifactId>examples-project</artifactId>
 
     <name>MyFaces Extensions-Validator examples project</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-parent</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/examples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/examples</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_1_2_rc/examples</url>
     </scm>
 
     <build>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/NOTICE.txt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/NOTICE.txt?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/NOTICE.txt (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/NOTICE.txt Mon Dec 15 00:35:33 2008
@@ -1,16 +1,9 @@
-=========================================================================
-==  NOTICE file corresponding to section 4(d) of the Apache License,   ==
-==  Version 2.0, in this case for the Apache MyFaces Maven Plugins     ==
-=========================================================================
+Apache MyFaces Extensions Validator
+Copyright 2007-2008 The Apache Software Foundation
 
-This product includes software developed by 
+This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
-Portions of this software were originally based on the following:
-
- - software copyright (c) 2000-2006, Oracle Corp, <http://www.oracle.com/>.
-and are licensed to the Apache Software Foundation under the 
-"Software Grant and Corporate Contribution License Agreement"
-
-See the LICENSE.txt file for information on all licenses 
-associated with this software.
+------------------------------------------------------------------------
+See the file LICENSE.txt
+------------------------------------------------------------------------
\ No newline at end of file

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/pom.xml Mon Dec 15 00:35:33 2008
@@ -34,7 +34,7 @@
 
     <groupId>org.apache.myfaces.extensions.validator</groupId>
     <artifactId>myfaces-extval-parent</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Project Parent</name>
     <url>http://myfaces.apache.org/extensions/validator11</url>
@@ -213,9 +213,9 @@
     </reporting>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/parent</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_1_2_rc/parent</url>
     </scm>
 
     <distributionManagement>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/src/site/site.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/src/site/site.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/src/site/site.xml Mon Dec 15 00:35:33 2008
@@ -57,7 +57,7 @@
               <item name="Trinidad Support"      href="http://myfaces.apache.org/extensions/validator11/component-support-modules-project/myfaces-extval-trinidad-support/index.html"/>
               <item name="Generic Support"       href="http://myfaces.apache.org/extensions/validator11/component-support-modules-project/myfaces-extval-generic-support/index.html"/>
         </item>
-        <item name="Myfaces Extensions Validator for JSF 1.2"   href="http://myfaces.apache.org/extensions/validator12/index.html" collapse="true">
+        <item name="ExtVal for JSF 1.2"   href="http://myfaces.apache.org/extensions/validator12/index.html" collapse="true">
             <item name="dummy"        href="dummy"/>
         </item>
     </menu>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/pom.xml Mon Dec 15 00:35:33 2008
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.myfaces.extensions.validator</groupId>
     <artifactId>myfaces-extval-module</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Module</name>
     <url>http://myfaces.apache.org/extensions/validator11</url>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml Mon Dec 15 00:35:33 2008
@@ -28,18 +28,18 @@
     <artifactId>validation-modules-project</artifactId>
 
     <name>MyFaces Extensions-Validator Validation-Modules</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-parent</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/validation-modules</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_1_2_rc/validation-modules</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_1_2_rc/validation-modules</url>
     </scm>
 
     <modules>
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/property-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/property-validation/pom.xml?rev=726652&r1=726651&r2=726652&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/property-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/property-validation/pom.xml Mon Dec 15 00:35:33 2008
@@ -27,19 +27,19 @@
     <artifactId>myfaces-extval-property-validation</artifactId>
 
     <name>MyFaces Extensions-Validator Property-Validation-Module</name>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
         <artifactId>validation-modules-project</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>