Update post merge
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Feb 2010 13:35:16 +0000 (13:35 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Feb 2010 13:35:16 +0000 (13:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905630 13f79535-47bb-0310-9956-ffa450edef68

BUILDING.txt

index 19611dd..911b0e8 100644 (file)
@@ -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