You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2011/02/21 21:18:17 UTC

svn commit: r1073128 - in /shiro/trunk/support: groovy/ pom.xml

Author: lhazlewood
Date: Mon Feb 21 20:18:16 2011
New Revision: 1073128

URL: http://svn.apache.org/viewvc?rev=1073128&view=rev
Log:
SHIRO-276: removed unused/empty Groovy module

Removed:
    shiro/trunk/support/groovy/
Modified:
    shiro/trunk/support/pom.xml

Modified: shiro/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/pom.xml?rev=1073128&r1=1073127&r2=1073128&view=diff
==============================================================================
--- shiro/trunk/support/pom.xml (original)
+++ shiro/trunk/support/pom.xml Mon Feb 21 20:18:16 2011
@@ -34,9 +34,9 @@
     <modules>
         <module>aspectj</module>
         <module>ehcache</module>
-        <module>groovy</module>
         <module>quartz</module>
         <module>spring</module>
+        <!-- <module>openid4j</module> -->
     </modules>
 
 </project>