Return-Path: Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: (qmail 79322 invoked from network); 2 Sep 2009 00:28:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Sep 2009 00:28:24 -0000 Received: (qmail 58733 invoked by uid 500); 2 Sep 2009 00:28:23 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 58662 invoked by uid 500); 2 Sep 2009 00:28:23 -0000 Mailing-List: contact commits-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list commits@tuscany.apache.org Received: (qmail 58634 invoked by uid 99); 2 Sep 2009 00:28:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 00:28:23 +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; Wed, 02 Sep 2009 00:28:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 86B2C2388867; Wed, 2 Sep 2009 00:27:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r810319 - in /tuscany/java/sca/modules/endpoint-wrapper: META-INF/MANIFEST.MF pom.xml Date: Wed, 02 Sep 2009 00:27:59 -0000 To: commits@tuscany.apache.org From: rfeng@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090902002759.86B2C2388867@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rfeng Date: Wed Sep 2 00:27:59 2009 New Revision: 810319 URL: http://svn.apache.org/viewvc?rev=810319&view=rev Log: Make some dependencies as test scoped Modified: tuscany/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF tuscany/java/sca/modules/endpoint-wrapper/pom.xml Modified: tuscany/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF?rev=810319&r1=810318&r2=810319&view=diff ============================================================================== --- tuscany/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF (original) +++ tuscany/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF Wed Sep 2 00:27:59 2009 @@ -9,10 +9,10 @@ Bundle-ManifestVersion: 2 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-Description: Apache Tuscany SCA Default Endpoint Wrapper -Import-Package: javax.xml.stream;resolution:=optional, - org.apache.tuscany.sca.endpoint.impl;version="2.0.0", +Import-Package: org.apache.tuscany.sca.endpoint.impl;version="2.0.0", + org.apache.tuscany.sca.endpoint.tribes;version="2.0.0", org.apache.tuscany.sca.management;version="2.0.0", - org.apache.tuscany.sca.endpoint.tribes;version="2.0.0" + org.apache.tuscany.sca.runtime;version="2.0.0" Bundle-SymbolicName: org.apache.tuscany.sca.endpoint.wrapper Bundle-DocURL: http://www.apache.org/ Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 Modified: tuscany/java/sca/modules/endpoint-wrapper/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/endpoint-wrapper/pom.xml?rev=810319&r1=810318&r2=810319&view=diff ============================================================================== --- tuscany/java/sca/modules/endpoint-wrapper/pom.xml (original) +++ tuscany/java/sca/modules/endpoint-wrapper/pom.xml Wed Sep 2 00:27:59 2009 @@ -31,36 +31,66 @@ Apache Tuscany SCA Endpoint Wrapper - + org.apache.tuscany.sca tuscany-endpoint 2.0-SNAPSHOT - - - + + + org.apache.tuscany.sca tuscany-endpoint-tribes 2.0-SNAPSHOT - - + + org.apache.tuscany.sca tuscany-assembly-xml 2.0-SNAPSHOT test - + org.apache.tuscany.sca tuscany-core 2.0-SNAPSHOT test - + + + org.apache.tuscany.sca + tuscany-extensibility + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-monitor + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-contribution + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-sca-api + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-definitions + 2.0-SNAPSHOT + test + org.apache.tuscany.sca tuscany-assembly 2.0-SNAPSHOT test - +