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/27 20:42:57 UTC

svn commit: r397603 - in /struts/action/trunk/el: pom.xml src/main/

Author: jmitchell
Date: Thu Apr 27 11:42:55 2006
New Revision: 397603

URL: http://svn.apache.org/viewcvs?rev=397603&view=rev
Log:
making action1 src consistent (repository details only)

Added:
    struts/action/trunk/el/src/main/
Modified:
    struts/action/trunk/el/pom.xml

Modified: struts/action/trunk/el/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=397603&r1=397602&r2=397603&view=diff
==============================================================================
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Thu Apr 27 11:42:55 2006
@@ -19,8 +19,9 @@
  */
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
@@ -54,13 +55,6 @@
                <include>**/*.tld</include>
             </includes>
             <targetPath>META-INF/tlds</targetPath>
-         </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