You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/02/02 01:26:28 UTC

svn commit: r905474 - in /tomcat/trunk: BUILDING.txt extras.xml webapps/docs/extras.xml

Author: markt
Date: Tue Feb  2 00:26:28 2010
New Revision: 905474

URL: http://svn.apache.org/viewvc?rev=905474&view=rev
Log:
Remove separate extras build script

Removed:
    tomcat/trunk/extras.xml
Modified:
    tomcat/trunk/BUILDING.txt
    tomcat/trunk/webapps/docs/extras.xml

Modified: tomcat/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=905474&r1=905473&r2=905474&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Tue Feb  2 00:26:28 2010
@@ -132,7 +132,7 @@
 
 (6) Building the extras (commons-logging, webservices etc.).
     cd ${tomcat.source}
-    ant -f extras.xml
+    ant extras
 
 (7) Building a release running tests:
 

Modified: tomcat/trunk/webapps/docs/extras.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/extras.xml?rev=905474&r1=905473&r2=905474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/extras.xml (original)
+++ tomcat/trunk/webapps/docs/extras.xml Tue Feb  2 00:26:28 2010
@@ -60,7 +60,7 @@
         Tomcat binary from the source bundle (note: it will be used by the build
         process of the additional components, but does not need to be actually
         used later on)</li>
-    <li>Execute the command <code>ant -f extras.xml</code> to run the build
+    <li>Execute the command <code>ant extras</code> to run the build
         script</li>
     <li>The additional components JARs will be placed in the
         <code>output/extras</code> folder</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org