Return-Path: Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: (qmail 1207 invoked from network); 31 Aug 2010 00:21:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Aug 2010 00:21:10 -0000 Received: (qmail 72481 invoked by uid 500); 31 Aug 2010 00:21:10 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 72446 invoked by uid 500); 31 Aug 2010 00:21:10 -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 72439 invoked by uid 99); 31 Aug 2010 00:21:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 00:21:10 +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, 31 Aug 2010 00:21:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AC4AA238890A; Tue, 31 Aug 2010 00:19:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r991045 - in /tuscany/sca-java-2.x/trunk/samples: implementation-extension/build.xml pom.xml Date: Tue, 31 Aug 2010 00:19:49 -0000 To: commits@tuscany.apache.org From: jsdelfino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100831001949.AC4AA238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jsdelfino Date: Tue Aug 31 00:19:49 2010 New Revision: 991045 URL: http://svn.apache.org/viewvc?rev=991045&view=rev Log: Add sample to Maven build. Remove outdated build.xml, will add a working one later. Removed: tuscany/sca-java-2.x/trunk/samples/implementation-extension/build.xml Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=991045&r1=991044&r2=991045&view=diff ============================================================================== --- tuscany/sca-java-2.x/trunk/samples/pom.xml (original) +++ tuscany/sca-java-2.x/trunk/samples/pom.xml Tue Aug 31 00:19:49 2010 @@ -69,6 +69,7 @@ binding-jsonrpc implementation-java implementation-script + implementation-extension