Author: mrdon Date: Wed Jul 5 13:45:40 2006 New Revision: 419337 URL: http://svn.apache.org/viewvc?rev=419337&view=rev Log: Changed module name prefixes from "Struts 1 -" to just "Struts" WW-2898
Modified: struts/struts1/trunk/apps/blank/pom.xml struts/struts1/trunk/apps/cookbook/pom.xml struts/struts1/trunk/apps/examples/pom.xml struts/struts1/trunk/apps/faces-example1/pom.xml struts/struts1/trunk/apps/faces-example2/pom.xml struts/struts1/trunk/apps/mailreader/pom.xml struts/struts1/trunk/apps/pom.xml struts/struts1/trunk/apps/scripting-mailreader/pom.xml struts/struts1/trunk/apps/strutsel-exercise-taglib/pom.xml struts/struts1/trunk/assembly/pom.xml struts/struts1/trunk/core/pom.xml struts/struts1/trunk/el/pom.xml struts/struts1/trunk/extras/pom.xml struts/struts1/trunk/faces/pom.xml struts/struts1/trunk/integration/apps-it/pom.xml struts/struts1/trunk/integration/pom.xml struts/struts1/trunk/integration/tg4w/pom.xml struts/struts1/trunk/mailreader-dao/pom.xml struts/struts1/trunk/pom.xml struts/struts1/trunk/scripting/pom.xml struts/struts1/trunk/taglib/pom.xml struts/struts1/trunk/tiles/pom.xml Modified: struts/struts1/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/blank/pom.xml (original) +++ struts/struts1/trunk/apps/blank/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-blank</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Blank</name> + <name>Struts Apps - Blank</name> <dependencies> <dependency> Modified: struts/struts1/trunk/apps/cookbook/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/cookbook/pom.xml (original) +++ struts/struts1/trunk/apps/cookbook/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-cookbook</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Cookbook</name> + <name>Struts Apps - Cookbook</name> <dependencies> <dependency> Modified: struts/struts1/trunk/apps/examples/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/examples/pom.xml (original) +++ struts/struts1/trunk/apps/examples/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-examples</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Examples</name> + <name>Struts Apps - Examples</name> <dependencies> <dependency> Modified: struts/struts1/trunk/apps/faces-example1/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/faces-example1/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/faces-example1/pom.xml (original) +++ struts/struts1/trunk/apps/faces-example1/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-faces-example1</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Faces Example 1</name> + <name>Struts Apps - Faces Example 1</name> <dependencies> <dependency> Modified: struts/struts1/trunk/apps/faces-example2/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/faces-example2/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/faces-example2/pom.xml (original) +++ struts/struts1/trunk/apps/faces-example2/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-faces-example2</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Faces Example 2</name> + <name>Struts Apps - Faces Example 2</name> <dependencies> <dependency> Modified: struts/struts1/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/mailreader/pom.xml (original) +++ struts/struts1/trunk/apps/mailreader/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-mailreader</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Mailreader</name> + <name>Struts Apps - Mailreader</name> <dependencies> <dependency> Modified: struts/struts1/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/pom.xml (original) +++ struts/struts1/trunk/apps/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-apps</artifactId> <packaging>pom</packaging> - <name>Struts 1 - Apps</name> + <name>Struts Apps</name> <distributionManagement> <site> Modified: struts/struts1/trunk/apps/scripting-mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/scripting-mailreader/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/scripting-mailreader/pom.xml (original) +++ struts/struts1/trunk/apps/scripting-mailreader/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-scripting-mailreader</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Scripting Mailreader</name> + <name>Struts Apps - Scripting Mailreader</name> <dependencies> <dependency> Modified: struts/struts1/trunk/apps/strutsel-exercise-taglib/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/strutsel-exercise-taglib/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/apps/strutsel-exercise-taglib/pom.xml (original) +++ struts/struts1/trunk/apps/strutsel-exercise-taglib/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>strutsel-exercise-taglib</artifactId> <packaging>war</packaging> - <name>Struts 1 - Apps - Struts EL Exercise</name> + <name>Struts Apps - Struts EL Exercise</name> <dependencies> <dependency> Modified: struts/struts1/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/assembly/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/assembly/pom.xml (original) +++ struts/struts1/trunk/assembly/pom.xml Wed Jul 5 13:45:40 2006 @@ -25,7 +25,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-assembly</artifactId> <packaging>pom</packaging> - <name>Struts 1 - Assembly</name> + <name>Struts Assembly</name> <description> Struts 1 Assembly </description> Modified: struts/struts1/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/core/pom.xml (original) +++ struts/struts1/trunk/core/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-core</artifactId> <packaging>jar</packaging> - <name>Struts 1 - Core</name> + <name>Struts Core</name> <url>http://struts.apache.org</url> <scm> Modified: struts/struts1/trunk/el/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/el/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/el/pom.xml (original) +++ struts/struts1/trunk/el/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-el</artifactId> <packaging>jar</packaging> - <name>Struts 1 - EL</name> + <name>Struts EL</name> <url>http://struts.apache.org</url> <distributionManagement> Modified: struts/struts1/trunk/extras/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/extras/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/extras/pom.xml (original) +++ struts/struts1/trunk/extras/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-extras</artifactId> <packaging>jar</packaging> - <name>Struts 1 - Extras</name> + <name>Struts Extras</name> <url>http://struts.apache.org</url> <distributionManagement> Modified: struts/struts1/trunk/faces/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/faces/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/faces/pom.xml (original) +++ struts/struts1/trunk/faces/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-faces</artifactId> <packaging>jar</packaging> - <name>Struts 1 - Faces</name> + <name>Struts Faces</name> <url>http://struts.apache.org</url> <distributionManagement> Modified: struts/struts1/trunk/integration/apps-it/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/integration/apps-it/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/integration/apps-it/pom.xml (original) +++ struts/struts1/trunk/integration/apps-it/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-it-apps</artifactId> <packaging>pom</packaging> - <name>Struts 1 - Integration - Apps Tests</name> + <name>Struts Integration - Apps Tests</name> <url>http://struts.apache.org</url> <dependencies> Modified: struts/struts1/trunk/integration/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/integration/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/integration/pom.xml (original) +++ struts/struts1/trunk/integration/pom.xml Wed Jul 5 13:45:40 2006 @@ -32,7 +32,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-it</artifactId> <packaging>pom</packaging> - <name>Struts 1 - Integration Tests</name> + <name>Struts Integration Tests</name> <modules> <module>apps-it</module> Modified: struts/struts1/trunk/integration/tg4w/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/integration/tg4w/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/integration/tg4w/pom.xml (original) +++ struts/struts1/trunk/integration/tg4w/pom.xml Wed Jul 5 13:45:40 2006 @@ -27,7 +27,7 @@ <artifactId>struts-it-httpunit-taglib</artifactId> <version>0.1-SNAPSHOT</version> <packaging>jar</packaging> - <name>Struts 1 - Taglib (HttpUnit) Tests</name> + <name>Struts Taglib (HttpUnit) Tests</name> <build> <sourceDirectory>src/main/java</sourceDirectory> Modified: struts/struts1/trunk/mailreader-dao/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/mailreader-dao/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/mailreader-dao/pom.xml (original) +++ struts/struts1/trunk/mailreader-dao/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-mailreader-dao</artifactId> <packaging>jar</packaging> - <name>Struts 1 - Mailreader DAO</name> + <name>Struts Mailreader DAO</name> <url>http://struts.apache.org</url> <build> Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Wed Jul 5 13:45:40 2006 @@ -34,7 +34,7 @@ <artifactId>struts-parent</artifactId> <version>1.3.5-SNAPSHOT</version> <packaging>pom</packaging> - <name>Struts 1</name> + <name>Struts</name> <url>http://struts.apache.org</url> <description>Apache Struts</description> Modified: struts/struts1/trunk/scripting/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/scripting/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/scripting/pom.xml (original) +++ struts/struts1/trunk/scripting/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-scripting</artifactId> <packaging>jar</packaging> - <name>Struts 1 - Scripting</name> + <name>Struts Scripting</name> <url>http://struts.apache.org</url> <distributionManagement> Modified: struts/struts1/trunk/taglib/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/taglib/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/taglib/pom.xml (original) +++ struts/struts1/trunk/taglib/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-taglib</artifactId> <packaging>jar</packaging> - <name>Struts 1 - Taglib</name> + <name>Struts Taglib</name> <url>http://struts.apache.org</url> <distributionManagement> Modified: struts/struts1/trunk/tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/tiles/pom.xml?rev=419337&r1=419336&r2=419337&view=diff ============================================================================== --- struts/struts1/trunk/tiles/pom.xml (original) +++ struts/struts1/trunk/tiles/pom.xml Wed Jul 5 13:45:40 2006 @@ -33,7 +33,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts-tiles</artifactId> <packaging>jar</packaging> - <name>Struts 1 - Tiles</name> + <name>Struts Tiles</name> <url>http://struts.apache.org</url> <distributionManagement>