Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 19750 invoked from network); 7 Feb 2007 00:28:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 00:28:27 -0000 Received: (qmail 1154 invoked by uid 500); 7 Feb 2007 00:28:32 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 334 invoked by uid 500); 7 Feb 2007 00:28:29 -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 323 invoked by uid 500); 7 Feb 2007 00:28:29 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 320 invoked by uid 99); 7 Feb 2007 00:28:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 16:28:29 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 16:28:21 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 88B961A981A; Tue, 6 Feb 2007 16:28:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r504386 - in /tomcat/connectors/trunk: http11/build.xml jk/build.xml util/build.xml Date: Wed, 07 Feb 2007 00:28:01 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070207002801.88B961A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Tue Feb 6 16:28:00 2007 New Revision: 504386 URL: http://svn.apache.org/viewvc?view=rev&rev=504386 Log: Switch to a straight JDK 1.4 test to determine which components to exclude when building TC4 on JDK 1.3. This should sit better along side the TC5 build process. Modified: tomcat/connectors/trunk/http11/build.xml tomcat/connectors/trunk/jk/build.xml tomcat/connectors/trunk/util/build.xml Modified: tomcat/connectors/trunk/http11/build.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/build.xml?view=diff&rev=504386&r1=504385&r2=504386 ============================================================================== --- tomcat/connectors/trunk/http11/build.xml (original) +++ tomcat/connectors/trunk/http11/build.xml Tue Feb 6 16:28:00 2007 @@ -119,7 +119,6 @@ - @@ -168,7 +167,7 @@ debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}"> - + Modified: tomcat/connectors/trunk/jk/build.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/build.xml?view=diff&rev=504386&r1=504385&r2=504386 ============================================================================== --- tomcat/connectors/trunk/jk/build.xml (original) +++ tomcat/connectors/trunk/jk/build.xml Tue Feb 6 16:28:00 2007 @@ -102,7 +102,6 @@ - @@ -145,7 +144,6 @@ --> - @@ -206,7 +204,7 @@ verbose="off" > - + Modified: tomcat/connectors/trunk/util/build.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/util/build.xml?view=diff&rev=504386&r1=504385&r2=504386 ============================================================================== --- tomcat/connectors/trunk/util/build.xml (original) +++ tomcat/connectors/trunk/util/build.xml Tue Feb 6 16:28:00 2007 @@ -43,7 +43,6 @@ - @@ -63,7 +62,6 @@ - @@ -86,7 +84,7 @@ - + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org