You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/08 01:05:33 UTC

svn commit: r404866 - in /struts/maven/trunk/build: INSTALL pom.xml

Author: wsmoak
Date: Sun May  7 16:05:32 2006
New Revision: 404866

URL: http://svn.apache.org/viewcvs?rev=404866&view=rev
Log:
Update parent pom to struts-parent:2.
Add LICENSE.txt to struts-build.jar.
Removed obsolete installation instructions.

Removed:
    struts/maven/trunk/build/INSTALL
Modified:
    struts/maven/trunk/build/pom.xml

Modified: struts/maven/trunk/build/pom.xml
URL: http://svn.apache.org/viewcvs/struts/maven/trunk/build/pom.xml?rev=404866&r1=404865&r2=404866&view=diff
==============================================================================
--- struts/maven/trunk/build/pom.xml (original)
+++ struts/maven/trunk/build/pom.xml Sun May  7 16:05:32 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts</groupId>
       <artifactId>struts-parent</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -55,12 +55,13 @@
 
       <resources>
          <resource>
-            <directory>.</directory>
+            <directory>${basedir}</directory>
             <targetPath>org/apache/struts/build</targetPath>
             <includes>
                <include>struts_checks.xml</include>
                <include>LICENSE.CheckStyle</include>
                <include>struts_jalopy.xml</include> 
+               <include>LICENSE.txt</include>
             </includes>
          </resource>
       </resources>