From b18643daabb1d5419a0fbde3f386d86793f4765e Mon Sep 17 00:00:00 2001 From: markpollack Date: Tue, 29 Jul 2008 13:40:27 +0000 Subject: [PATCH] removed reference to old download location of docbook libraries. --- doc/readme.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/readme.txt b/doc/readme.txt index 5c48fd37..467c0e92 100644 --- a/doc/readme.txt +++ b/doc/readme.txt @@ -7,10 +7,11 @@ documentation can be generated using Java Ant. The targets are: * clean - clean any output directories for docs To generate documentation, you need to include a lot of libraries, which -haven't been added to CVS because they're simply too big. The libraries can -be downloaded from sourceforge or from -http://www.jteam.nl/spring/reference-libraries.zip. Download them, and -unzip the zip into reference/lib. Then, the targets should work. +haven't been added to CVS because they're simply too big. + +Refer to the Spring.NET Wiki at +http://opensource.atlassian.com/confluence/spring/display/NET/Docbook+Reference +for information on how to install the docbook toolchain. Thanks to Spring.Java and Hibernate, for providing the skeleton for DocBook documentation!