Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 40382115D3 for ; Fri, 21 Feb 2014 16:44:00 +0000 (UTC) Received: (qmail 58756 invoked by uid 500); 21 Feb 2014 16:43:56 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 58685 invoked by uid 500); 21 Feb 2014 16:43:56 -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 58675 invoked by uid 99); 21 Feb 2014 16:43:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 16:43:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 21 Feb 2014 16:43:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 828382388A56 for ; Fri, 21 Feb 2014 16:43:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1570632 - in /tomcat/tc7.0.x/trunk: ./ build.xml Date: Fri, 21 Feb 2014 16:43:31 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140221164331.828382388A56@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Fri Feb 21 16:43:31 2014 New Revision: 1570632 URL: http://svn.apache.org/r1570632 Log: Alternative fix to the empty dir in JAR file issue Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1570629 Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1570632&r1=1570631&r2=1570632&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/build.xml (original) +++ tomcat/tc7.0.x/trunk/build.xml Fri Feb 21 16:43:31 2014 @@ -284,8 +284,7 @@ - - + @@ -327,7 +326,7 @@ - + @@ -764,7 +763,7 @@ + manifest="${tomcat.manifests}/default.manifest" filesonly="true"> @@ -774,7 +773,7 @@ fullpath="META-INF/LICENSE" /> + manifest="${tomcat.manifests}/default.manifest" filesonly="true"> @@ -784,7 +783,7 @@ fullpath="META-INF/LICENSE" /> + manifest="${tomcat.manifests}/default.manifest" filesonly="true"> @@ -1521,9 +1520,10 @@ target="compile" /> + manifest="${tomcat.manifests}/default.manifest" + filesonly="true"> - + @@ -1557,7 +1557,8 @@ + manifest="${tomcat.manifests}/default.manifest" + filesonly="true"> @@ -1664,10 +1665,11 @@ description="Embedded packaging for those extras that can use it"> + manifest="${tomcat.manifests}/default.manifest" + filesonly="true"> - - + + @@ -1685,7 +1687,8 @@ + manifest="${tomcat.manifests}/default.manifest" + filesonly="true"> @@ -1990,13 +1993,13 @@ Apache Tomcat ${version} native binaries - + - - + @@ -2933,7 +2936,7 @@ Read the Building page on the Apache Tom - + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org