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 01:37:22 UTC

svn commit: r397679 - in /struts/action/trunk/extras: LICENSE.txt NOTICE.txt pom.xml src/main/resources/LICENSE.txt src/main/resources/NOTICE.txt

Author: jmitchell
Date: Thu Apr 27 16:37:21 2006
New Revision: 397679

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

Added:
    struts/action/trunk/extras/LICENSE.txt
      - copied unchanged from r397673, struts/action/trunk/extras/src/main/resources/LICENSE.txt
    struts/action/trunk/extras/NOTICE.txt
      - copied unchanged from r397673, struts/action/trunk/extras/src/main/resources/NOTICE.txt
Removed:
    struts/action/trunk/extras/src/main/resources/LICENSE.txt
    struts/action/trunk/extras/src/main/resources/NOTICE.txt
Modified:
    struts/action/trunk/extras/pom.xml

Modified: struts/action/trunk/extras/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=397679&r1=397678&r2=397679&view=diff
==============================================================================
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Thu Apr 27 16:37:21 2006
@@ -45,21 +45,11 @@
 
    <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>
-         </resource>
-         <resource>
-            <directory>../build</directory>
-            <includes>
-               <include>LICENSE.txt</include>
-               <include>NOTICE.txt</include>
             </includes>
          </resource>
       </resources>



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