Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-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 0040677A1 for ; Sat, 10 Sep 2011 10:13:54 +0000 (UTC) Received: (qmail 86917 invoked by uid 500); 10 Sep 2011 10:13:53 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 86851 invoked by uid 500); 10 Sep 2011 10:13:45 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 86812 invoked by uid 99); 10 Sep 2011 10:13:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2011 10:13:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Sat, 10 Sep 2011 10:13:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 885FE238897D for ; Sat, 10 Sep 2011 10:13:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1167487 - in /camel/trunk/apache-camel/src/main/descriptors: unix-bin.xml windows-bin.xml Date: Sat, 10 Sep 2011 10:13:12 -0000 To: commits@camel.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110910101312.885FE238897D@eris.apache.org> Author: davsclaus Date: Sat Sep 10 10:13:12 2011 New Revision: 1167487 URL: http://svn.apache.org/viewvc?rev=1167487&view=rev Log: CAMEL-4432: Fixed assemble to exclue IDEA project files. This corrects a problem running the spring-ws example. Thanks to Babak for the patch. Modified: camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Modified: camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml?rev=1167487&r1=1167486&r2=1167487&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Sat Sep 10 10:13:12 2011 @@ -38,7 +38,7 @@ /examples - **/*.i* + **/*.i?? **/eclipse-classes/** **/.project **/.classpath Modified: camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml?rev=1167487&r1=1167486&r2=1167487&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Sat Sep 10 10:13:12 2011 @@ -38,7 +38,7 @@ /examples - **/*.i* + **/*.i?? **/eclipse-classes/** **/.project **/.classpath