Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4103575E8 for ; Wed, 21 Sep 2011 00:35:56 +0000 (UTC) Received: (qmail 69859 invoked by uid 500); 21 Sep 2011 00:35:55 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 69770 invoked by uid 500); 21 Sep 2011 00:35:55 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 69760 invoked by uid 99); 21 Sep 2011 00:35:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 00:35:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 00:35:48 +0000 Received: by vws7 with SMTP id 7so1800685vws.7 for ; Tue, 20 Sep 2011 17:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=zqLhsO66b0IAB5qi6vZNiAEjlsGdnqZNAFcC730XmNE=; b=b+XgsJOVtxg3djA36MR105FaXvUutef5e9gPQTGQ+4aFKiejmVcr6zIOTtsmlUJAju m2BSz8LmQqcgicGxGHksgaX7PRq45YZ/2qWkX/uMDlgcs5UiAL+06Aw+xnQ+dmhEqZxk NB9997R+O4kghpxdiKXmaVrXOG04Ip3JudPlI= MIME-Version: 1.0 Received: by 10.52.94.112 with SMTP id db16mr1296517vdb.497.1316565327174; Tue, 20 Sep 2011 17:35:27 -0700 (PDT) Received: by 10.220.155.147 with HTTP; Tue, 20 Sep 2011 17:35:27 -0700 (PDT) In-Reply-To: <20110921001056.8CBB023889E7@eris.apache.org> References: <20110921001056.8CBB023889E7@eris.apache.org> Date: Wed, 21 Sep 2011 01:35:27 +0100 Message-ID: Subject: Re: svn commit: r1173434 - /commons/proper/codec/trunk/pom.xml From: sebb To: dev@commons.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 21 September 2011 01:10, wrote: > Author: ggregory > Date: Wed Sep 21 00:10:56 2011 > New Revision: 1173434 > > URL: http://svn.apache.org/viewvc?rev=3D1173434&view=3Drev > Log: > [CODEC-129] Use standard Maven directory layout. > > Modified: > =A0 =A0commons/proper/codec/trunk/pom.xml > > Modified: commons/proper/codec/trunk/pom.xml > URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev= =3D1173434&r1=3D1173433&r2=3D1173434&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- commons/proper/codec/trunk/pom.xml (original) > +++ commons/proper/codec/trunk/pom.xml Wed Sep 21 00:10:56 2011 > @@ -247,6 +247,11 @@ limitations under the License. > =A0 =A0 =A0 > =A0 =A0 =A0 =A0 maven-assembly-plugin > =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 =A0 No, it's not in CP22. Not sure if it could/should be added. > + =A0 =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 =A0 =A0src/main/assembly/bin.xml > + =A0 =A0 =A0 =A0 =A0 =A0src/main/assembly/src.xml > + =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 gnu > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org