Return-Path: X-Original-To: apmail-hama-commits-archive@www.apache.org Delivered-To: apmail-hama-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 68ECA10D8B for ; Wed, 2 Oct 2013 01:16:50 +0000 (UTC) Received: (qmail 12162 invoked by uid 500); 2 Oct 2013 01:16:50 -0000 Delivered-To: apmail-hama-commits-archive@hama.apache.org Received: (qmail 12116 invoked by uid 500); 2 Oct 2013 01:16:49 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 11901 invoked by uid 99); 2 Oct 2013 01:16:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 01:16:49 +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, 02 Oct 2013 01:16:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B3A48238899C; Wed, 2 Oct 2013 01:16:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1528294 - /hama/trunk/pom.xml Date: Wed, 02 Oct 2013 01:16:26 -0000 To: commits@hama.apache.org From: edwardyoon@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131002011626.B3A48238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: edwardyoon Date: Wed Oct 2 01:16:26 2013 New Revision: 1528294 URL: http://svn.apache.org/r1528294 Log: automatically generated makefiles should be deleted by mvn clean command Modified: hama/trunk/pom.xml Modified: hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1528294&r1=1528293&r2=1528294&view=diff ============================================================================== --- hama/trunk/pom.xml (original) +++ hama/trunk/pom.xml Wed Oct 2 01:16:26 2013 @@ -400,6 +400,11 @@ lib/** logs/** docs/apidocs/** + c++/src/CMakeCache.txt + c++/src/CMakeFiles/ + c++/src/Makefile + c++/src/cmake_install.cmake + c++/src/examples/