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 2010/10/09 00:43:40 UTC

svn commit: r1006059 - in /myfaces/extensions/validator/branches/branch_for_jsf_2_0: ./ assembly/ component-support/ component-support/generic-support/ component-support/trinidad-support/ core/ examples/ examples/assembly/ examples/feature-set_01/ exam...

Author: lu4242
Date: Fri Oct  8 22:43:39 2010
New Revision: 1006059

URL: http://svn.apache.org/viewvc?rev=1006059&view=rev
Log:
add svn:ignore and update scm properties

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/assembly/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_01/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_02/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_bean-validation/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_world/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/   (props changed)
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/   (props changed)

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly/pom.xml?rev=1006059&r1=1006058&r2=1006059&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly/pom.xml Fri Oct  8 22:43:39 2010
@@ -14,9 +14,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/assembly</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/assembly</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/2_0_4_rc/assembly</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/assembly</url>
     </scm>
     
     <build>

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/pom.xml?rev=1006059&r1=1006058&r2=1006059&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/pom.xml Fri Oct  8 22:43:39 2010
@@ -37,9 +37,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/component-support</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/component-support</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/2_0_4_rc/component-support</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support</url>
     </scm>
 
     <modules>

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml?rev=1006059&r1=1006058&r2=1006059&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml Fri Oct  8 22:43:39 2010
@@ -35,9 +35,9 @@
     <packaging>jar</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/2_0_4_rc/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/core</url>
     </scm>
     
     <dependencies>

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/assembly/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_01/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_02/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_bean-validation/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_world/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml?rev=1006059&r1=1006058&r2=1006059&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml Fri Oct  8 22:43:39 2010
@@ -37,9 +37,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/examples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/examples</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/2_0_4_rc/examples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples</url>
     </scm>
 
     <repositories>

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml?rev=1006059&r1=1006058&r2=1006059&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml Fri Oct  8 22:43:39 2010
@@ -228,9 +228,9 @@
     </reporting>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/2_0_4_rc/parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent</url>
     </scm>
 
     <distributionManagement>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml?rev=1006059&r1=1006058&r2=1006059&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml Fri Oct  8 22:43:39 2010
@@ -36,9 +36,9 @@
     <url>http://myfaces.apache.org/extensions/validator20</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0</url>
     </scm>
 
     <distributionManagement>

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/pom.xml?rev=1006059&r1=1006058&r2=1006059&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/pom.xml Fri Oct  8 22:43:39 2010
@@ -37,9 +37,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/validation-modules</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/validation-modules</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/2_0_4_rc/validation-modules</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules</url>
     </scm>
 
     <modules>

Propchange: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  8 22:43:39 2010
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target