From 6f9d077e0d27ed4921527cc4dc77b92ae6aabd12 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 2 Dec 2010 20:35:15 +0000 Subject: [PATCH] Add an embedded distribution to the release build git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1041573 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 8 +++++--- build.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 53 insertions(+), 7 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 6b5eb3026..89dc46f76 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -133,9 +133,11 @@ The documentation can be easly built: cd ${tomcat.source} ant extras -(7) Building a full release (as provided via the ASF download pages): - +(7) Building the embedded packages. cd ${tomcat.source} - ant release + ant embed +(8) Building a full release (as provided via the ASF download pages): + cd ${tomcat.source} + ant release diff --git a/build.xml b/build.xml index 7ee8c8de2..31060cdae 100644 --- a/build.xml +++ b/build.xml @@ -896,7 +896,7 @@ - @@ -943,9 +943,44 @@ - + depends="embed-jars,embed-sources,embed-extras" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1320,7 +1355,7 @@ - + @@ -1602,6 +1637,15 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + + + + + + + + + -- 2.11.0