From 7d183b8eeac5785c38973ed30ad7c6927e13880c Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Tue, 15 Feb 2005 07:06:13 +0000 Subject: [PATCH] More info on where to find samples' source files. --- doc/xdocs/downloads.html | 4 ++++ doc/xdocs/suggested.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/doc/xdocs/downloads.html b/doc/xdocs/downloads.html index 532d019de1..665470a81d 100644 --- a/doc/xdocs/downloads.html +++ b/doc/xdocs/downloads.html @@ -42,6 +42,10 @@ the Contacts Sample application (ie those that target CAS and container adapters), you will need to build Acegi Security from source. +

The acegi-security-xx-src.zip is intended to use with IDEs. It does not contain the + files needed to compile Acegi Security. It also does not contain the sources to the + sample applications. If you need any of these files, please download rfom CVS.

+

Official Releases

The official release ZIP files are available from the Sourceforge File Release System.

diff --git a/doc/xdocs/suggested.html b/doc/xdocs/suggested.html index 7d79b3c915..f93a7186b4 100644 --- a/doc/xdocs/suggested.html +++ b/doc/xdocs/suggested.html @@ -91,6 +91,9 @@ in the MethodSecurityInterceptor) and see how all of the contacts get returned.

+ Please note the release ZIP files do not include the sample application Java source code. You + will need to download from CVS if you would like to access the Java sources.

+ Estimated time: 1-2 days.