From: markt Date: Tue, 2 Feb 2010 13:35:16 +0000 (+0000) Subject: Update post merge X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b33d6c491b4e1df33c966397a91925ccb3451470;p=tomcat7.0 Update post merge git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905630 13f79535-47bb-0310-9956-ffa450edef68 --- 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