Return-Path: X-Original-To: apmail-geronimo-scm-archive@www.apache.org Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE1FFE4D9 for ; Mon, 26 Nov 2012 19:34:33 +0000 (UTC) Received: (qmail 10187 invoked by uid 500); 26 Nov 2012 19:34:33 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 10150 invoked by uid 500); 26 Nov 2012 19:34:33 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 10143 invoked by uid 99); 26 Nov 2012 19:34:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 19:34:33 +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; Mon, 26 Nov 2012 19:34:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 80F9F23889E2; Mon, 26 Nov 2012 19:34:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1413796 - in /geronimo/bundles/trunk: aspectjrt/pom.xml aspectjweaver/pom.xml Date: Mon, 26 Nov 2012 19:34:12 -0000 To: scm@geronimo.apache.org, commits@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121126193412.80F9F23889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gawor Date: Mon Nov 26 19:34:11 2012 New Revision: 1413796 URL: http://svn.apache.org/viewvc?rev=1413796&view=rev Log: GERONIMO-6415: Make sure aspectjweaver exports all its packages. aspectjrt is a subset of aspectjweaver Modified: geronimo/bundles/trunk/aspectjrt/pom.xml geronimo/bundles/trunk/aspectjweaver/pom.xml Modified: geronimo/bundles/trunk/aspectjrt/pom.xml URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/aspectjrt/pom.xml?rev=1413796&r1=1413795&r2=1413796&view=diff ============================================================================== --- geronimo/bundles/trunk/aspectjrt/pom.xml (original) +++ geronimo/bundles/trunk/aspectjrt/pom.xml Mon Nov 26 19:34:11 2012 @@ -26,6 +26,8 @@ 1.0 + + org.apache.geronimo.bundles aspectjrt 1.6.8_2-SNAPSHOT Modified: geronimo/bundles/trunk/aspectjweaver/pom.xml URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/aspectjweaver/pom.xml?rev=1413796&r1=1413795&r2=1413796&view=diff ============================================================================== --- geronimo/bundles/trunk/aspectjweaver/pom.xml (original) +++ geronimo/bundles/trunk/aspectjweaver/pom.xml Mon Nov 26 19:34:11 2012 @@ -63,7 +63,7 @@ maven-bundle-plugin - org.aspectj.weaver*;version="${pkgVersion}" + org.aspectj*;version="${pkgVersion}" org*;resolution:=optional,javax*;resolution:=optional,com*;resolution:=optional,*