Return-Path: X-Original-To: apmail-tuscany-commits-archive@www.apache.org Delivered-To: apmail-tuscany-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 48E954963 for ; Wed, 25 May 2011 23:48:33 +0000 (UTC) Received: (qmail 23643 invoked by uid 500); 25 May 2011 23:48:33 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 23609 invoked by uid 500); 25 May 2011 23:48:33 -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 23602 invoked by uid 99); 25 May 2011 23:48:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2011 23:48:33 +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; Wed, 25 May 2011 23:48:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 329DC2388897; Wed, 25 May 2011 23:48:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1127735 - in /tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet: chat-webapp/ pubsub-webapp/ Date: Wed, 25 May 2011 23:48:10 -0000 To: commits@tuscany.apache.org From: fmoga@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110525234810.329DC2388897@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmoga Date: Wed May 25 23:48:09 2011 New Revision: 1127735 URL: http://svn.apache.org/viewvc?rev=1127735&view=rev Log: Add ignores for eclipse and binary files in the new samples. Modified: tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/chat-webapp/ (props changed) tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/pubsub-webapp/ (props changed) Propchange: tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/chat-webapp/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed May 25 23:48:09 2011 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project Propchange: tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/pubsub-webapp/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed May 25 23:48:09 2011 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project