You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2010/01/28 20:22:26 UTC

svn commit: r904221 - /incubator/shiro/trunk/support/pom.xml

Author: kaosko
Date: Thu Jan 28 19:22:26 2010
New Revision: 904221

URL: http://svn.apache.org/viewvc?rev=904221&view=rev
Log:
SHIRO-129: attach shiro-aspectj module to the reactor build (again) with fixed plugin configuration to make it work on JRE 1.5

Modified:
    incubator/shiro/trunk/support/pom.xml

Modified: incubator/shiro/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/support/pom.xml?rev=904221&r1=904220&r2=904221&view=diff
==============================================================================
--- incubator/shiro/trunk/support/pom.xml (original)
+++ incubator/shiro/trunk/support/pom.xml Thu Jan 28 19:22:26 2010
@@ -32,6 +32,7 @@
     <packaging>pom</packaging>
 
     <modules>
+        <module>aspectj</module>
         <module>ehcache</module>
         <module>groovy</module>
         <module>quartz</module>