Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 48543 invoked from network); 30 Apr 2007 09:20:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2007 09:20:11 -0000 Received: (qmail 56322 invoked by uid 500); 30 Apr 2007 09:20:17 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 56144 invoked by uid 500); 30 Apr 2007 09:20:17 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 56133 invoked by uid 99); 30 Apr 2007 09:20:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 02:20:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rahul.thakur.xdev@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 02:20:10 -0700 Received: by an-out-0708.google.com with SMTP id c38so1145015ana for ; Mon, 30 Apr 2007 02:19:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MqidiXwvbMvh1Yf8ZollHUGf5Wz9vMCQxHHTZSK6ZsRXy1gdfPy5X6P77ndyuERzyI21JLDFTEuDQmXZcZq7zGk7AfGJ/M9UFiX7SYgPAN9jAubPOD2Je4QTn/mi2CXigp7PGTdZQbrBPITWN/ERByqykHHHDo5tUeuQONnkbGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kEF4d3HZwN/TefFyW5RuqHrQBd8QK3qOgGzBhtjxWrQs3QcEZBk39ul48/AaApb5olMxnbgwi+e9B+PFlVUBt3dPTBHFSy+yU+rgz3nbnm+8enj9S6oxrDfNKBsMB7Zq8nKb9t9FWsXT2A2ZeWrUX5Rn1OH8NnP7JXXOK9H82wE= Received: by 10.100.107.2 with SMTP id f2mr3964996anc.1177924789367; Mon, 30 Apr 2007 02:19:49 -0700 (PDT) Received: by 10.100.8.7 with HTTP; Mon, 30 Apr 2007 02:19:49 -0700 (PDT) Message-ID: <5d3354e30704300219l1be6b528p906689a15b7ab7c2@mail.gmail.com> Date: Mon, 30 Apr 2007 21:19:49 +1200 From: "Rahul Thakur" To: continuum-dev@maven.apache.org Subject: Re: svn commit: r521662 - in /maven/continuum/trunk: continuum-model/pom.xml pom.xml In-Reply-To: <20070323103136.BE5C11A983A@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070323103136.BE5C11A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Do we really need to specify the ? Eclipse barfs on output folders being added as source directories and flags build errors (Eclipse related) on all dependent projects. Rahul On 3/23/07, evenisse@apache.org wrote: > Author: evenisse > Date: Fri Mar 23 03:31:35 2007 > New Revision: 521662 > > URL: http://svn.apache.org/viewvc?view=rev&rev=521662 > Log: > Use the released modello > Fix the build with the new modello > > Modified: > maven/continuum/trunk/continuum-model/pom.xml > maven/continuum/trunk/pom.xml > > Modified: maven/continuum/trunk/continuum-model/pom.xml > URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-model/pom.xml?view=diff&rev=521662&r1=521661&r2=521662 > ============================================================================== > --- maven/continuum/trunk/continuum-model/pom.xml (original) > +++ maven/continuum/trunk/continuum-model/pom.xml Fri Mar 23 03:31:35 2007 > @@ -46,6 +46,7 @@ > > > src/main/mdo/continuum.xml > + ${basedir}/target/classes/META-INF > > > > @@ -55,6 +56,7 @@ > > > src/main/mdo/continuum.xml > + ${basedir}/target/classes/META-INF > true > > > > Modified: maven/continuum/trunk/pom.xml > URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diff&rev=521662&r1=521661&r2=521662 > ============================================================================== > --- maven/continuum/trunk/pom.xml (original) > +++ maven/continuum/trunk/pom.xml Fri Mar 23 03:31:35 2007 > @@ -74,7 +74,7 @@ > > org.codehaus.modello > modello-maven-plugin > - 1.0-alpha-15-SNAPSHOT > + 1.0-alpha-15 > > > > > >