You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2006/04/28 02:58:04 UTC

svn commit: r397698 - /struts/action/trunk/faces/pom.xml

Author: jmitchell
Date: Thu Apr 27 17:58:03 2006
New Revision: 397698

URL: http://svn.apache.org/viewcvs?rev=397698&view=rev
Log:
making action1 src consistent

Modified:
    struts/action/trunk/faces/pom.xml

Modified: struts/action/trunk/faces/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=397698&r1=397697&r2=397698&view=diff
==============================================================================
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Thu Apr 27 17:58:03 2006
@@ -52,16 +52,14 @@
             </includes>
          </resource>
       </resources>
-
-      <testResources>
-         <testResource>
-            <directory>src/test</directory>
-            <excludes>
-               <exclude>**/*.java</exclude>
-            </excludes>
-         </testResource>
-      </testResources>
-
+        <testResources>
+            <testResource>
+                <directory>src/test/java</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                </includes>
+            </testResource>
+        </testResources>
    </build>
 
    <dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org