You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ad...@apache.org on 2009/01/30 02:26:14 UTC

svn commit: r739121 - /incubator/jsecurity/trunk/samples/pom.xml

Author: adc
Date: Fri Jan 30 01:26:14 2009
New Revision: 739121

URL: http://svn.apache.org/viewvc?rev=739121&view=rev
Log:
JSEC-45 added web sample to build

Modified:
    incubator/jsecurity/trunk/samples/pom.xml

Modified: incubator/jsecurity/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jsecurity/trunk/samples/pom.xml?rev=739121&r1=739120&r2=739121&view=diff
==============================================================================
--- incubator/jsecurity/trunk/samples/pom.xml (original)
+++ incubator/jsecurity/trunk/samples/pom.xml Fri Jan 30 01:26:14 2009
@@ -16,6 +16,7 @@
     <modules>
         <module>quickstart</module>
         <module>spring</module>
+        <module>web</module>
     </modules>
 
 </project>