Skip to content

Commit

Permalink
Enable aspectj module in 3.0.x build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekul committed Nov 18, 2010
1 parent e80853b commit 6349359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -16,7 +16,7 @@
<module>cas</module>
<module>openid</module>
<module>taglibs</module>
<!--module>aspects</module-->
<module>aspects</module>
<module>samples</module>
<!--module>itest</module-->
</modules>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -17,7 +17,7 @@
<module>openid</module>
<module>ldap</module>
<module>cas</module>
<!--module>aspectj</module-->
<module>aspectj</module>
</modules>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6349359

Please sign in to comment.