Author: bphillips Date: Mon Jul 1 14:56:33 2013 New Revision: 1498497 URL: http://svn.apache.org/r1498497 Log: added child module for exception handling application
Modified: struts/sandbox/trunk/struts2examples/pom.xml Modified: struts/sandbox/trunk/struts2examples/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/pom.xml?rev=1498497&r1=1498496&r2=1498497&view=diff ============================================================================== --- struts/sandbox/trunk/struts2examples/pom.xml (original) +++ struts/sandbox/trunk/struts2examples/pom.xml Mon Jul 1 14:56:33 2013 @@ -37,6 +37,7 @@ <module>form_processing</module> <module>form_validation</module> <module>message_resource</module> + <module>exception_handling</module> </modules> <dependencies>