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 2009/11/11 19:23:14 UTC

svn commit: r835003 - in /myfaces/extensions/validator/branches/branch_for_jsf_1_1: examples/pom.xml test-modules/bean-validation-tests/pom.xml validation-modules/bean-validation/pom.xml validation-modules/pom.xml

Author: gpetracek
Date: Wed Nov 11 18:23:14 2009
New Revision: 835003

URL: http://svn.apache.org/viewvc?rev=835003&view=rev
Log:
activating bv modules

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/test-modules/bean-validation-tests/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/bean-validation/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/pom.xml

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=835003&r1=835002&r2=835003&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 Wed Nov 11 18:23:14 2009
@@ -58,9 +58,9 @@
 
     <modules>
         <module>hello_world</module>
-        <!--module>hello_bean-validation</module-->
+        <module>hello_bean-validation</module>
         <module>feature-set_01</module>
-        <!--module>feature-set_02</module-->
+        <module>feature-set_02</module>
     </modules>
 
     <profiles>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/test-modules/bean-validation-tests/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/test-modules/bean-validation-tests/pom.xml?rev=835003&r1=835002&r2=835003&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/test-modules/bean-validation-tests/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/test-modules/bean-validation-tests/pom.xml Wed Nov 11 18:23:14 2009
@@ -35,6 +35,29 @@
         <version>1.1.3-SNAPSHOT</version>
     </parent>
 
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <url>http://repository.jboss.com/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>jboss-snapshot</id>
+            <url>http://snapshots.jboss.org/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>javax.validation</groupId>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/bean-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/bean-validation/pom.xml?rev=835003&r1=835002&r2=835003&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/bean-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/bean-validation/pom.xml Wed Nov 11 18:23:14 2009
@@ -35,6 +35,29 @@
         <version>1.1.3-SNAPSHOT</version>
     </parent>
 
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <url>http://repository.jboss.com/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>jboss-snapshot</id>
+            <url>http://snapshots.jboss.org/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>

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=835003&r1=835002&r2=835003&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 Wed Nov 11 18:23:14 2009
@@ -44,7 +44,7 @@
 
     <modules>
         <module>property-validation</module>
-        <!--module>bean-validation</module-->
+        <module>bean-validation</module>
     </modules>
 
     <dependencies>