svn commit: r437316 - in /struts/maven/trunk/struts-archetype-blank: ./ src/main/resources/archetype-resources/ src/main/resources/archetype-resources/src/main/webapp/WEB-INF/

2006-08-27 Thread wsmoak
Author: wsmoak
Date: Sun Aug 27 00:15:00 2006
New Revision: 437316

URL: http://svn.apache.org/viewvc?rev=437316&view=rev
Log:
The released archetype version number will match the Struts version it uses, so 
set it to 1.3.5-SNAPSHOT now, and release as struts-archetype-blank 1.3.5.
Complete the Tiles configuration, but leave it commented out.
STR-2899

Modified:
struts/maven/trunk/struts-archetype-blank/README.txt
struts/maven/trunk/struts-archetype-blank/pom.xml

struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml

struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml

struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml

Modified: struts/maven/trunk/struts-archetype-blank/README.txt
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/README.txt?rev=437316&r1=437315&r2=437316&view=diff
==
--- struts/maven/trunk/struts-archetype-blank/README.txt (original)
+++ struts/maven/trunk/struts-archetype-blank/README.txt Sun Aug 27 00:15:00 
2006
@@ -10,10 +10,12 @@
$ mvn archetype:create\
  -DarchetypeGroupId=org.apache.struts\
  -DarchetypeArtifactId=struts-archetype-blank\
- -DarchetypeVersion=1.0-SNAPSHOT \
+ -DarchetypeVersion=\
  -DgroupId=com.example   \
  -DpackageName=com.example.projectname   \
- -DartifactId=my-webapp  \
+ -DartifactId=projectname  
+
+ If  ends in -SNAPSHOT, use the snapshot repo:
  
-DremoteRepositories=http://people.apache.org/maven-snapshot-repository
  
 To build your new webapp:

Modified: struts/maven/trunk/struts-archetype-blank/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/pom.xml?rev=437316&r1=437315&r2=437316&view=diff
==
--- struts/maven/trunk/struts-archetype-blank/pom.xml (original)
+++ struts/maven/trunk/struts-archetype-blank/pom.xml Sun Aug 27 00:15:00 2006
@@ -6,11 +6,11 @@

   org.apache.struts
   struts-master
-  3-SNAPSHOT
+  3

org.apache.struts
struts-archetype-blank
-   1.0-SNAPSHOT
+   1.3.5-SNAPSHOT
jar
Struts Archetypes - Blank
 

Modified: 
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=437316&r1=437315&r2=437316&view=diff
==
--- 
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml
 Sun Aug 27 00:15:00 2006
@@ -25,28 +25,28 @@
   
  org.apache.struts
  struts-core
- 1.3.5-SNAPSHOT
+ 1.3.5
   
   
  org.apache.struts
  struts-taglib
- 1.3.5-SNAPSHOT
+ 1.3.5
   
   
   
 
   
+   
 
 

Modified: 
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml?rev=437316&r1=437315&r2=437316&view=diff
==
--- 
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
 (original)
+++ 
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
 Sun Aug 27 00:15:00 2006
@@ -138,8 +138,10 @@
 
  Paths found in Tiles definitions are relative to the main context.
 
-  To use this plugin, uncomment the struts-tiles dependency in pom.xml
-  directory then uncomment the plugin definition below.
+  To use this plugin, uncomment the following:
+- the struts-tiles dependency in pom.xml,
+- the chainConfig init-param in web.xml, and
+- the the plugin definition below.
 
   -->
   
 2
  
 




svn commit: r437408 - /struts/struts2/trunk/pom.xml

2006-08-27 Thread wsmoak
Author: wsmoak
Date: Sun Aug 27 09:53:29 2006
New Revision: 437408

URL: http://svn.apache.org/viewvc?rev=437408&view=rev
Log:
Update the struts-master pom dependency to the released version 3, and fix the 
project description.
WW-1349

Modified:
struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=437408&r1=437407&r2=437408&view=diff
==
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sun Aug 27 09:53:29 2006
@@ -26,7 +26,7 @@

   org.apache.struts
   struts-master
-  3-SNAPSHOT
+  3

 
 4.0.0
@@ -36,7 +36,7 @@
 pom
 Struts 2
 http://struts.apache.org/struts2
-Apache Struts Action Framework 2
+Apache Struts Framework 2
 
 2000