From b33d6c491b4e1df33c966397a91925ccb3451470 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 2 Feb 2010 13:35:16 +0000 Subject: [PATCH] Update post merge git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905630 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 19611dd5c..911b0e8f2 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -128,7 +128,7 @@ For a quick rebuild of only modified code you can use: The documentation can be easly built: cd ${tomcat.source} - ant -f dist.xml dist-javadoc + ant javadoc (6) Building the extras (commons-logging, webservices etc.). cd ${tomcat.source} @@ -137,6 +137,6 @@ The documentation can be easly built: (7) Building a release running tests: cd ${tomcat.source} - ant -f dist.xml release + ant release -- 2.11.0