You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by bp...@apache.org on 2013/06/28 23:38:56 UTC

svn commit: r1497937 - /struts/sandbox/trunk/struts2examples/pom.xml

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