Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75E2D79E1 for ; Wed, 21 Sep 2011 00:16:24 +0000 (UTC) Received: (qmail 21355 invoked by uid 500); 21 Sep 2011 00:16:23 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 21302 invoked by uid 500); 21 Sep 2011 00:16:23 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 21293 invoked by uid 99); 21 Sep 2011 00:16:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 00:16:23 +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; Wed, 21 Sep 2011 00:16:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9550023889E7 for ; Wed, 21 Sep 2011 00:16:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1173437 - in /commons/proper/io/trunk: pom.xml src/assembly/ src/main/assembly/ src/main/assembly/src.xml Date: Wed, 21 Sep 2011 00:16:02 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110921001602.9550023889E7@eris.apache.org> Author: ggregory Date: Wed Sep 21 00:16:02 2011 New Revision: 1173437 URL: http://svn.apache.org/viewvc?rev=1173437&view=rev Log: [IO-285] Use standard Maven directory layout. Need commons-parent 22 to finish clean up. Added: commons/proper/io/trunk/src/main/assembly/ - copied from r1169515, commons/proper/io/trunk/src/assembly/ commons/proper/io/trunk/src/main/assembly/src.xml - copied unchanged from r1169543, commons/proper/io/trunk/src/assembly/src.xml Removed: commons/proper/io/trunk/src/assembly/ Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1173437&r1=1173436&r2=1173437&view=diff ============================================================================== --- commons/proper/io/trunk/pom.xml (original) +++ commons/proper/io/trunk/pom.xml Wed Sep 21 00:16:02 2011 @@ -245,8 +245,8 @@ maven-assembly-plugin - src/assembly/bin.xml - src/assembly/src.xml + src/main/assembly/bin.xml + src/main/assembly/src.xml gnu