Author: wsmoak Date: Thu Nov 24 00:49:55 2005 New Revision: 348688 URL: http://svn.apache.org/viewcvs?rev=348688&view=rev Log: Renamed 'core' sub-project to 'action'
Modified: struts/action/trunk/project.xml struts/apps/trunk/project.xml struts/el/trunk/project.xml struts/extras/trunk/project.xml struts/taglib/trunk/project.xml struts/tiles/trunk/project.xml Modified: struts/action/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/project.xml?rev=348688&r1=348687&r2=348688&view=diff ============================================================================== --- struts/action/trunk/project.xml (original) +++ struts/action/trunk/project.xml Thu Nov 24 00:49:55 2005 @@ -20,7 +20,7 @@ <extend>build/project.xml</extend> - <id>struts-core</id> + <id>struts-action</id> <name>Struts Action Framework</name> @@ -40,9 +40,9 @@ </description> <repository> - <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/core/trunk</connection> - <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/core/trunk</developerConnection> - <url>http://svn.apache.org/repos/asf/struts/core/trunk</url> + <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/action/trunk</connection> + <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/action/trunk</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/action/trunk</url> </repository> <versions> <version> @@ -181,6 +181,6 @@ <reports> <!-- report>maven-cactus-plugin</report --> - <!-- add any reports specific to core --> + <!-- add any reports specific to action --> </reports> </project> Modified: struts/apps/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/apps/trunk/project.xml?rev=348688&r1=348687&r2=348688&view=diff ============================================================================== --- struts/apps/trunk/project.xml (original) +++ struts/apps/trunk/project.xml Thu Nov 24 00:49:55 2005 @@ -61,7 +61,7 @@ <dependency> <groupId>struts</groupId> - <artifactId>struts-core</artifactId> + <artifactId>struts-action</artifactId> <version>1.3.0-dev</version> <url>http://struts.apache.org/</url> <properties> Modified: struts/el/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?rev=348688&r1=348687&r2=348688&view=diff ============================================================================== --- struts/el/trunk/project.xml (original) +++ struts/el/trunk/project.xml Thu Nov 24 00:49:55 2005 @@ -68,7 +68,7 @@ <dependency> <groupId>struts</groupId> - <artifactId>struts-core</artifactId> + <artifactId>struts-action</artifactId> <version>1.3.0-dev</version> <properties> <war.bundle>true</war.bundle> Modified: struts/extras/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/extras/trunk/project.xml?rev=348688&r1=348687&r2=348688&view=diff ============================================================================== --- struts/extras/trunk/project.xml (original) +++ struts/extras/trunk/project.xml Thu Nov 24 00:49:55 2005 @@ -53,7 +53,7 @@ <dependency> <groupId>struts</groupId> - <artifactId>struts-core</artifactId> + <artifactId>struts-action</artifactId> <version>1.3.0-dev</version> <properties> <war.bundle>true</war.bundle> Modified: struts/taglib/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?rev=348688&r1=348687&r2=348688&view=diff ============================================================================== --- struts/taglib/trunk/project.xml (original) +++ struts/taglib/trunk/project.xml Thu Nov 24 00:49:55 2005 @@ -53,7 +53,7 @@ <dependency> <groupId>struts</groupId> - <artifactId>struts-core</artifactId> + <artifactId>struts-action</artifactId> <version>1.3.0-dev</version> <properties> <cactus.bundle>true</cactus.bundle> Modified: struts/tiles/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?rev=348688&r1=348687&r2=348688&view=diff ============================================================================== --- struts/tiles/trunk/project.xml (original) +++ struts/tiles/trunk/project.xml Thu Nov 24 00:49:55 2005 @@ -43,7 +43,7 @@ <dependencies> <dependency> <groupId>struts</groupId> - <artifactId>struts-core</artifactId> + <artifactId>struts-action</artifactId> <version>1.3.0-dev</version> <properties> <war.bundle>true</war.bundle> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]