Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 521796153 for ; Sun, 5 Jun 2011 17:05:02 +0000 (UTC) Received: (qmail 17938 invoked by uid 500); 5 Jun 2011 17:05:02 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 17910 invoked by uid 500); 5 Jun 2011 17:05:02 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 17903 invoked by uid 99); 5 Jun 2011 17:05:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jun 2011 17:05:02 +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; Sun, 05 Jun 2011 17:05:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 31AC32388A1C; Sun, 5 Jun 2011 17:04:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1132458 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java Date: Sun, 05 Jun 2011 17:04:41 -0000 To: notifications@ant.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110605170441.31AC32388A1C@eris.apache.org> Author: mbenson Date: Sun Jun 5 17:04:40 2011 New Revision: 1132458 URL: http://svn.apache.org/viewvc?rev=1132458&view=rev Log: spelling Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java?rev=1132458&r1=1132457&r2=1132458&view=diff ============================================================================== --- ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java (original) +++ ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java Sun Jun 5 17:04:40 2011 @@ -352,7 +352,7 @@ public class PomModuleDescriptorBuilder } public void addDependency(DependencyDescriptor descriptor) { - // Some POMs depend on theirselfves through their parent pom, don't add this dependency + // Some POMs depend on themselves through their parent pom, don't add this dependency // since Ivy doesn't allow this! // Example: http://repo2.maven.org/maven2/com/atomikos/atomikos-util/3.6.4/atomikos-util-3.6.4.pom ModuleId dependencyId = descriptor.getDependencyId();