From 1ffd296062dc16611d068df9e90164e4b3ef2143 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 10 Feb 2010 13:10:51 +0000 Subject: [PATCH] Improvements for building jasper-jdt.jar: - Rebuild jasper-jdt.jar if jdt.jar was updated or redownloaded, or the build file was updated - Purge target directory before unjarring, to avoid repacking stale files - Clean unjarred files after the build as they are not needed git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@908484 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index fd20af64b..38710a74d 100644 --- a/build.xml +++ b/build.xml @@ -1664,13 +1664,14 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - - + + + + + - - - + @@ -1764,6 +1765,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + + + + + + + + -- 2.11.0