From dev-return-191058-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Fri May 25 20:23:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EBACF180627 for ; Fri, 25 May 2018 20:23:07 +0200 (CEST) Received: (qmail 78835 invoked by uid 500); 25 May 2018 18:23:06 -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 78825 invoked by uid 99); 25 May 2018 18:23:06 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2018 18:23:06 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1D9A23A00C6 for ; Fri, 25 May 2018 18:23:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1832262 - in /tomcat/trunk: build.xml res/META-INF/annotations-api.jar.manifest webapps/docs/changelog.xml Date: Fri, 25 May 2018 18:23:05 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180525182306.1D9A23A00C6@svn01-us-west.apache.org> Author: markt Date: Fri May 25 18:23:05 2018 New Revision: 1832262 URL: http://svn.apache.org/viewvc?rev=1832262&view=rev Log: Correct the manifest for the annotations-api.jar. The JAR implements the Common Annotations API 1.3 and the manifest should reflect that. Modified: tomcat/trunk/build.xml tomcat/trunk/res/META-INF/annotations-api.jar.manifest tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1832262&r1=1832261&r2=1832262&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri May 25 18:23:05 2018 @@ -50,6 +50,8 @@ + + @@ -690,8 +692,6 @@ - - @@ -702,6 +702,7 @@ + + + Correct the manifest for the annotations-api.jar. The JAR implements the + Common Annotations API 1.3 and the manifest should reflect that. (markt) + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org