Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 60587 invoked from network); 1 Feb 2010 23:22:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 23:22:14 -0000 Received: (qmail 44194 invoked by uid 500); 1 Feb 2010 23:22:13 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 44122 invoked by uid 500); 1 Feb 2010 23:22:13 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 44111 invoked by uid 99); 1 Feb 2010 23:22:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 23:22:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 23:22:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CADC123888EC; Mon, 1 Feb 2010 23:21:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r905451 - /tomcat/trunk/build.xml Date: Mon, 01 Feb 2010 23:21:41 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100201232141.CADC123888EC@eris.apache.org> Author: markt Date: Mon Feb 1 23:21:41 2010 New Revision: 905451 URL: http://svn.apache.org/viewvc?rev=905451&view=rev Log: Clean up the main build file in preparation for merging with dist and extras - Add some headers - Remove stuff that isn't used - Get tests working - Fix dependencies - Group build targets together - rename tmp to manifests Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=905451&r1=905450&r2=905451&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Mon Feb 1 23:21:41 2010 @@ -17,29 +17,25 @@ --> + - - - - - - - - - - - + + + + + + + + + - - + - - - - + + @@ -50,27 +46,32 @@ + + + + + - + - - - - - - - + + + + + + + + + + + - - - - - + @@ -103,21 +104,24 @@ - + + + - - + + + @@ -125,67 +129,12 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -282,6 +231,7 @@ + @@ -302,33 +252,66 @@ + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -337,8 +320,8 @@ - - + @@ -346,7 +329,7 @@ - + @@ -364,7 +347,7 @@ @@ -377,7 +360,7 @@ + manifest="${tomcat.manifests}/bootstrap.jar.manifest" /> + manifest="${tomcat.manifests}/default.manifest" > @@ -441,7 +424,7 @@ fullpath="META-INF/LICENSE" /> + manifest="${tomcat.manifests}/default.manifest" > @@ -451,7 +434,7 @@ fullpath="META-INF/LICENSE" /> + manifest="${tomcat.manifests}/default.manifest" > @@ -546,7 +529,7 @@ - - + + @@ -718,7 +702,7 @@ + depends="build-manifests,compile" > @@ -742,8 +726,9 @@ - + @@ -776,18 +761,18 @@ + depends="test-compile,deploy" > - + - + - + @@ -798,6 +783,21 @@ + + + + + + + + + + + + + + @@ -806,55 +806,10 @@ - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -887,7 +842,7 @@ - + @@ -901,7 +856,7 @@ - + @@ -918,7 +873,6 @@ - @@ -933,6 +887,9 @@ + + + @@ -974,7 +931,7 @@ + manifest="${tomcat.manifests}/default.manifest"> @@ -989,7 +946,7 @@ + manifest="${tomcat.manifests}/default.manifest"> @@ -1002,4 +959,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org