You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/11/26 18:45:49 UTC

svn commit: r349130 - in /struts/sandbox/trunk/archetypes/blank: README.txt src/main/resources/archetype-resources/pom.xml

Author: wsmoak
Date: Sat Nov 26 09:45:38 2005
New Revision: 349130

URL: http://svn.apache.org/viewcvs?rev=349130&view=rev
Log:
Updated the 'Struts Blank' archetype, core -> action 

Modified:
    struts/sandbox/trunk/archetypes/blank/README.txt
    struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/pom.xml

Modified: struts/sandbox/trunk/archetypes/blank/README.txt
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/blank/README.txt?rev=349130&r1=349129&r2=349130&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/blank/README.txt (original)
+++ struts/sandbox/trunk/archetypes/blank/README.txt Sat Nov 26 09:45:38 2005
@@ -28,15 +28,15 @@
 -------------
 
 In order to build the archetype (and the webapp created from it) you will need
-the Struts Core, Taglib and Tiles jars in your local Maven 2 repository.
+the Struts Action, Taglib and Tiles jars in your local Maven 2 repository.
 
 You can accomplish this by building the artifacts with Maven 2, or by installing
 the jars as follows:
 
    $ mvn install:install-file 
-         -Dfile=/path/to/struts-core-1.3.0-dev.jar
+         -Dfile=/path/to/struts-action-1.3.0-dev.jar
          -DgroupId=org.apache.struts
-         -DartifactId=struts-core
+         -DartifactId=struts-action
          -Dversion=1.3.0-dev
          -Dpackaging=jar
          -DgeneratePom=true

Modified: struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/pom.xml?rev=349130&r1=349129&r2=349130&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/pom.xml (original)
+++ struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/pom.xml Sat Nov 26 09:45:38 2005
@@ -18,7 +18,7 @@
       </dependency>
       <dependency>
          <groupId>org.apache.struts</groupId>
-         <artifactId>struts-core</artifactId>
+         <artifactId>struts-action</artifactId>
          <version>1.3.0-dev</version>
       </dependency>
       <dependency>



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