1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Added Java 5 Annotations version of the BankService sample. Note: This project requires the Secured annotation which is in "core-tiger"... make sure you have built and installed the acegi-security-tiger-0.9.0-SNAPSHOT.jar in your local maven repo.

This commit is contained in:
Mark St. Godard
2005-09-05 04:38:45 +00:00
parent 61df8e9f7b
commit e850849be5
10 changed files with 372 additions and 0 deletions
+3
View File
@@ -59,5 +59,8 @@
<classpathentry kind="src" path="core-tiger/src/test/java"/>
<classpathentry kind="src" path="core-tiger/src/main/resources"/>
<classpathentry kind="src" path="core-tiger/src/test/resources"/>
<classpathentry kind="src" path="samples/annotations/src/main/java"/>
<classpathentry kind="src" path="samples/annotations/src/main/resources"/>
<classpathentry kind="src" path="samples/annotations/src/test/java"/>
<classpathentry kind="output" path="target/eclipseclasses"/>
</classpath>