Return-Path: Delivered-To: apmail-incubator-aries-commits-archive@minotaur.apache.org Received: (qmail 71762 invoked from network); 20 Jul 2010 15:43:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jul 2010 15:43:19 -0000 Received: (qmail 24190 invoked by uid 500); 20 Jul 2010 15:43:19 -0000 Delivered-To: apmail-incubator-aries-commits-archive@incubator.apache.org Received: (qmail 24131 invoked by uid 500); 20 Jul 2010 15:43:18 -0000 Mailing-List: contact aries-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-commits@incubator.apache.org Received: (qmail 24123 invoked by uid 99); 20 Jul 2010 15:43:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 15:43:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 20 Jul 2010 15:43:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0B22923889BF; Tue, 20 Jul 2010 15:41:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r965884 - in /incubator/aries/sandbox/linsun/mds: mds-blueprint/ mds-blueprint/pom.xml pom.xml Date: Tue, 20 Jul 2010 15:41:51 -0000 To: aries-commits@incubator.apache.org From: linsun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100720154152.0B22923889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: linsun Date: Tue Jul 20 15:41:51 2010 New Revision: 965884 URL: http://svn.apache.org/viewvc?rev=965884&view=rev Log: [message-driven-service]add message-driven blueprint project which allows user to easily mark message driven bean and service in blueprint definition XML using custom message-driven namespace Added: incubator/aries/sandbox/linsun/mds/mds-blueprint/ incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml (with props) Modified: incubator/aries/sandbox/linsun/mds/pom.xml Added: incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml?rev=965884&view=auto ============================================================================== --- incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml (added) +++ incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml Tue Jul 20 15:41:51 2010 @@ -0,0 +1,86 @@ + + + + 4.0.0 + + org.apache.aries + mds + 0.2-incubating-SNAPSHOT + + + org.apache.aries.mds.blueprint + bundle + Apache Aries Message Driven Service custom namespace handler implementation + + This bundle contains the Message driven custom Namespace Handler + + + + + org.apache.aries.mds.blueprint + + + !org.apache.aries.mds.blueprint.*, + * + + + + + + org.osgi + org.osgi.core + provided + + + org.osgi + org.osgi.compendium + provided + + + org.eclipse + osgi + provided + + + org.apache.aries.blueprint + org.apache.aries.blueprint + provided + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + test + + + junit + junit + test + + + org.apache.aries.testsupport + org.apache.aries.testsupport.unit + test + + + + + Propchange: incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: incubator/aries/sandbox/linsun/mds/mds-blueprint/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: incubator/aries/sandbox/linsun/mds/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/sandbox/linsun/mds/pom.xml?rev=965884&r1=965883&r2=965884&view=diff ============================================================================== --- incubator/aries/sandbox/linsun/mds/pom.xml (original) +++ incubator/aries/sandbox/linsun/mds/pom.xml Tue Jul 20 15:41:51 2010 @@ -16,12 +16,11 @@ --> - - - org.apache.aries - java5-parent - 0.2-incubating-SNAPSHOT - + + org.apache.aries + java5-parent + 0.2-incubating-SNAPSHOT + 4.0.0 org.apache.aries @@ -319,16 +318,23 @@ + + + + junit + junit + 4.8.1 + test + + + org.apache.aries.testsupport + org.apache.aries.testsupport.unit + ${version} + test + - + - - - junit - junit - test - -