1. dbc66b3 Initial import of portlet archetype for Struts 2 by Donald J. Brown · 17 years ago
  2. e09d541 fixed line endings, re-added eol-style property by Wendy Smoak · 17 years ago
  3. 4a91b3d Added public key for pbenedict by Paul C. Benedict Jr · 17 years ago
  4. bdeeb31 Fixing pom for osx users WW-1392 by Donald J. Brown · 17 years ago
  5. 23861cc Added lexical ordering for tags by Donald J. Brown · 17 years ago
  6. 33744a0 Switching to the latest pom by Donald J. Brown · 17 years ago
  7. b017541 Better formatting for emphasised required attributes WW-1392 by Donald J. Brown · 17 years ago
  8. 26bde72 Added emphasis for required attributes WW-1392 by Donald J. Brown · 17 years ago
  9. 785cb28 Sorted tag attributes by name WW-1392 by Donald J. Brown · 17 years ago
  10. ccece5e Removing back link WW-1392 by Donald J. Brown · 17 years ago
  11. 6f47477 Adding tag template, added tag type to output WW-1392 by Donald J. Brown · 17 years ago
  12. ddcd6f3 code formatting for WW-1392 by Donald J. Brown · 17 years ago
  13. 33ee1d4 Improving annotations and processing for html taglib docs WW-1392 by Donald J. Brown · 17 years ago
  14. 22ec7e3 Fixing struts 2 plugin archetype with correct resource list by Donald J. Brown · 17 years ago
  15. be37023 Initial commit of a Struts 2 plugin archetype by Donald J. Brown · 17 years ago
  16. dc8ab61 Use the latest struts-master pom. WW-1483 by Wendy Smoak · 17 years ago
  17. a413f9d Fixed the 'change locale' links. WW-1412 by Wendy Smoak · 17 years ago
  18. 6e3000f Spring seems to be necessary for the unit tests, but not for the app itself. by Wendy Smoak · 17 years ago
  19. c5b9437 Avoid filtering the .properties files, since there is currently no way to escape the "expression" from Velocity template processing. (See ARCHETYPE-39) by Wendy Smoak · 17 years ago
  20. 7f9f16d Put the Java sources back in the 'example' directory, since we will not be able to filter the corresponding resources into a user-supplied package structure. by Wendy Smoak · 17 years ago
  21. a8bc71a Move the Java sources up a a level and filter in the package name. by Wendy Smoak · 17 years ago
  22. 8dc5863 Copied struts2/apps/blank as a starting point for a matching struts2-archetype-blank module. by Wendy Smoak · 17 years ago
  23. b2d135f Removed archetype-resources, will be replaced by the current contents of struts2/apps/blank in a moment. by Wendy Smoak · 17 years ago
  24. 36481dd Use the latest release of the ASF pom, version 3. by Wendy Smoak · 17 years ago
  25. b440d5a Roll the struts-master pom version number to 5-SNAPSHOT by Niall Kegan Pemberton · 17 years ago
  26. 185c65a Update version number to 4 and source file header in preparation for a release by Niall Kegan Pemberton · 17 years ago
  27. 93dc423 Set project level distributionManagement to stage releases under people.apache.org/builds instead of the snapshot repository. by Wendy Smoak · 17 years ago
  28. 3fb98ac Added readme file. by Wendy Smoak · 17 years ago
  29. a117141 Adding a copy of the nightly scripts, for reference and backup only. Changing these WILL NOT affect the nightly build by James Mitchell · 17 years ago
  30. 843df1f WW-1392: by René Gielen · 17 years ago
  31. 093c9e1 - added 'struts2-spring-plugin' dependency as spring related code are now in a plugin, else we will not be able to build struts2-archetype-starter by Toby Jee · 17 years ago
  32. cb5accf - added a Apache Snapshot and Test build repository, cause for example if we are depending on some snapshot struts-master version that's not in maven main repo, struts2-archetype-starter will not build. by Toby Jee · 17 years ago
  33. 3708d73 Advance versions to 2.0.2-SNAPSHOT since neither 2.0.1 nor 2.0.1-SNAPSHOT is available in any Maven repository that I know of. by Wendy Smoak · 17 years ago
  34. e35d95d Remove the Sitemesh tlds from the archetype descriptor. They were removed from the archetype in r472338 and r472339. by Wendy Smoak · 17 years ago
  35. 3555654 use unique versions for snapshots by David H. DeWolf · 18 years ago
  36. 0a53ab6 - remove unecessary sitemesh-*.tld, since we moved to using 2.4 web.xml where taglib are not allowed in it. by Toby Jee · 18 years ago
  37. 87f308d - remove unused link to home.html, instead just link to '#' by Toby Jee · 18 years ago
  38. c54c4f4 WW-1488 Update master NOTICE.txt. by Ted Nathan Husted · 18 years ago
  39. a94270a fix pom scm locations by James Mitchell · 18 years ago
  40. 4de570b Testing karma; adding self to committer list by David H. DeWolf · 18 years ago
  41. e663976 Revert earlier change: by James Mitchell · 18 years ago
  42. 1053898 STR-2899 Update README to show how to run via Jetty plugin, added Jetty config, moved version to 1.3.6-SNAPSHOT by James Mitchell · 18 years ago
  43. a7d3039 Fix sitemesh config WW-1453 by Donald J. Brown · 18 years ago
  44. d8b0894 Using new parent pom by Donald J. Brown · 18 years ago
  45. d6da945 Minor updates for starter archetype WW-1453 by Donald J. Brown · 18 years ago
  46. 47f55b4 First cut at an archetype blank WW-1412 by Donald J. Brown · 18 years ago
  47. 5a6cd75 Updating starter archetype WW-1412 by Donald J. Brown · 18 years ago
  48. 9c85383 - moved Spring's application context location from /WEB-INF/applicationContext.xml to classpath:applicationContext.xml by Toby Jee · 18 years ago
  49. 3bcf1b1 - update javadoc. Change note to email to struts dev malling list instead of individual. by Toby Jee · 18 years ago
  50. 14507e4 - renamed ${groupId} to ${package} such that -DpackageName argument will take effect by Toby Jee · 18 years ago
  51. 69c5cc4 - changed old freemarker transfrom (@saf -> @s) by Toby Jee · 18 years ago
  52. 0d3ced0 - fix applicationContext.xml generate an invalid class reference by Toby Jee · 18 years ago
  53. b16b20e update readme file by Toby Jee · 18 years ago
  54. 25494f8 - fixed situation where -DgroupId=xxx doesn't generate the java files in the correct package directory by Toby Jee · 18 years ago
  55. 404c7ab - fixed situation where -DgroupId=xxx doesn't generate the java files in the correct package directory by Toby Jee · 18 years ago
  56. 9a368d4 Update version numbers and add a <name> to the pom. WW-1359 by Wendy Smoak · 18 years ago
  57. f2ac2bd WW-1350 Update prefixes. by Ted Nathan Husted · 18 years ago
  58. 1f49bdb 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. by Wendy Smoak · 18 years ago
  59. 8159174 WW-1367 by Toby Jee · 18 years ago
  60. b92e7e4 WW-1367 by Toby Jee · 18 years ago
  61. 3d66850 WW-1367 by Toby Jee · 18 years ago
  62. 94f3512 Advance to version 4-SNAPSHOT, and update the snapshot repository URL as requested by Henri Yandell. by Wendy Smoak · 18 years ago
  63. 9f473b9 Bringing the Maven 2 archetype uptodate WW-1359 by Donald J. Brown · 18 years ago
  64. 6e86fc1 Finish renaming the archetype from quickstart to starter. WW-1359 by Wendy Smoak · 18 years ago
  65. 56e9222 Renamed archetype from quickstart to starter. WW-1359 by Wendy Smoak · 18 years ago
  66. 0217392 Convert LICENSE.CheckStyle to a single line (replacing newlines with \n) and add it to struts_checks.xml. by Wendy Smoak · 18 years ago
  67. 064e2bf Flatten the directory structure and remove the pom. SITE-7 by Wendy Smoak · 18 years ago
  68. ac2df88 Comment out the JasperReports dependency due to licensing. (Thanks, Ted.) by Wendy Smoak · 18 years ago
  69. d866730 Update to version 3 prior to release vote. by Wendy Smoak · 18 years ago
  70. f4b4843 Reorganize the struts-build module and remove unused files. SITE-7 by Wendy Smoak · 18 years ago
  71. dac3080 WW-1359 - added more info into README.txt file by Toby Jee · 18 years ago
  72. 2ba31de Renamed directory to match artifactId of struts2-archetype-quickstart. WW-1359 by Wendy Smoak · 18 years ago
  73. 8e84641 Moved the archetype, which has a different version number and release cycle from the rest of Struts 2. by Wendy Smoak · 18 years ago
  74. 5fefa4c Renamed to match artifactId of struts-archetype-blank. STR-2899 by Wendy Smoak · 18 years ago
  75. fe6ff46 Move the Struts Blank Archetype out of the sandbox to struts/maven/trunk. by Wendy Smoak · 18 years ago
  76. 76cedfb Change the artifactId to struts-master. by Wendy Smoak · 18 years ago
  77. 6dc1c6f Added Paul and Bob as committers. by Wendy Smoak · 18 years ago
  78. 79c7993 MichaelJ: added myself to the list by Michael Jouravlev · 18 years ago
  79. 0f41eb0 STR-2889 (Updated Checkstyle rules) Thank you Frank Zammetti for the patch. by James Mitchell · 18 years ago
  80. 0036bd5 Increment version to the next snapshot. by Wendy Smoak · 18 years ago
  81. 2bc7d43 changed to snapshot ref per wendy's request by Sean Schofield · 18 years ago
  82. 11a632d added scm info so we can build with continuum by Sean Schofield · 18 years ago
  83. 2855ba2 Include NOTICE.txt in struts-build.jar by Wendy Smoak · 18 years ago
  84. 419bbea Corrected name and added description to be used as the jar manifest Specification-Title. by Wendy Smoak · 18 years ago
  85. e7806c4 Change to v1.0.0 in advance of test build. by Wendy Smoak · 18 years ago
  86. eafb5cf Update parent pom to struts-parent:2. by Wendy Smoak · 18 years ago
  87. 1452ada Update to version 2 prior to release vote. by Wendy Smoak · 18 years ago
  88. 3a0d992 Added a pom for the struts-build jar, which (so far) contains the CheckStyle and Jalopy config files. by Wendy Smoak · 18 years ago
  89. 4e5ecee Moved the build config files into the maven module. Issue: STR-2853 by Wendy Smoak · 18 years ago
  90. c90f786 Moved the struts-parent pom into the maven module. by Wendy Smoak · 18 years ago
  91. 38fd1fc Created a module for Maven-related items such as the struts-parent pom and build config files. by Wendy Smoak · 18 years ago