From 667ceb123d1446b9db4ce227329ae2422a767dbd Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 2 Feb 2010 00:26:28 +0000 Subject: [PATCH] Remove separate extras build script git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905474 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 2 +- extras.xml | 315 ------------------------------------------------ webapps/docs/extras.xml | 2 +- 3 files changed, 2 insertions(+), 317 deletions(-) delete mode 100644 extras.xml diff --git a/BUILDING.txt b/BUILDING.txt index 75960aa85..19611dd5c 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -132,7 +132,7 @@ The documentation can be easly built: (6) Building the extras (commons-logging, webservices etc.). cd ${tomcat.source} - ant -f extras.xml + ant extras (7) Building a release running tests: diff --git a/extras.xml b/extras.xml deleted file mode 100644 index 9b3100f0b..000000000 --- a/extras.xml +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/webapps/docs/extras.xml b/webapps/docs/extras.xml index 0cc18e97f..0bc1f2f77 100644 --- a/webapps/docs/extras.xml +++ b/webapps/docs/extras.xml @@ -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) -
  • Execute the command ant -f extras.xml to run the build +
  • Execute the command ant extras to run the build script
  • The additional components JARs will be placed in the output/extras folder
  • -- 2.11.0