Commit Graph

21 Commits

Author SHA1 Message Date
Carlos Sanchez 1309727c92 Added multiproject properties 2004-11-01 20:01:35 +00:00
Carlos Sanchez 12caac4f55 Added acegisecurity repo 2004-10-30 17:10:45 +00:00
Carlos Sanchez 0150726762 Removed jar.override
Added html2xdoc
2004-10-30 16:54:50 +00:00
Carlos Sanchez cd467d8a8f Removed unneeded overrides 2004-10-13 12:24:34 +00:00
Ben Alex 577b92c48b Refer to next release. 2004-09-25 02:58:18 +00:00
Ben Alex c8a7c18814 Updates for release 0.6.1. 2004-09-25 02:23:10 +00:00
Luke Taylor d435598e37 Update commons-attributes version to 2.1 2004-08-09 13:43:56 +00:00
Luke Taylor b6bec42381 Added spring-mock dependency 2004-07-24 15:37:04 +00:00
Luke Taylor df20ceb299 Removed jar override for aopalliance which is now on ibiblio 2004-06-26 20:06:06 +00:00
Luke Taylor 5eafe4b2c2 Removed extracted jars (with the exception of resin-extracted) from dependencies, in favour of corresponding jars at ibiblio 2004-06-26 19:46:01 +00:00
Luke Taylor 73bd6c2f6f Updates to Carlos Sanchez's initial Maven files to support generation of Maven site on monkeymachine.co.uk 2004-06-23 16:48:47 +00:00
Ben Alex 1a0bec5bf1 Make User available from Authentication via DaoAuthenticationProvider. 2004-06-21 06:10:14 +00:00
Ben Alex 12c58006b0 Initial Maven support, thanks to Carlos Sanchez. 2004-06-08 23:46:41 +00:00
Ben Alex a51506d0d5 Increased build version to 0.51. 2004-05-24 00:03:33 +00:00
Ben Alex b6edc4e370 Increase version number to 0.5. 2004-04-09 09:46:26 +00:00
Ben Alex 7bb4f14849 Update for version 0.4. 2004-04-03 05:49:36 +00:00
Ben Alex 91432bc78b Various changes, mostly related to Clover coverage reports. 2004-03-28 11:28:00 +00:00
Francois Beausoleil 61b657318d * build.xml:
Changed the way the Clover report is generated.
  Used the existing targets, instead of having to maintain two different sets
    of targets to build with or without Clover.
  Changed order of target dependencies for clover.tests so that instrumented
    classes are built before the test classes.
  Removed the separate target folder for instrumented classes.  If a separate
    target folder is used, separate classpaths are required when testing with
    Clover than when not using Clover.

* project.properties:
  Removed the target.clover.dir property definition.
  Updated clover.dbdir to put the DB somewhere safe.
  Set clover.excluded so as not instrument the test classes themselves.
2004-03-23 18:16:40 +00:00
Ben Alex 2c0aae03a7 Add Clover instrumentation. 2004-03-23 04:23:17 +00:00
Francois Beausoleil 48b21524ed * build.xml:
Modified to create an acegi-taglib.jar.

* project.properties:
  Added new property to build acegi-taglib.jar.

* src/net/sf/acegisecurity/taglibs/authz.tld:
  Declare the Acegi Security authz tag library.

* test/net/sf/acegisecurity/taglibs/authz/AuthorizeTagTests.java,
  test/net/sf/acegisecurity/taglibs/authz/AuthorizeTagAttributeTests.java:
  A set of tests that force the creation of a javax.servlet.jsp.Tag
  implementation that authorizes the output of the tag's body if the
  request's principal has or doesn't have certain authorities.

* src/net/sf/acegisecurity/taglibs/authz/AuthorizeTag.java:
  New class.  Implements AuthorizeTagTests and
  AuthorizeTagAttributeTests.
2004-03-22 16:42:53 +00:00
Ben Alex 35fe1e7b73 Initial commit. 2004-03-16 23:57:17 +00:00