You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2006/01/21 01:21:00 UTC

svn commit: r370938 [50/50] - in /struts: action/trunk/ action/trunk/conf/java/ action/trunk/src/java/org/apache/struts/ action/trunk/src/java/org/apache/struts/action/ action/trunk/src/java/org/apache/struts/chain/ action/trunk/src/java/org/apache/str...

Modified: struts/build/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/pom.xml?rev=370938&r1=370937&r2=370938&view=diff
==============================================================================
--- struts/build/trunk/pom.xml (original)
+++ struts/build/trunk/pom.xml Fri Jan 20 16:19:02 2006
@@ -31,262 +31,267 @@
 
 -->
 
-<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">
-
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>struts</groupId>
-   <artifactId>struts-build</artifactId>
-   <version>1.3.0-SNAPSHOT</version>
-   <packaging>pom</packaging>
-   <name>Apache Struts</name>
-   <url>http://struts.apache.org</url>
-
-   <inceptionYear>2000</inceptionYear>
-
-   <issueManagement>
-      <system>Bugzilla</system>
-      <url>http://issues.apache.org/bugzilla</url>
-   </issueManagement>
-
-   <ciManagement/>
-
-   <mailingLists>
-      <mailingList>
-         <name>Struts User List</name>
-         <subscribe>user-subscribe@struts.apache.org</subscribe>
-         <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
-         <post>user@struts.apache.org</post>
-         <archive>http://mail-archives.apache.org/mod_mbox/struts-user/</archive>
-         <otherArchives>
-            <otherArchive>http://struts.apache.org/mail.html#Archives</otherArchive>
-         </otherArchives>
-      </mailingList>
-      <mailingList>
-         <name>Struts Developer List</name>
-         <subscribe>dev-subscribe@struts.apache.org</subscribe>
-         <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
-         <post>dev@struts.apache.org</post>
-         <archive>http://mail-archives.apache.org/mod_mbox/struts-dev/</archive>
-         <otherArchives>
-            <otherArchive>http://struts.apache.org/mail.html#Archives</otherArchive>
-         </otherArchives>
-      </mailingList>
-   </mailingLists>
-
-   <developers>
-      <developer>
-         <name>Craig R. McClanahan</name>
-         <id>craigmcc</id>
-         <email>craigmcc at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Ted Husted</name>
-         <id>husted</id>
-         <email>husted at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Cedric Dumoulin</name>
-         <id>cedric</id>
-         <email>cedric.dumoulin at lifl.fr</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Martin Cooper</name>
-         <id>martinc</id>
-         <email>martinc at apache.org</email>
-         <roles>
-            <role>PMC Chair</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>James Holmes</name>
-         <id>jholmes</id>
-         <email>jholmes at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>David M. Karr</name>
-         <id>dmkarr</id>
-         <email>dmkarr at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Eddie Bush</name>
-         <id>ekbush</id>
-         <email>ekbush at apache.org</email>
-         <roles>
-            <role>Committer</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>David Graham</name>
-         <id>dgraham</id>
-         <email>dgraham at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>James Mitchell</name>
-         <id>jmitchell</id>
-         <email>jmitchell at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Don Brown</name>
-         <id>mrdon</id>
-         <email>mrdon at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Joe Germuska</name>
-         <id>germuska</id>
-         <email>germuska at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Niall Pemberton</name>
-         <id>niallp</id>
-         <email>niallp at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Hubert Rabago</name>
-         <id>hrabago</id>
-         <email>hrabago at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>David Geary</name>
-         <id>dgeary</id>
-         <email>dgeary at apache.org</email>
-         <roles>
-            <role>Committer</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Wendy Smoak</name>
-         <id>wsmoak</id>
-         <email>wsmoak at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-         <timezone>-7</timezone>
-      </developer>
-      <developer>
-         <name>Gary VanMatre</name>
-         <id>gvanmatre</id>
-         <email>gvanmatre at apache.org</email>
-         <roles>
-            <role>Committer</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Sean Schofield</name>
-         <id>schof</id>
-         <email>schof at apache.org</email>
-         <roles>
-            <role>Committer</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Greg Reddin</name>
-         <id>greddin</id>
-         <email>greddin at apache.org</email>
-         <roles>
-            <role>Committer</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Laurie Harper</name>
-         <id>laurieh</id>
-         <email>laurieh at apache.org</email>
-         <roles>
-            <role>Committer</role>
-         </roles>
-      </developer>
-      <developer>
-         <name>Richard Feit</name>
-         <id>rich</id>
-         <email>rich at apache.org</email>
-         <roles>
-            <role>Committer</role>
-         </roles>
-      </developer>
-   </developers>
-
-   <profiles/>
-
-   <modules>
-      <module>../action</module>
-      <module>../el</module>
-      <module>../extras</module>
-      <module>../taglib</module>
-      <module>../tiles</module>
-      <!--module>../apps</module-->
-   </modules>
-
-   <licenses>
-      <license>
-         <name>The Apache Software License, Version 2.0</name>
-         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-         <distribution>repo</distribution>
-         <comments/>
-      </license>
-   </licenses>
-
-   <organization>
-      <name>Apache Software Foundation</name>
-      <url>http://www.apache.org</url>
-   </organization>
-
-   <build>
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-compiler-plugin</artifactId>
-               <configuration>
-                  <source>1.4</source>
-                  <target>1.4</target>
-               </configuration>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-   </build>
-
-   <dependencies/>
-
-   <repositories>
-      <repository>
-         <id>apache-internal</id>
-         <name>Apache Internal Repository</name>
-         <url>http://cvs.apache.org/repository</url>
-         <layout>legacy</layout>
-      </repository>
-   </repositories>
+<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">
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>struts</groupId>
+    <artifactId>struts-build</artifactId>
+    <version>1.3.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Apache Struts</name>
+    <url>http://struts.apache.org</url>
+
+    <inceptionYear>2000</inceptionYear>
+
+    <issueManagement>
+        <system>Bugzilla</system>
+        <url>http://issues.apache.org/bugzilla</url>
+    </issueManagement>
+
+    <ciManagement/>
+
+    <mailingLists>
+        <mailingList>
+            <name>Struts User List</name>
+            <subscribe>user-subscribe@struts.apache.org</subscribe>
+            <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
+            <post>user@struts.apache.org</post>
+            <archive>
+                http://mail-archives.apache.org/mod_mbox/struts-user/</archive>
+            <otherArchives>
+                <otherArchive>
+                    http://struts.apache.org/mail.html#Archives</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Struts Developer List</name>
+            <subscribe>dev-subscribe@struts.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
+            <post>dev@struts.apache.org</post>
+            <archive>
+                http://mail-archives.apache.org/mod_mbox/struts-dev/</archive>
+            <otherArchives>
+                <otherArchive>
+                    http://struts.apache.org/mail.html#Archives</otherArchive>
+            </otherArchives>
+        </mailingList>
+    </mailingLists>
+
+    <developers>
+        <developer>
+            <name>Craig R. McClanahan</name>
+            <id>craigmcc</id>
+            <email>craigmcc at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Ted Husted</name>
+            <id>husted</id>
+            <email>husted at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Cedric Dumoulin</name>
+            <id>cedric</id>
+            <email>cedric.dumoulin at lifl.fr</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Martin Cooper</name>
+            <id>martinc</id>
+            <email>martinc at apache.org</email>
+            <roles>
+                <role>PMC Chair</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>James Holmes</name>
+            <id>jholmes</id>
+            <email>jholmes at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>David M. Karr</name>
+            <id>dmkarr</id>
+            <email>dmkarr at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Eddie Bush</name>
+            <id>ekbush</id>
+            <email>ekbush at apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>David Graham</name>
+            <id>dgraham</id>
+            <email>dgraham at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>James Mitchell</name>
+            <id>jmitchell</id>
+            <email>jmitchell at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Don Brown</name>
+            <id>mrdon</id>
+            <email>mrdon at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Joe Germuska</name>
+            <id>germuska</id>
+            <email>germuska at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Niall Pemberton</name>
+            <id>niallp</id>
+            <email>niallp at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Hubert Rabago</name>
+            <id>hrabago</id>
+            <email>hrabago at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>David Geary</name>
+            <id>dgeary</id>
+            <email>dgeary at apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Wendy Smoak</name>
+            <id>wsmoak</id>
+            <email>wsmoak at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+            <timezone>-7</timezone>
+        </developer>
+        <developer>
+            <name>Gary VanMatre</name>
+            <id>gvanmatre</id>
+            <email>gvanmatre at apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Sean Schofield</name>
+            <id>schof</id>
+            <email>schof at apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Greg Reddin</name>
+            <id>greddin</id>
+            <email>greddin at apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Laurie Harper</name>
+            <id>laurieh</id>
+            <email>laurieh at apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Richard Feit</name>
+            <id>rich</id>
+            <email>rich at apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+    </developers>
+
+    <profiles/>
+
+    <modules>
+        <module>../action</module>
+        <module>../el</module>
+        <module>../extras</module>
+        <module>../taglib</module>
+        <module>../tiles</module>
+        <!--module>../apps</module-->
+    </modules>
+
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+            <comments/>
+        </license>
+    </licenses>
+
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <configuration>
+                        <source>1.4</source>
+                        <target>1.4</target>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+    <dependencies/>
+
+    <repositories>
+        <repository>
+            <id>apache-internal</id>
+            <name>Apache Internal Repository</name>
+            <url>http://cvs.apache.org/repository</url>
+            <layout>legacy</layout>
+        </repository>
+    </repositories>
 
 </project>

Modified: struts/build/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.xml?rev=370938&r1=370937&r2=370938&view=diff
==============================================================================
--- struts/build/trunk/project.xml (original)
+++ struts/build/trunk/project.xml Fri Jan 20 16:19:02 2006
@@ -51,450 +51,453 @@
   -->
 
 
-
 <project>
-  <pomVersion>3</pomVersion>
-  <id>struts</id>
-  <name>Struts common build</name>
-  <groupId>struts</groupId>
-  <currentVersion>1.3.0-dev</currentVersion>
+    <pomVersion>3</pomVersion>
+    <id>struts</id>
+    <name>Struts common build</name>
+    <groupId>struts</groupId>
+    <currentVersion>1.3.0-dev</currentVersion>
 
 
     <!-- ################################################################ -->
     <!--        Project management section                                -->
     <!-- ################################################################ -->
 
-  
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-    <logo>http://www.apache.org/images/asf-logo.gif</logo>
-  </organization>
-  <logo>http://struts.apache.org/images/struts.gif</logo>
-  <inceptionYear>2000</inceptionYear>
-  <package>org.apache.struts</package>
-  <logo>http://struts.apache.org/images/struts.gif</logo>
-  <gumpRepositoryId>struts-svn</gumpRepositoryId>
 
-  <description>
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+        <logo>http://www.apache.org/images/asf-logo.gif</logo>
+    </organization>
+    <logo>http://struts.apache.org/images/struts.gif</logo>
+    <inceptionYear>2000</inceptionYear>
+    <package>org.apache.struts</package>
+    <logo>http://struts.apache.org/images/struts.gif</logo>
+    <gumpRepositoryId>struts-svn</gumpRepositoryId>
+
+    <description>
         The goal of the Apache Struts project is to encourage application
         architectures based on the "Model 2" approach, a variation of the
         classic Model-View-Controller (MVC) design paradigm.
         Under Model 2,
         a servlet (or equivalent) manages business logic execution,
         and presentation logic resides mainly in server pages.
-      
+
         The Apache Struts project encourages Model 2 designs in two ways.
         First, by providing open source frameworks and toolkits
         that help developers build applications for the web.
         Second, by providing friendly and honest mailing lists
         where both newcomers and veterans discuss how to use Struts software
         in their own Model 2 applications.
-  </description>
-      
-  <shortDescription>MVC Web Application Framework</shortDescription>
-  <url>http://struts.apache.org/index.html</url>
-  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
-  <siteAddress>struts.apache.org</siteAddress>
-  <siteDirectory>/www/struts.apache.org/</siteDirectory>
-  <distributionSite>struts.apache.org</distributionSite>
-  <distributionDirectory>/www/www.apache.org/builds/</distributionDirectory>
-<!--  <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>-->
-  
-  <mailingLists>
-    <mailingList>
-      <name>Struts User List</name>
-      <subscribe>user-subscribe@struts.apache.org</subscribe>
-      <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42</archive>
-    </mailingList>
-    <mailingList>
-      <name>Struts Developer List</name>
-      <subscribe>dev-subscribe@struts.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41</archive>
-    </mailingList>
-  </mailingLists>
-  
-  <repository>
-    <connection>scm|svn|http://svn.apache.org/repos/asf/struts/current</connection>
-    <developerConnection>scm|svn|https://svn.apache.org/repos/asf/struts/current</developerConnection>
-    <url>http://svn.apache.org/repos/asf/struts/site/trunk</url>
-  </repository>  
-
-  <developers>
-    <developer>
-      <name>Craig R. McClanahan</name>
-      <id>craigmcc</id>
-      <email>craigmcc at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>Ted Husted</name>
-      <id>husted</id>
-      <email>husted at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>Rob Leland</name>
-      <id>rleland</id>
-      <email>rleland at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>Cedric Dumoulin</name>
-      <id>cedric</id>
-      <email>cedric.dumoulin at lifl.fr</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>Martin Cooper</name>
-      <id>martinc</id>
-      <email>martinc at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>Arron Bates</name>
-      <id>arron</id>
-      <email>arron at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>James Holmes</name>
-      <id>jholmes</id>
-      <email>jholmes at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>David M. Karr</name>
-      <id>dmkarr</id>
-      <email>dmkarr at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Eddie Bush</name>
-      <id>ekbush</id>
-      <email>ekbush at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>David Graham</name>
-      <id>dgraham</id>
-      <email>dgraham at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>James Mitchell</name>
-      <id>jmitchell</id>
-      <email>jmitchell at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>James Turner</name>
-      <id>turner</id>
-      <email>turner at blackbear.com</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Steve Raeburn</name>
-      <id>sraeburn</id>
-      <email>sraeburn at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Don Brown</name>
-      <id>mrdon</id>
-      <email>mrdon at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Joe Germuska</name>
-      <id>germuska</id>
-      <email>germuska at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Niall Pemberton</name>
-      <id>niallp</id>
-      <email>niallp at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>Hubert Rabago</name>
-      <id>hrabago</id>
-      <email>hrabago at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>David Geary</name>
-      <id>dgeary</id>
-      <email>dgeary at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Wendy Smoak</name>
-      <id>wsmoak</id>
-      <email>wsmoak at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-       <name>Gary VanMatre</name>
-       <id>gvanmatre</id>
-       <email>gvanmatre at apache.org</email>
-    </developer>
-
-    <developer>
-      <name>Sean Schofield</name>
-      <id>schof</id>
-      <email>schof at apache.org</email>
-    </developer>
- 
-    <developer>
-      <name>Greg Reddin</name>
-      <id>greddin</id>
-      <email>greddin at apache.org</email>
-    </developer>
-
-    <developer>
-      <name>Laurie Harper</name>
-      <id>laurieh</id>
-      <email>laurieh at apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Richard Feit</name>
-      <id>rich</id>
-      <email>rich at apache.org</email>
-    </developer>
-  </developers>
-
-  <contributors/>
-  
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <!-- ################################################################ -->
-  <!--        Project dependency section                                -->
-  <!-- ################################################################ -->
-
-  <dependencies>
-
-	<!-- Standard dependencies -->  
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
-      <url>http://java.sun.com/products/servlet/</url>
-      <properties>
-        <scope>provided</scope>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
-      <url>http://jakarta.apache.org/commons/beanutils/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-chain</groupId>
-      <artifactId>commons-chain</artifactId>
-      <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/chain/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-  
-    <dependency>
-      <groupId>commons-digester</groupId>
-      <artifactId>commons-digester</artifactId>
-      <version>1.6</version>
-      <url>http://jakarta.apache.org/commons/digester/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-      <version>1.1</version>
-      <url>http://jakarta.apache.org/commons/fileupload/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.1</version>
-      <url>http://jakarta.apache.org/commons/io/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <url>http://jakarta.apache.org/commons/logging/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-validator</groupId>
-      <artifactId>commons-validator</artifactId>
-      <version>1.2.0</version>
-      <url>http://jakarta.apache.org/commons/validator/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <version>2.0.8</version>
-      <url>http://jakarta.apache.org/oro/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>antlr</groupId>
-      <artifactId>antlr</artifactId>
-      <version>2.7.2</version>
-      <url>http://www.antlr.org/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-
-    <!-- for unit tests -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <url>http://www.junit.org/</url>
-      <properties>
-        <scope>test</scope>
-      </properties>
-    </dependency>
-
-  </dependencies>
-
-
-  <!-- ################################################################ -->
-  <!--        Project build and reports section                         -->
-  <!-- ################################################################ -->
-
-  <build>
-    <nagEmailAddress>struts-dev@struts.apache.org</nagEmailAddress>
-    <sourceDirectory>src/java</sourceDirectory>
-    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-    
-    <unitTest>
-      <includes>
-        <include>**/Test*.java</include>
-      </includes>
-      <resources>
-        <resource>
-          <directory>${basedir}/conf/share</directory>
-          <targetPath>org/apache/struts/resources</targetPath>
-          <includes>
-            <include>**/*.xml</include>
-            <include>**/*.dtd</include>
-          </includes>
-        </resource>
-        <resource>
-          <directory>${basedir}/src/test</directory>
-          <includes>
-            <include>**/*.xml</include>
-            <include>**/*.properties</include>
-          </includes>
-        </resource>
-      </resources>
-    </unitTest>
-
-    <!-- J A R  R E S O U R C E S -->
-    <!-- Resources that are packaged up inside the JAR file -->
-<!--
-    <resources>
-      <resource>
-        <directory>${basedir}/src/share</directory>
-        <includes>
-          <include>**/*.properties</include>
-        </includes>
-      </resource>
-    </resources>
--->
-
-  </build>
-
-  <reports>
-    <!--
-     |
-     | These should all be completely self contained. You should be able
-     | to generate each of them individually without needing the final
-     | xdoc transformation.
-     |
-     | Each report plugin with it's POM and plugin.jelly logic should
-     | contain everything needed to produced the report.
-     |
-    -->
-
-    <report>maven-checkstyle-plugin</report>
-    <report>maven-changelog-plugin</report>
-    <report>maven-changes-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-faq-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-javadoc-plugin</report>
-    <report>maven-jdepend-plugin</report>
-    <report>maven-junit-report-plugin</report>
-    <report>maven-jxr-plugin</report>
-	<!--report>maven-linkcheck-plugin</report-->
-    <report>maven-pmd-plugin</report>
-    <report>maven-simian-plugin</report>
-    <report>maven-tasklist-plugin</report>
-    <report>maven-jcoverage-plugin</report>
-    <!--report>maven-findbugs-plugin</report-->
+    </description>
+
+    <shortDescription>MVC Web Application Framework</shortDescription>
+    <url>http://struts.apache.org/index.html</url>
+    <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
+    <siteAddress>struts.apache.org</siteAddress>
+    <siteDirectory>/www/struts.apache.org/</siteDirectory>
+    <distributionSite>struts.apache.org</distributionSite>
+    <distributionDirectory>/www/www.apache.org/builds/</distributionDirectory>
+    <!--  <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>-->
+
+    <mailingLists>
+        <mailingList>
+            <name>Struts User List</name>
+            <subscribe>user-subscribe@struts.apache.org</subscribe>
+            <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
+            <archive>
+                http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42</archive>
+        </mailingList>
+        <mailingList>
+            <name>Struts Developer List</name>
+            <subscribe>dev-subscribe@struts.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
+            <archive>
+                http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41</archive>
+        </mailingList>
+    </mailingLists>
+
+    <repository>
+        <connection>
+            scm|svn|http://svn.apache.org/repos/asf/struts/current</connection>
+        <developerConnection>
+            scm|svn|https://svn.apache.org/repos/asf/struts/current</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/site/trunk</url>
+    </repository>
+
+    <developers>
+        <developer>
+            <name>Craig R. McClanahan</name>
+            <id>craigmcc</id>
+            <email>craigmcc at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Ted Husted</name>
+            <id>husted</id>
+            <email>husted at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Rob Leland</name>
+            <id>rleland</id>
+            <email>rleland at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Cedric Dumoulin</name>
+            <id>cedric</id>
+            <email>cedric.dumoulin at lifl.fr</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Martin Cooper</name>
+            <id>martinc</id>
+            <email>martinc at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Arron Bates</name>
+            <id>arron</id>
+            <email>arron at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>James Holmes</name>
+            <id>jholmes</id>
+            <email>jholmes at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>David M. Karr</name>
+            <id>dmkarr</id>
+            <email>dmkarr at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Eddie Bush</name>
+            <id>ekbush</id>
+            <email>ekbush at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>David Graham</name>
+            <id>dgraham</id>
+            <email>dgraham at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>James Mitchell</name>
+            <id>jmitchell</id>
+            <email>jmitchell at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>James Turner</name>
+            <id>turner</id>
+            <email>turner at blackbear.com</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Steve Raeburn</name>
+            <id>sraeburn</id>
+            <email>sraeburn at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Don Brown</name>
+            <id>mrdon</id>
+            <email>mrdon at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Joe Germuska</name>
+            <id>germuska</id>
+            <email>germuska at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Niall Pemberton</name>
+            <id>niallp</id>
+            <email>niallp at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Hubert Rabago</name>
+            <id>hrabago</id>
+            <email>hrabago at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>David Geary</name>
+            <id>dgeary</id>
+            <email>dgeary at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Wendy Smoak</name>
+            <id>wsmoak</id>
+            <email>wsmoak at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Gary VanMatre</name>
+            <id>gvanmatre</id>
+            <email>gvanmatre at apache.org</email>
+        </developer>
+
+        <developer>
+            <name>Sean Schofield</name>
+            <id>schof</id>
+            <email>schof at apache.org</email>
+        </developer>
+
+        <developer>
+            <name>Greg Reddin</name>
+            <id>greddin</id>
+            <email>greddin at apache.org</email>
+        </developer>
+
+        <developer>
+            <name>Laurie Harper</name>
+            <id>laurieh</id>
+            <email>laurieh at apache.org</email>
+            <organization></organization>
+        </developer>
+
+        <developer>
+            <name>Richard Feit</name>
+            <id>rich</id>
+            <email>rich at apache.org</email>
+        </developer>
+    </developers>
+
+    <contributors/>
+
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <!-- ################################################################ -->
+    <!--        Project dependency section                                -->
+    <!-- ################################################################ -->
+
+    <dependencies>
+
+        <!-- Standard dependencies -->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.3</version>
+            <url>http://java.sun.com/products/servlet/</url>
+            <properties>
+                <scope>provided</scope>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <version>1.7.0</version>
+            <url>http://jakarta.apache.org/commons/beanutils/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-chain</groupId>
+            <artifactId>commons-chain</artifactId>
+            <version>1.0</version>
+            <url>http://jakarta.apache.org/commons/chain/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-digester</groupId>
+            <artifactId>commons-digester</artifactId>
+            <version>1.6</version>
+            <url>http://jakarta.apache.org/commons/digester/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+            <version>1.1</version>
+            <url>http://jakarta.apache.org/commons/fileupload/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>1.1</version>
+            <url>http://jakarta.apache.org/commons/io/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.0.4</version>
+            <url>http://jakarta.apache.org/commons/logging/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-validator</groupId>
+            <artifactId>commons-validator</artifactId>
+            <version>1.2.0</version>
+            <url>http://jakarta.apache.org/commons/validator/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+            <version>2.0.8</version>
+            <url>http://jakarta.apache.org/oro/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+            <version>2.7.2</version>
+            <url>http://www.antlr.org/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+
+        <!-- for unit tests -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <url>http://www.junit.org/</url>
+            <properties>
+                <scope>test</scope>
+            </properties>
+        </dependency>
+
+    </dependencies>
+
+
+    <!-- ################################################################ -->
+    <!--        Project build and reports section                         -->
+    <!-- ################################################################ -->
+
+    <build>
+        <nagEmailAddress>struts-dev@struts.apache.org</nagEmailAddress>
+        <sourceDirectory>src/java</sourceDirectory>
+        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+
+        <unitTest>
+            <includes>
+                <include>**/Test*.java</include>
+            </includes>
+            <resources>
+                <resource>
+                    <directory>${basedir}/conf/share</directory>
+                    <targetPath>org/apache/struts/resources</targetPath>
+                    <includes>
+                        <include>**/*.xml</include>
+                        <include>**/*.dtd</include>
+                    </includes>
+                </resource>
+                <resource>
+                    <directory>${basedir}/src/test</directory>
+                    <includes>
+                        <include>**/*.xml</include>
+                        <include>**/*.properties</include>
+                    </includes>
+                </resource>
+            </resources>
+        </unitTest>
+
+        <!-- J A R  R E S O U R C E S -->
+        <!-- Resources that are packaged up inside the JAR file -->
+        <!--
+            <resources>
+              <resource>
+                <directory>${basedir}/src/share</directory>
+                <includes>
+                  <include>**/*.properties</include>
+                </includes>
+              </resource>
+            </resources>
+        -->
+
+    </build>
+
+    <reports>
+        <!--
+         |
+         | These should all be completely self contained. You should be able
+         | to generate each of them individually without needing the final
+         | xdoc transformation.
+         |
+         | Each report plugin with it's POM and plugin.jelly logic should
+         | contain everything needed to produced the report.
+         |
+        -->
+
+        <report>maven-checkstyle-plugin</report>
+        <report>maven-changelog-plugin</report>
+        <report>maven-changes-plugin</report>
+        <report>maven-developer-activity-plugin</report>
+        <report>maven-faq-plugin</report>
+        <report>maven-file-activity-plugin</report>
+        <report>maven-javadoc-plugin</report>
+        <report>maven-jdepend-plugin</report>
+        <report>maven-junit-report-plugin</report>
+        <report>maven-jxr-plugin</report>
+        <!--report>maven-linkcheck-plugin</report-->
+        <report>maven-pmd-plugin</report>
+        <report>maven-simian-plugin</report>
+        <report>maven-tasklist-plugin</report>
+        <report>maven-jcoverage-plugin</report>
+        <!--report>maven-findbugs-plugin</report-->
 
-  </reports>
+    </reports>
 </project>

Modified: struts/build/trunk/struts_checks.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/struts_checks.xml?rev=370938&r1=370937&r2=370938&view=diff
==============================================================================
--- struts/build/trunk/struts_checks.xml (original)
+++ struts/build/trunk/struts_checks.xml Fri Jan 20 16:19:02 2006
@@ -18,8 +18,8 @@
  -->
 
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
+        "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
+        "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
 
 <!--
   Checkstyle configuration for Struts. Struts uses the Sun coding guidelines,
@@ -109,15 +109,15 @@
         <!-- Checks for Headers                              -->
         <!-- See http://checkstyle.sf.net/config_header.html -->
         <!-- <module name="Header">                            -->
-            <!-- The follow property value demonstrates the ability     -->
-            <!-- to have access to ANT properties. In this case it uses -->
-            <!-- the ${basedir} property to allow Checkstyle to be run  -->
-            <!-- from any directory within a project. See property      -->
-            <!-- expansion,                                             -->
-            <!-- http://checkstyle.sf.net/config.html#properties        -->
-            <!-- <property                                              -->
-            <!--     name="headerFile"                                  -->
-            <!--     value="${basedir}/java.header"/>                   -->
+        <!-- The follow property value demonstrates the ability     -->
+        <!-- to have access to ANT properties. In this case it uses -->
+        <!-- the ${basedir} property to allow Checkstyle to be run  -->
+        <!-- from any directory within a project. See property      -->
+        <!-- expansion,                                             -->
+        <!-- http://checkstyle.sf.net/config.html#properties        -->
+        <!-- <property                                              -->
+        <!--     name="headerFile"                                  -->
+        <!--     value="${basedir}/java.header"/>                   -->
         <!-- </module> -->
 
         <!-- Following interprets the header file as regular expressions. -->
@@ -130,7 +130,8 @@
         <!-- Checks for imports                              -->
         <!-- See http://checkstyle.sf.net/config_import.html -->
         <module name="AvoidStarImport"/>
-        <module name="IllegalImport"/> <!-- defaults to sun.* packages -->
+        <module name="IllegalImport"/>
+        <!-- defaults to sun.* packages -->
         <module name="RedundantImport"/>
         <module name="UnusedImports"/>
 
@@ -174,7 +175,8 @@
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <module name="AvoidInlineConditionals"/>
-        <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->
+        <module name="DoubleCheckedLocking"/>
+        <!-- MY FAVOURITE -->
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <!-- Disabled for Struts: module name="HiddenField"/ -->



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