Browse Source

Initial commit.

Ben Alex 21 years ago
parent
commit
ae434bd8b3

+ 5 - 0
core/src/main/java/org/acegisecurity/taglibs/authz/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+Java implementation of security taglib.
+</body>
+</html>

+ 5 - 0
core/src/main/java/org/acegisecurity/taglibs/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+Provides security related taglibs that can be used in JSPs.
+</body>
+</html>