Author: markt Date: Tue Feb 2 13:35:16 2010 New Revision: 905630 URL: http://svn.apache.org/viewvc?rev=905630&view=rev Log: Update post merge
Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=905630&r1=905629&r2=905630&view=diff ============================================================================== --- tomcat/trunk/BUILDING.txt (original) +++ tomcat/trunk/BUILDING.txt Tue Feb 2 13:35:16 2010 @@ -128,7 +128,7 @@ 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 @@ (7) Building a release running tests: cd ${tomcat.source} - ant -f dist.xml release + ant release --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org