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 D096C18A1E for ; Sat, 22 Aug 2015 15:11:24 +0000 (UTC) Received: (qmail 35183 invoked by uid 500); 22 Aug 2015 15:11:24 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 35094 invoked by uid 500); 22 Aug 2015 15:11:24 -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 35085 invoked by uid 99); 22 Aug 2015 15:11:24 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Aug 2015 15:11:24 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 75BDFAC0250 for ; Sat, 22 Aug 2015 15:11:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1697090 - in /commons/proper/codec/trunk: pom.xml src/assembly/ src/assembly/bin.xml src/assembly/src.xml src/main/assembly/ Date: Sat, 22 Aug 2015 15:11:24 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150822151124.75BDFAC0250@hades.apache.org> Author: ggregory Date: Sat Aug 22 15:11:24 2015 New Revision: 1697090 URL: http://svn.apache.org/r1697090 Log: Move the assembly folder to its standard location. Added: commons/proper/codec/trunk/src/assembly/ commons/proper/codec/trunk/src/assembly/bin.xml commons/proper/codec/trunk/src/assembly/src.xml Removed: commons/proper/codec/trunk/src/main/assembly/ Modified: commons/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=1697090&r1=1697089&r2=1697090&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Sat Aug 22 15:11:24 2015 @@ -279,8 +279,8 @@ limitations under the License. 2.5.5 - src/main/assembly/bin.xml - src/main/assembly/src.xml + src/assembly/bin.xml + src/assembly/src.xml gnu Added: commons/proper/codec/trunk/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/assembly/bin.xml?rev=1697090&view=auto ============================================================================== --- commons/proper/codec/trunk/src/assembly/bin.xml (added) +++ commons/proper/codec/trunk/src/assembly/bin.xml Sat Aug 22 15:11:24 2015 @@ -0,0 +1,44 @@ + + + bin + + tar.gz + zip + + false + + + + LICENSE.txt + NOTICE.txt + RELEASE-NOTES.txt + + + + target + + + *.jar + + + + target/site/apidocs + apidocs + + + Added: commons/proper/codec/trunk/src/assembly/src.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/assembly/src.xml?rev=1697090&view=auto ============================================================================== --- commons/proper/codec/trunk/src/assembly/src.xml (added) +++ commons/proper/codec/trunk/src/assembly/src.xml Sat Aug 22 15:11:24 2015 @@ -0,0 +1,44 @@ + + + src + + tar.gz + zip + + ${project.artifactId}-${project.version}-src + + + + build.properties.sample + build.xml + checkstyle.xml + default.properties + LICENSE.txt + LICENSE-header.txt + NOTICE.txt + pmd.xml + pom.xml + RELEASE-NOTES*.txt + TODO + + + + src + + +