Initial AspectJ support.

This commit is contained in:
Ben Alex
2004-10-18 06:41:20 +00:00
parent 992cf44b36
commit 7b0145fba7
8 changed files with 321 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
<project>
<pomVersion>3</pomVersion>
<artifactId>acegi-security</artifactId>
<name>Acegi Security System for Spring</name>
<groupId>acegi</groupId>
<artifactId>acegi-security</artifactId>
<currentVersion>0.7-SNAPSHOT</currentVersion>
<package>net.sf.acegisecurity</package>
<description>Acegi Security System for Spring</description>
@@ -306,9 +306,18 @@
<groupId>acegi</groupId>
<artifactId>resin-extracted</artifactId>
<version>unknown</version>
<jar>${basedir}/lib/extracted/resin/resin-extracted.jar</jar>
<type>jar</type>
<properties/>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.2</version>
<type>jar</type>
<url>http://eclipse.org/aspectj/</url>
<properties/>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/src</sourceDirectory>
@@ -359,4 +368,4 @@
<report>maven-clover-plugin</report>
</reports>
<properties/>
</project>
</project>