Return-Path: Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: (qmail 67521 invoked from network); 7 Apr 2011 20:15:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 20:15:15 -0000 Received: (qmail 81620 invoked by uid 500); 7 Apr 2011 20:15:15 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 81575 invoked by uid 500); 7 Apr 2011 20:15:15 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 81568 invoked by uid 99); 7 Apr 2011 20:15:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 20:15:15 +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; Thu, 07 Apr 2011 20:15:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 68F172388A66; Thu, 7 Apr 2011 20:14:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1089981 - in /mahout/trunk: .gitignore buildtools/pom.xml core/pom.xml distribution/pom.xml examples/pom.xml math/pom.xml pom.xml taste-web/pom.xml utils/pom.xml Date: Thu, 07 Apr 2011 20:14:53 -0000 To: commits@mahout.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110407201453.68F172388A66@eris.apache.org> Author: bimargulies Date: Thu Apr 7 20:14:52 2011 New Revision: 1089981 URL: http://svn.apache.org/viewvc?rev=1089981&view=rev Log: Merge branch 'pom-cleanup' into trunk Modified: mahout/trunk/.gitignore mahout/trunk/buildtools/pom.xml mahout/trunk/core/pom.xml mahout/trunk/distribution/pom.xml mahout/trunk/examples/pom.xml mahout/trunk/math/pom.xml mahout/trunk/pom.xml mahout/trunk/taste-web/pom.xml mahout/trunk/utils/pom.xml Modified: mahout/trunk/.gitignore URL: http://svn.apache.org/viewvc/mahout/trunk/.gitignore?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/.gitignore (original) +++ mahout/trunk/.gitignore Thu Apr 7 20:14:52 2011 @@ -10,3 +10,18 @@ buildtools/target/* utils/target/* eclipse/target/* taste-web/target/* +.settings/ +buildtools/.settings/ +core/.settings/ +core/build/ +core/input/ +core/output/ +core/testdata/ +distribution/.settings/ +eclipse/.settings/ +examples/.settings/ +foo +math-tests/ +math/.settings/ +taste-web/.settings/ +utils/.settings/ Modified: mahout/trunk/buildtools/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/buildtools/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/buildtools/pom.xml (original) +++ mahout/trunk/buildtools/pom.xml Thu Apr 7 20:14:52 2011 @@ -34,9 +34,4 @@ jar - - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/buildtools - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/buildtools - https://svn.apache.org/repos/asf/mahout/trunk/buildtools - Modified: mahout/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/core/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/core/pom.xml (original) +++ mahout/trunk/core/pom.xml Thu Apr 7 20:14:52 2011 @@ -226,11 +226,4 @@ commons-collections - - - - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/core - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/core - https://svn.apache.org/repos/asf/mahout/trunk/core - Modified: mahout/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/distribution/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/distribution/pom.xml (original) +++ mahout/trunk/distribution/pom.xml Thu Apr 7 20:14:52 2011 @@ -116,9 +116,4 @@ war - - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/distribution - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/distribution - https://svn.apache.org/repos/asf/mahout/trunk/distribution - Modified: mahout/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/examples/pom.xml (original) +++ mahout/trunk/examples/pom.xml Thu Apr 7 20:14:52 2011 @@ -223,10 +223,4 @@ - - - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples - https://svn.apache.org/repos/asf/mahout/trunk/examples - Modified: mahout/trunk/math/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/math/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/math/pom.xml (original) +++ mahout/trunk/math/pom.xml Thu Apr 7 20:14:52 2011 @@ -130,22 +130,4 @@ test - - - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/math - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/math - https://svn.apache.org/repos/asf/mahout/trunk/math - - - - Apache snapshots - http://people.apache.org/maven-snapshot-repository - - true - - - false - - - Modified: mahout/trunk/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/pom.xml (original) +++ mahout/trunk/pom.xml Thu Apr 7 20:14:52 2011 @@ -23,6 +23,13 @@ org.apache.mahout mahout 0.5-SNAPSHOT + + + org.apache + apache + 9 + + pom Apache Mahout http://mahout.apache.org @@ -94,38 +101,11 @@ - maven2-repository.maven.org - Maven.org Repository for Maven - http://repo1.maven.org/maven2 - default - - maven2-repository.dev.java.net Java.net Repository for Maven http://download.java.net/maven/2 default - - Apache snapshots - http://people.apache.org/maven-snapshot-repository - - true - - - false - - - - Apache Releases - https://repository.apache.org/content/repositories/releases - - false - - - true - - - Jira Modified: mahout/trunk/taste-web/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/taste-web/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/taste-web/pom.xml (original) +++ mahout/trunk/taste-web/pom.xml Thu Apr 7 20:14:52 2011 @@ -198,24 +198,4 @@ - - - - Apache snapshots - http://people.apache.org/maven-snapshot-repository - - true - - - false - - - - - - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp - https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp - - Modified: mahout/trunk/utils/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/utils/pom.xml?rev=1089981&r1=1089980&r2=1089981&view=diff ============================================================================== --- mahout/trunk/utils/pom.xml (original) +++ mahout/trunk/utils/pom.xml Thu Apr 7 20:14:52 2011 @@ -176,10 +176,4 @@ - - - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/utils - scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/utils - https://svn.apache.org/repos/asf/mahout/trunk/utils -