Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 25864 invoked from network); 4 Nov 2010 16:47:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 16:47:44 -0000 Received: (qmail 95167 invoked by uid 500); 4 Nov 2010 16:48:15 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 94983 invoked by uid 500); 4 Nov 2010 16:48:15 -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 94976 invoked by uid 99); 4 Nov 2010 16:48:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 16:48:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 04 Nov 2010 16:48:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 81267238890D; Thu, 4 Nov 2010 16:46:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1031072 - in /commons/proper/vfs/trunk: dist/ dist/pom.xml dist/src/ dist/src/assembly/ dist/src/assembly/bin.xml dist/src/assembly/src.xml pom.xml src/assembly/bin.xml src/assembly/src.xml Date: Thu, 04 Nov 2010 16:46:56 -0000 To: commits@commons.apache.org From: henning@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101104164656.81267238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: henning Date: Thu Nov 4 16:46:55 2010 New Revision: 1031072 URL: http://svn.apache.org/viewvc?rev=1031072&view=rev Log: To get the binary distribution to work, it is necessary to do some ugly workarounds to assemble after all the binaries are built. Shuffle the various pieces of the build around to get it work. Added: commons/proper/vfs/trunk/dist/ commons/proper/vfs/trunk/dist/pom.xml (with props) commons/proper/vfs/trunk/dist/src/ commons/proper/vfs/trunk/dist/src/assembly/ - copied from r1030835, commons/proper/vfs/trunk/src/assembly/ Removed: commons/proper/vfs/trunk/dist/src/assembly/src.xml commons/proper/vfs/trunk/src/assembly/src.xml Modified: commons/proper/vfs/trunk/dist/src/assembly/bin.xml commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/assembly/bin.xml Added: commons/proper/vfs/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/pom.xml?rev=1031072&view=auto ============================================================================== --- commons/proper/vfs/trunk/dist/pom.xml (added) +++ commons/proper/vfs/trunk/dist/pom.xml Thu Nov 4 16:46:55 2010 @@ -0,0 +1,149 @@ + + + + + + + 4.0.0 + + Commons VFS Distribution + org.apache.commons + commons-vfs-distribution + 2.0-SNAPSHOT + VFS is a Virtual File System library - Distribution archives. + + + org.apache.commons + commons-vfs-project + 2.0-SNAPSHOT + ../ + + + + + org.apache.commons + commons-vfs + + + + org.apache.commons + commons-vfs + ${project.version} + sources + + + org.apache.commons + commons-vfs + ${project.version} + javadoc + + + org.apache.commons + commons-vfs + ${project.version} + tests + + + org.apache.commons + commons-vfs + ${project.version} + test-sources + + + + org.apache.commons + commons-vfs-examples + + + + org.apache.commons + commons-vfs-examples + ${project.version} + sources + + + org.apache.commons + commons-vfs-examples + ${project.version} + javadoc + + + + org.apache.commons + commons-vfs-sandbox + + + + org.apache.commons + commons-vfs-sandbox + ${project.version} + sources + + + org.apache.commons + commons-vfs-sandbox + ${project.version} + javadoc + + + org.apache.commons + commons-vfs-sandbox + ${project.version} + tests + + + org.apache.commons + commons-vfs-sandbox + ${project.version} + test-sources + + + + + vfs-dist + ${basedir}/.. + + + + + apache-release + + + + maven-assembly-plugin + + + binary + + + src/assembly/bin.xml + + gnu + + + single + + package + + + + + + + + Propchange: commons/proper/vfs/trunk/dist/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/vfs/trunk/dist/pom.xml ------------------------------------------------------------------------------ svn:keywords = Id Author Date Revision Modified: commons/proper/vfs/trunk/dist/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/src/assembly/bin.xml?rev=1031072&r1=1030835&r2=1031072&view=diff ============================================================================== --- commons/proper/vfs/trunk/dist/src/assembly/bin.xml (original) +++ commons/proper/vfs/trunk/dist/src/assembly/bin.xml Thu Nov 4 16:46:55 2010 @@ -1,18 +1,18 @@ bin @@ -21,24 +21,32 @@ zip false + + + true + + + + + + org.apache.commons:commons-vfs* + + + org.apache.commons:commons-vfs-distribution + + + false + + + + .. LICENSE.txt NOTICE.txt RELEASE-NOTES.txt - - target - - - *.jar - - - - target/site/apidocs - apidocs - Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1031072&r1=1031071&r2=1031072&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Thu Nov 4 16:46:55 2010 @@ -22,7 +22,7 @@ org.apache.commons commons-parent - 17 + 18-SNAPSHOT 4.0.0 @@ -155,17 +155,6 @@ commons-${commons.componentid}-${commons.release.version} - - maven-assembly-plugin - - - - src/assembly/bin.xml - src/assembly/src.xml - - gnu - - @@ -389,5 +378,13 @@ scp://people.apache.org/www/commons.apache.org/vfs/ - + + + + apache-release + + dist + + + Modified: commons/proper/vfs/trunk/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/assembly/bin.xml?rev=1031072&r1=1031071&r2=1031072&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/assembly/bin.xml (original) +++ commons/proper/vfs/trunk/src/assembly/bin.xml Thu Nov 4 16:46:55 2010 @@ -1,18 +1,18 @@ bin @@ -21,24 +21,32 @@ zip false + + + true + + + + + + org.apache.commons:commons-vfs* + + + org.apache.commons:commons-vfs-distribution + + + false + + + + .. LICENSE.txt NOTICE.txt RELEASE-NOTES.txt - - target - - - *.jar - - - - target/site/apidocs - apidocs -