Return-Path: Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: (qmail 46693 invoked from network); 16 Aug 2010 15:26:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 15:26:44 -0000 Received: (qmail 55857 invoked by uid 500); 16 Aug 2010 15:26:44 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 55802 invoked by uid 500); 16 Aug 2010 15:26:43 -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 55793 invoked by uid 99); 16 Aug 2010 15:26:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 15:26:43 +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; Mon, 16 Aug 2010 15:26:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 82EC3238890A; Mon, 16 Aug 2010 15:25:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r985990 - /tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml Date: Mon, 16 Aug 2010 15:25:23 -0000 To: commits@tuscany.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100816152523.82EC3238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antelder Date: Mon Aug 16 15:25:23 2010 New Revision: 985990 URL: http://svn.apache.org/viewvc?rev=985990&view=rev Log: Add some more excludes. There are some more needed after the sample name refactors a while ago which means the samples target\classes folders are getting incuded in the bin distro, i'm not sure why that happens though Modified: tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml Modified: tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml?rev=985990&r1=985989&r2=985990&view=diff ============================================================================== --- tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml (original) +++ tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml Mon Aug 16 15:25:23 2010 @@ -39,6 +39,8 @@ **/target/dependency-maven-plugin-markers/**/* **/target/.felix **/target/.felix/**/* + **/target/generated-sources + **/target/generated-sources/**/* **/target/maven-archiver **/target/maven-archiver/**/* **/target/maven-shared-archive-resources @@ -55,6 +57,8 @@ **/target/war/**/* webapps/*/target webapps/*/target/**/* + helloworld-bpel/target/sample-helloworld-bpel + helloworld-bpel/target/sample-helloworld-bpel/**/*