svn commit: r619612 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src: main/java/ test/java/

2008-02-07 Thread roughley
Author: roughley Date: Thu Feb 7 12:03:30 2008 New Revision: 619612 URL: http://svn.apache.org/viewvc?rev=619612&view=rev Log: Removed the "$Id ..." from the header - the CVS substitution value was causing a problem with Velocity, which was expecting a variable to be supp

svn commit: r506121 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/java: DateConverter.java IndexAction.java

2007-02-11 Thread roughley
Author: roughley Date: Sun Feb 11 12:31:09 2007 New Revision: 506121 URL: http://svn.apache.org/viewvc?view=rev&rev=506121 Log: Changed converter so that it extended the StrutsTypeConverter (and is used in the example application). Modified the Index action so that it uses the converte

svn commit: r502490 - in /struts/maven/trunk/struts2-archetype-starter: ./ src/main/resources/META-INF/ src/main/resources/archetype-resources/src/main/java/ src/main/resources/archetype-resources/src

2007-02-02 Thread roughley
Author: roughley Date: Thu Feb 1 21:00:03 2007 New Revision: 502490 URL: http://svn.apache.org/viewvc?view=rev&rev=502490 Log: - removed property files (that need to be moved in order to be utilized) - added annotations for validation and conversions - changed the view from ftl to more co