Commit Graph

746 Commits

Author SHA1 Message Date
Carlos Sanchez 3d979bbbd3 Upgraded maven-sdocbook-plugin to 1.4 2004-12-31 00:30:05 +00:00
Carlos Sanchez b61806dac9 Upgraded maven-sdocbook-plugin to 1.4 2004-12-31 00:12:03 +00:00
Ben Alex bf26888799 General updates for 0.7.0. 2004-12-30 04:14:02 +00:00
Carlos Sanchez 957ef8e4db *** empty log message *** 2004-12-29 22:17:00 +00:00
Carlos Sanchez 63271eecfe Use small font in programlistings and wrap when too long 2004-12-29 22:16:34 +00:00
Carlos Sanchez 4106c9579b Removed custom TOC
Fixed verbatim customization
2004-12-29 22:07:36 +00:00
Carlos Sanchez fb03c7a8ae Rename jar files 2004-12-28 23:26:45 +00:00
Carlos Sanchez 41beeaad15 Migrate to latest sdocbook plugin 2004-12-28 23:25:49 +00:00
Ben Alex 1ef3c87bf2 Add change. 2004-12-26 08:48:25 +00:00
Ben Alex 8b64db3de8 Wrong path to Attributes sample. 2004-12-26 06:54:50 +00:00
Ben Alex d597d896c8 Corrections. 2004-12-26 04:14:41 +00:00
Ben Alex 6c1e2f23b2 Allow last attempted username to be displayed in views. 2004-12-25 23:38:39 +00:00
Ben Alex 8d4244c1b6 EH-CACHE change. 1.1 seems to have some problems when running from a WAR. So we'll go back to 1.0, being the version Spring is officially using anyway. 2004-12-25 23:37:40 +00:00
Ben Alex fe155223a1 Minor polishing. 2004-12-25 07:18:17 +00:00
Ben Alex c77cb84f52 Fix group names etc as required to ensure a multiproject:install works from /docs if there is a CLEAN (empty) Maven repository. 2004-12-25 07:02:31 +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 5689807f38 Make Maven sign generated JARs. The last stage of the transition from Ant. 2004-12-24 05:48:54 +00:00
Ben Alex 7de909cb5a Finalise Ant removal. 2004-12-24 05:47:14 +00:00
Ben Alex 32cd969935 Enable Maven to handle official release ZIP generation. 2004-12-24 02:53:58 +00:00
Ben Alex 5a11059669 Remove references to other projects, as Acegi Security no longer directly includes these in CVS. The onus is on the user of Acegi Security to acknowledge which dependency(ies) their final products utilise and meet the associated license requirements. A complete list of dependencies used by Acegi Security is available at http://acegisecurity.sourceforge.net. 2004-12-24 02:53:06 +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 6ece0fab22 Iron out some Maven bugs with our custom WAR artifact building. 2004-12-24 00:35:36 +00:00
Ben Alex 36993d5b52 Describe download process. 2004-12-24 00:35:09 +00:00
Ben Alex 2fe24b4357 Make multiproject:artifact (when called from /docs) properly build the Contacts Sample WARs. 2004-12-23 23:00:38 +00:00
Ben Alex 7df43e019e Typos. 2004-12-23 01:30:04 +00:00
Ben Alex c8055b57d7 More documentation updates. 2004-12-23 00:15:00 +00:00
Ben Alex b2e035424a Make compatible with JDK 5. 2004-12-23 00:14:14 +00:00
Ben Alex 61a631af26 JavaDocs fix. 2004-12-22 23:49:25 +00:00
Ben Alex 33de0fece0 Remove "- Documentation" so proper project name displayed on generated site. 2004-12-22 20:06:10 +00:00
Ben Alex 861a34092d Remove quick-start, as it has been replaced by more detailed documentation pointers in docs/xdocs. The main issue with quick-start was maintaining it between Acegi Security versions. As it's never executed anywhere, its operation could never be easily tested (especially web.xml for example). 2004-12-22 13:18:00 +00:00
Ben Alex 118fde588c More documentation. 2004-12-22 13:15:07 +00:00
Ben Alex b82c6c8a24 Fix project names. 2004-12-22 04:19:40 +00:00
Ben Alex 8fb64e1e1b Fix repository URLs so "viewcvs" URLs (associated with changelog plugin) are all correct. 2004-12-22 03:47:55 +00:00
Ben Alex 20a4785a49 Remove Jetty, as it is only required by the Jetty adapter subproject. 2004-12-22 03:46:47 +00:00
Ben Alex a9978c18ea Statcvs plugin fixes. IT NOW WORKS! 2004-12-22 03:43:10 +00:00
Ben Alex 0cdfd00151 Link to SQL Schema. 2004-12-22 03:42:51 +00:00
Ben Alex 982d0bd421 Fix title. 2004-12-22 03:42:15 +00:00
Ben Alex 9d6a0308b3 Anonymous pserver CVS setup. 2004-12-22 00:59:46 +00:00
Ben Alex 9046efe976 Refer to upgrade documentation on website, including correcting version 0.7.0 file. 2004-12-22 00:59:13 +00:00
Ben Alex 5dfc3fdcfb Maven workarounds. The definitive guide. :-) 2004-12-22 00:16:20 +00:00
Ben Alex dc726ac75c Clarify and enforce interface interface contract for AuthenticationDao. 2004-12-21 20:53:32 +00:00
Ben Alex 4bcc1222e1 Modifications to support EH-CACHE upgrade (EH-CACHE appears to have changed the way the default cache configuration file gets handled). 2004-12-21 13:04:11 +00:00
Ben Alex 268c894b23 Access resources from core directory. Appears to be a problem with Maven allowing this to be expressed in the parent project file (ie /adapters/project.xml). 2004-12-21 12:17:47 +00:00
Ben Alex db9e420ceb Use full package name for SecurityConfig, to ease support by Maven commons-attributes plugin. 2004-12-21 12:16:56 +00:00
Ben Alex f7cfc84358 Fix correct package name for advisor. 2004-12-21 12:15:52 +00:00
Ben Alex e8bfa37218 Make Attributes sample use Maven's commons-attributes plugin. 2004-12-21 12:15:35 +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
Ben Alex 658a8df9b3 Correct company name. 2004-12-21 12:13:50 +00:00
Ben Alex 823a2e990b Add hook methods to AbstractProcessingFilter. 2004-12-20 11:14:34 +00:00
Ben Alex 67d642cfeb Note arrays can now be filtered by BasicAclEntryAfterInvocationCollectionFilteringProvider. 2004-12-17 22:06:45 +00:00