Commit Graph

42 Commits

Author SHA1 Message Date
Mark St. Godard 0f1c802b47 adding core-tiger to the multiproject includes 2005-08-13 03:21:41 +00:00
Ben Alex cf241fb9ae Initial commit. 2005-03-30 13:41:27 +00:00
Ben Alex 74d66aa2f1 External API locations. 2005-03-07 04:29:18 +00:00
Luke Taylor f7ee0918b9 upgraded clover proprties to take advantage of new features in 1.7/8 clover plugin 2005-03-02 15:48:37 +00:00
Carlos Sanchez db33d6a8f0 Removed maven-plugins repo 2005-01-01 01:57:14 +00:00
Ben Alex 02f0c18123 These properties are supposed to be deprecated, but the new ones don't work so we'll go back to what does. 2004-12-24 05:52:51 +00:00
Ben Alex 7de909cb5a Finalise Ant removal. 2004-12-24 05:47:14 +00:00
Ben Alex c4ae1a204a Refer to some extra Maven properties (which should be implemented in build.properties if needed) which I found useful for SSH deployment via PuTTY. 2004-12-24 00:36:23 +00:00
Ben Alex b2e035424a Make compatible with JDK 5. 2004-12-23 00:14:14 +00:00
Ben Alex 9175208950 Fix Clover operation with Java 5 SDK and Maven 1.0.2 final release. 2004-12-21 12:14:33 +00:00
Carlos Sanchez 543e08fae9 Fixed clover license 2004-12-06 22:37:26 +00:00
Carlos Sanchez 4eb5b0a815 Use licensed clover 2004-11-28 18:45:03 +00:00
Carlos Sanchez 5c19501f16 Download from sourceforge 2004-11-20 22:07:35 +00:00
Carlos Sanchez c66c33e702 Fixed dashboard properties 2004-11-20 15:32:48 +00:00
Carlos Sanchez 589691d11e Added distributionUrl 2004-11-20 10:28:18 +00:00
Carlos Sanchez 94e46cdb78 Added more maven properties 2004-11-19 23:35:24 +00:00
Carlos Sanchez 68b72e5aef Added subprojects to multiproject 2004-11-14 21:51:30 +00:00
Carlos Sanchez 2d7e776d84 Moved docs to new subproject 2004-11-14 21:49:18 +00:00
Carlos Sanchez a18235dfe3 Added maven-plugins repo 2004-11-13 21:38:09 +00:00
Carlos Sanchez 6c90b9bd4f Migrated reference docs to maven 2004-11-13 21:34:26 +00:00
Carlos Sanchez 11afb20856 Added maven.username 2004-11-08 22:31:59 +00:00
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