You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/10/24 02:35:59 UTC

svn commit: r829292 - in /commons/sandbox/validator2/branches/alternative/validation-framework: ./ src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/services/

Author: niallp
Date: Sat Oct 24 00:35:58 2009
New Revision: 829292

URL: http://svn.apache.org/viewvc?rev=829292&view=rev
Log:
Add validation provider to META-INF/services

Added:
    commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/
    commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/
    commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/services/
    commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/services/javax.validation.spi.ValidationProvider   (with props)
Modified:
    commons/sandbox/validator2/branches/alternative/validation-framework/pom.xml

Modified: commons/sandbox/validator2/branches/alternative/validation-framework/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/validator2/branches/alternative/validation-framework/pom.xml?rev=829292&r1=829291&r2=829292&view=diff
==============================================================================
--- commons/sandbox/validator2/branches/alternative/validation-framework/pom.xml (original)
+++ commons/sandbox/validator2/branches/alternative/validation-framework/pom.xml Sat Oct 24 00:35:58 2009
@@ -63,6 +63,10 @@
                     <include>LICENSE.txt</include>
                 </includes>
             </resource>
+            <resource>
+                <directory>src/main/resources/META-INF</directory>
+                <targetPath>META-INF</targetPath>
+            </resource>
         </resources>
         <plugins>
         </plugins>

Added: commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/services/javax.validation.spi.ValidationProvider
URL: http://svn.apache.org/viewvc/commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/services/javax.validation.spi.ValidationProvider?rev=829292&view=auto
==============================================================================
--- commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/services/javax.validation.spi.ValidationProvider (added)
+++ commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/services/javax.validation.spi.ValidationProvider Sat Oct 24 00:35:58 2009
@@ -0,0 +1,2 @@
+org.apache.commons.validation.framework.spi.ValidationProviderImpl
+

Propchange: commons/sandbox/validator2/branches/alternative/validation-framework/src/main/resources/META-INF/services/javax.validation.spi.ValidationProvider
------------------------------------------------------------------------------
    svn:eol-style = native