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 01:13:02 UTC

svn commit: r1006076 - in /myfaces/extensions/validator/branches/branch_for_jsf_2_0: component-support/generic-support/ component-support/trinidad-support/ core/ validation-modules/bean-validation/ validation-modules/property-validation/

Author: lu4242
Date: Fri Oct  8 23:13:02 2010
New Revision: 1006076

URL: http://svn.apache.org/viewvc?rev=1006076&view=rev
Log:
fix hudson build

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml?rev=1006076&r1=1006075&r2=1006076&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml Fri Oct  8 23:13:02 2010
@@ -59,29 +59,6 @@
     </dependencies>
 
     <build>
-        <resources>
-            <resource>
-                <directory>src/main/config</directory>
-                <includes>
-                    <include>**/*xml</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/resources</directory>
-                <includes>
-                    <include>LICENSE.txt</include>
-                    <include>NOTICE.txt</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/java</directory>
-                <includes>
-                    <include>**/*properties</include>
-                </includes>
-            </resource>
-        </resources>
         <plugins>
             <plugin>
                 <inherited>true</inherited>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml?rev=1006076&r1=1006075&r2=1006076&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml Fri Oct  8 23:13:02 2010
@@ -60,29 +60,6 @@
     </dependencies>
 
     <build>
-        <resources>
-            <resource>
-                <directory>src/main/config</directory>
-                <includes>
-                    <include>**/*xml</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/resources</directory>
-                <includes>
-                    <include>LICENSE.txt</include>
-                    <include>NOTICE.txt</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/java</directory>
-                <includes>
-                    <include>**/*properties</include>
-                </includes>
-            </resource>
-        </resources>
         <plugins>
             <plugin>
                 <inherited>true</inherited>

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=1006076&r1=1006075&r2=1006076&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 23:13:02 2010
@@ -64,29 +64,6 @@
     </dependencies>
 
     <build>
-        <resources>
-            <resource>
-                <directory>src/main/config</directory>
-                <includes>
-                    <include>**/*xml</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/resources</directory>
-                <includes>
-                    <include>LICENSE.txt</include>
-                    <include>NOTICE.txt</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/java</directory>
-                <includes>
-                    <include>**/*properties</include>
-                </includes>
-            </resource>
-        </resources>
         <plugins>
             <plugin>
                 <inherited>true</inherited>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml?rev=1006076&r1=1006075&r2=1006076&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml Fri Oct  8 23:13:02 2010
@@ -97,29 +97,6 @@
     </dependencies>
 
     <build>
-        <resources>
-            <resource>
-                <directory>src/main/config</directory>
-                <includes>
-                    <include>**/*xml</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/resources</directory>
-                <includes>
-                    <include>LICENSE.txt</include>
-                    <include>NOTICE.txt</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
-                <directory>src/main/java</directory>
-                <includes>
-                    <include>**/*properties</include>
-                </includes>
-            </resource>
-        </resources>
         <plugins>
             <plugin>
                 <inherited>true</inherited>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml?rev=1006076&r1=1006075&r2=1006076&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml Fri Oct  8 23:13:02 2010
@@ -79,19 +79,7 @@
     <build>
         <resources>
             <resource>
-                <directory>src/main/config</directory>
-                <includes>
-                    <include>**/*xml</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
-            </resource>
-            <resource>
                 <directory>src/main/resources</directory>
-                <includes>
-                    <include>LICENSE.txt</include>
-                    <include>NOTICE.txt</include>
-                </includes>
-                <targetPath>/META-INF</targetPath>
             </resource>
             <resource>
                 <directory>src/main/java</directory>