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/07/03 04:22:46 UTC

svn commit: r418671 - in /struts/maven/trunk/build: ./ src/ src/main/ src/main/resources/ src/main/resources/org/ src/main/resources/org/apache/ src/main/resources/org/apache/struts/ src/main/resources/org/apache/struts/build/

Author: wsmoak
Date: Sun Jul  2 19:22:45 2006
New Revision: 418671

URL: http://svn.apache.org/viewvc?rev=418671&view=rev
Log:
Reorganize the struts-build module and remove unused files. 
SITE-7

Added:
    struts/maven/trunk/build/src/
    struts/maven/trunk/build/src/main/
    struts/maven/trunk/build/src/main/resources/
    struts/maven/trunk/build/src/main/resources/LICENSE.txt
      - copied unchanged from r418650, struts/maven/trunk/build/LICENSE.txt
    struts/maven/trunk/build/src/main/resources/NOTICE.txt
      - copied, changed from r418650, struts/maven/trunk/build/NOTICE.txt
    struts/maven/trunk/build/src/main/resources/org/
    struts/maven/trunk/build/src/main/resources/org/apache/
    struts/maven/trunk/build/src/main/resources/org/apache/struts/
    struts/maven/trunk/build/src/main/resources/org/apache/struts/build/
    struts/maven/trunk/build/src/main/resources/org/apache/struts/build/LICENSE.CheckStyle
      - copied unchanged from r418650, struts/maven/trunk/build/LICENSE.CheckStyle
    struts/maven/trunk/build/src/main/resources/org/apache/struts/build/struts_checks.xml
      - copied unchanged from r418650, struts/maven/trunk/build/struts_checks.xml
    struts/maven/trunk/build/src/main/resources/org/apache/struts/build/struts_jalopy.xml
      - copied unchanged from r418650, struts/maven/trunk/build/struts_jalopy.xml
Removed:
    struts/maven/trunk/build/LICENSE.CheckStyle
    struts/maven/trunk/build/LICENSE.txt
    struts/maven/trunk/build/NOTICE.txt
    struts/maven/trunk/build/README
    struts/maven/trunk/build/struts.jsl
    struts/maven/trunk/build/struts_checks.xml
    struts/maven/trunk/build/struts_jalopy.xml
Modified:
    struts/maven/trunk/build/pom.xml

Modified: struts/maven/trunk/build/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/build/pom.xml?rev=418671&r1=418670&r2=418671&view=diff
==============================================================================
--- struts/maven/trunk/build/pom.xml (original)
+++ struts/maven/trunk/build/pom.xml Sun Jul  2 19:22:45 2006
@@ -25,8 +25,8 @@
 
    <parent>
       <groupId>org.apache.struts</groupId>
-      <artifactId>struts-parent</artifactId>
-      <version>2</version>
+      <artifactId>struts-master</artifactId>
+      <version>3-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -44,45 +44,5 @@
       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/build</developerConnection>
       <url>http://svn.apache.org/repos/asf/struts/maven/trunk/build</url>
    </scm>
-
-   <distributionManagement>
-      <repository>
-         <id>apache-maven-test-builds</id>
-         <name>Apache Maven Repository (Test Builds)</name>
-         <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-      </repository>
-   </distributionManagement>
-
-   <build>
-
-      <resources>
-         <resource>
-            <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>
-               <include>NOTICE.txt</include>
-            </includes>
-         </resource>
-      </resources>
-
-   </build>
-
-   <repositories>
-      <repository>
-         <id>apache.snapshots</id>
-         <name>Apache Maven Repository (Snapshots and Test Builds)</name>
-         <url>http://cvs.apache.org/maven-snapshot-repository</url>
-         <releases>
-            <enabled>true</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-         </snapshots>
-      </repository>
-   </repositories>
 
 </project>

Copied: struts/maven/trunk/build/src/main/resources/NOTICE.txt (from r418650, struts/maven/trunk/build/NOTICE.txt)
URL: http://svn.apache.org/viewvc/struts/maven/trunk/build/src/main/resources/NOTICE.txt?p2=struts/maven/trunk/build/src/main/resources/NOTICE.txt&p1=struts/maven/trunk/build/NOTICE.txt&r1=418650&r2=418671&rev=418671&view=diff
==============================================================================
--- struts/maven/trunk/build/NOTICE.txt (original)
+++ struts/maven/trunk/build/src/main/resources/NOTICE.txt Sun Jul  2 19:22:45 2006
@@ -1,7 +1,3 @@
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
-This product includes the ANTLR parsing library,
-developed by JGuru.com (http://www.antlr.org and
-http://www.jguru.com).
-