Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 85659 invoked from network); 15 Jul 2005 15:29:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jul 2005 15:29:00 -0000 Received: (qmail 9856 invoked by uid 500); 15 Jul 2005 15:28:56 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 9787 invoked by uid 500); 15 Jul 2005 15:28:56 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 9754 invoked by uid 99); 15 Jul 2005 15:28:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2005 08:28:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [82.209.166.11] (HELO smtp.bredband2.net) (82.209.166.11) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2005 08:28:51 -0700 Received: (qmail 18319 invoked from network); 15 Jul 2005 15:27:42 -0000 Received: from unknown (HELO [192.168.0.100]) ([83.233.23.228]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 15 Jul 2005 15:27:42 -0000 Message-ID: <42D7D62D.4010002@mdh.se> Date: Fri, 15 Jul 2005 17:28:45 +0200 From: Dennis Lundberg User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: svn commit: r219178 - in /jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare: maven.xml project.properties project.xml References: <20050715111228.2675.qmail@minotaur.apache.org> In-Reply-To: <20050715111228.2675.qmail@minotaur.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N skitching@apache.org wrote: > Modified: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.properties > URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.properties?rev=219178&r1=219177&r2=219178&view=diff > ============================================================================== > --- jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.properties (original) > +++ jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.properties Fri Jul 15 04:12:23 2005 > @@ -2,13 +2,25 @@ > # P R O J E C T P R O P E R T I E S > # ------------------------------------------------------------------- > > -compile.debug = on > -compile.optimize = off > +compile.debug = off > +compile.optimize = on > compile.deprecation = off > > maven.jarResources.basedir=${basedir}/src/java > > +maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory > + > +# ensure that the digester-x.y-src.tar.gz (and zip) distributions unpack into Copy-and-paste error - should be: # ensure that the cli-x.y-src.tar.gz (and zip) distributions unpack into > Modified: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.xml > URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.xml?rev=219178&r1=219177&r2=219178&view=diff > ============================================================================== > --- jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.xml (original) > +++ jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/project.xml Fri Jul 15 04:12:23 2005 > @@ -1,19 +1,61 @@ > > > > + > + 3 > commons-cli > CLI > > - 1.0 > + 1.0.1-dev > + > + > + The Apache Software Foundation > + http://jakarta.apache.org > + http://jakarta.apache.org/images/original-jakarta-logo.gif > + > + > 2002 > - Commons CLI > jakarta > + > + org.apache.commons.digester Another copy-and-paste error - should be: org.apache.commons.cli -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org