Author: bphillips Date: Fri Jun 28 21:38:56 2013 New Revision: 1497937 URL: http://svn.apache.org/r1497937 Log: added helloworld as module
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=1497937&r1=1497936&r2=1497937&view=diff ============================================================================== --- struts/sandbox/trunk/struts2examples/pom.xml (original) +++ struts/sandbox/trunk/struts2examples/pom.xml Fri Jun 28 21:38:56 2013 @@ -31,5 +31,6 @@ <modules> <module>basic_struts</module> + <module>helloworld</module> </modules> </project> \ No newline at end of file