Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BB7518A55 for ; Tue, 19 Jan 2016 10:56:59 +0000 (UTC) Received: (qmail 87167 invoked by uid 500); 19 Jan 2016 10:56:59 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 87101 invoked by uid 500); 19 Jan 2016 10:56:59 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 87090 invoked by uid 99); 19 Jan 2016 10:56:59 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2016 10:56:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E6D9E1804FC for ; Tue, 19 Jan 2016 10:56:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.246 X-Spam-Level: * X-Spam-Status: No, score=1.246 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id RWnFRV_s6B9Q for ; Tue, 19 Jan 2016 10:56:56 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 3DA4420BC2 for ; Tue, 19 Jan 2016 10:56:55 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1510BE0185 for ; Tue, 19 Jan 2016 10:56:54 +0000 (UTC) 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 DB51C3A0572 for ; Tue, 19 Jan 2016 10:56:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1725467 - in /aries/trunk/async: async-all-index/ async-all-index/pom.xml async-all/pom.xml async-api/pom.xml async-impl/pom.xml async-index/ async-index/pom.xml pom.xml promise-api/pom.xml Date: Tue, 19 Jan 2016 10:56:53 -0000 To: commits@aries.apache.org From: timothyjward@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160119105653.DB51C3A0572@svn01-us-west.apache.org> Author: timothyjward Date: Tue Jan 19 10:56:53 2016 New Revision: 1725467 URL: http://svn.apache.org/viewvc?rev=1725467&view=rev Log: [async] Generate indexes for Aries Async, and tidy up dependencies so that the indexes are clean Added: aries/trunk/async/async-all-index/ aries/trunk/async/async-all-index/pom.xml aries/trunk/async/async-index/ aries/trunk/async/async-index/pom.xml Modified: aries/trunk/async/async-all/pom.xml aries/trunk/async/async-api/pom.xml aries/trunk/async/async-impl/pom.xml aries/trunk/async/pom.xml aries/trunk/async/promise-api/pom.xml Added: aries/trunk/async/async-all-index/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-all-index/pom.xml?rev=1725467&view=auto ============================================================================== --- aries/trunk/async/async-all-index/pom.xml (added) +++ aries/trunk/async/async-all-index/pom.xml Tue Jan 19 10:56:53 2016 @@ -0,0 +1,99 @@ + + + + + 4.0.0 + + + org.apache.aries + parent + 2.0.0 + ../parent/pom.xml + + + org.apache.aries.async + async-all-index + Apache Aries Async (all-in-one) Index + pom + 1.0.2-SNAPSHOT + + An index for the Apache Aries Async Service (all-in-one) + + + + scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-index + scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-index + http://svn.apache.org/viewvc/aries/trunk/async/async-index + + + + + REQUIRED + + + + + + apache-release + + FORBIDDEN + + + + deploy + + FORBIDDEN + + + + + + + + org.apache.aries.async + org.apache.aries.async + 1.0.2-SNAPSHOT + + + + + + + biz.aQute.bnd + bnd-indexer-maven-plugin + 3.1.0 + + ${local.url.policy} + + + + index + + index + + + + + + + + + + Modified: aries/trunk/async/async-all/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-all/pom.xml?rev=1725467&r1=1725466&r2=1725467&view=diff ============================================================================== --- aries/trunk/async/async-all/pom.xml (original) +++ aries/trunk/async/async-all/pom.xml Tue Jan 19 10:56:53 2016 @@ -56,6 +56,7 @@ org.apache.aries.async.impl, + org.osgi.util.tracker, net.sf.cglib.* @@ -77,25 +78,47 @@ org.apache.aries.async org.apache.aries.async.promise.api 1.0.2-SNAPSHOT + provided org.apache.aries.async org.apache.aries.async.api 1.0.2-SNAPSHOT + provided org.apache.aries.async org.apache.aries.async.impl 1.0.2-SNAPSHOT + provided + + + org.osgi + org.osgi.service.log + 1.3.0 + provided + + + org.osgi + org.osgi.util.tracker + 1.5.1 + provided + + + org.osgi + org.osgi.core + provided cglib cglib-nodep 3.1 + provided org.osgi org.osgi.compendium + provided Modified: aries/trunk/async/async-api/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-api/pom.xml?rev=1725467&r1=1725466&r2=1725467&view=diff ============================================================================== --- aries/trunk/async/async-api/pom.xml (original) +++ aries/trunk/async/async-api/pom.xml Tue Jan 19 10:56:53 2016 @@ -67,11 +67,13 @@ org.osgi org.osgi.core + provided org.osgi osgi.annotation 6.0.1 + provided Modified: aries/trunk/async/async-impl/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-impl/pom.xml?rev=1725467&r1=1725466&r2=1725467&view=diff ============================================================================== --- aries/trunk/async/async-impl/pom.xml (original) +++ aries/trunk/async/async-impl/pom.xml Tue Jan 19 10:56:53 2016 @@ -49,9 +49,12 @@ - org.apache.aries.async.impl + org.apache.aries.async.impl, + net.sf.cglib.* + !net.sf.cglib.asm.util, + !org.apache.tools.*, * 1.0.1 @@ -70,21 +73,30 @@ org.osgi - org.osgi.core + org.osgi.service.log + 1.3.0 org.osgi - org.osgi.compendium + org.osgi.util.tracker + 1.5.1 + + + org.osgi + org.osgi.core + provided org.osgi osgi.annotation 6.0.1 + provided cglib cglib-nodep 3.1 + provided junit Added: aries/trunk/async/async-index/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-index/pom.xml?rev=1725467&view=auto ============================================================================== --- aries/trunk/async/async-index/pom.xml (added) +++ aries/trunk/async/async-index/pom.xml Tue Jan 19 10:56:53 2016 @@ -0,0 +1,99 @@ + + + + + 4.0.0 + + + org.apache.aries + parent + 2.0.0 + ../parent/pom.xml + + + org.apache.aries.async + async-index + Apache Aries Async Index + pom + 1.0.2-SNAPSHOT + + An index for the Apache Aries Async Service + + + + scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-index + scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-index + http://svn.apache.org/viewvc/aries/trunk/async/async-index + + + + + REQUIRED + + + + + + apache-release + + FORBIDDEN + + + + deploy + + FORBIDDEN + + + + + + + + org.apache.aries.async + org.apache.aries.async.impl + 1.0.2-SNAPSHOT + + + + + + + biz.aQute.bnd + bnd-indexer-maven-plugin + 3.1.0 + + ${local.url.policy} + + + + index + + index + + + + + + + + + + Modified: aries/trunk/async/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/pom.xml?rev=1725467&r1=1725466&r2=1725467&view=diff ============================================================================== --- aries/trunk/async/pom.xml (original) +++ aries/trunk/async/pom.xml Tue Jan 19 10:56:53 2016 @@ -48,6 +48,8 @@ async-api async-impl async-all + async-index + async-all-index Modified: aries/trunk/async/promise-api/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/promise-api/pom.xml?rev=1725467&r1=1725466&r2=1725467&view=diff ============================================================================== --- aries/trunk/async/promise-api/pom.xml (original) +++ aries/trunk/async/promise-api/pom.xml Tue Jan 19 10:56:53 2016 @@ -61,14 +61,10 @@ - org.apache.aries - org.apache.aries.util - 1.0.0 - - org.osgi osgi.annotation 6.0.1 + provided junit