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:34:11 UTC

svn commit: r397686 - in /struts/action/trunk/faces: pom.xml src/main/

Author: jmitchell
Date: Thu Apr 27 17:34:09 2006
New Revision: 397686

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

Added:
    struts/action/trunk/faces/src/main/
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=397686&r1=397685&r2=397686&view=diff
==============================================================================
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Thu Apr 27 17:34:09 2006
@@ -45,12 +45,9 @@
 
    <build>
 
-      <sourceDirectory>src/java</sourceDirectory>
-      <testSourceDirectory>src/test</testSourceDirectory>
-
       <resources>
          <resource>
-            <directory>src/java</directory>
+            <directory>src/main/java</directory>
             <includes>
                <include>**/*.properties</include>
             </includes>



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