Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE1F5104EE for ; Sun, 6 Apr 2014 02:58:32 +0000 (UTC) Received: (qmail 2848 invoked by uid 500); 6 Apr 2014 02:58:31 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 2824 invoked by uid 500); 6 Apr 2014 02:58:29 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 2816 invoked by uid 99); 6 Apr 2014 02:58:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2014 02:58:28 +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; Sun, 06 Apr 2014 02:58:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5FB6B23889EC; Sun, 6 Apr 2014 02:58:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1585234 - /logging/log4j/log4j2/trunk/log4j-core/pom.xml Date: Sun, 06 Apr 2014 02:58:05 -0000 To: commits@logging.apache.org From: mattsicker@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140406025805.5FB6B23889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mattsicker Date: Sun Apr 6 02:58:04 2014 New Revision: 1585234 URL: http://svn.apache.org/r1585234 Log: Migrate to annotation processor. - Commented out old method of pre-processing annotations. Modified: logging/log4j/log4j2/trunk/log4j-core/pom.xml Modified: logging/log4j/log4j2/trunk/log4j-core/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/pom.xml?rev=1585234&r1=1585233&r2=1585234&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/log4j-core/pom.xml (original) +++ logging/log4j/log4j2/trunk/log4j-core/pom.xml Sun Apr 6 02:58:04 2014 @@ -38,6 +38,11 @@ org.apache.logging.log4j log4j-api + + + org.apache.logging.log4j + log4j-plugin-processor + org.osgi @@ -226,6 +231,8 @@ + + org.apache.felix maven-bundle-plugin @@ -415,6 +423,7 @@ +