Return-Path: Delivered-To: apmail-lucene-mahout-commits-archive@minotaur.apache.org Received: (qmail 76393 invoked from network); 12 Apr 2010 00:49:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Apr 2010 00:49:24 -0000 Received: (qmail 54265 invoked by uid 500); 12 Apr 2010 00:49:24 -0000 Delivered-To: apmail-lucene-mahout-commits-archive@lucene.apache.org Received: (qmail 54223 invoked by uid 500); 12 Apr 2010 00:49:24 -0000 Mailing-List: contact mahout-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-commits@lucene.apache.org Received: (qmail 54216 invoked by uid 99); 12 Apr 2010 00:49:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Apr 2010 00:49:24 +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; Mon, 12 Apr 2010 00:49:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 64FFC23888E3; Mon, 12 Apr 2010 00:48:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933058 - in /lucene/mahout/trunk/collections: README.txt pom.xml src/main/assembly/ src/main/assembly/bin.xml src/main/assembly/doc.xml src/main/assembly/src.xml Date: Mon, 12 Apr 2010 00:48:59 -0000 To: mahout-commits@lucene.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100412004859.64FFC23888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bimargulies Date: Mon Apr 12 00:48:58 2010 New Revision: 933058 URL: http://svn.apache.org/viewvc?rev=933058&view=rev Log: Set up release materiel. Added: lucene/mahout/trunk/collections/README.txt (with props) lucene/mahout/trunk/collections/src/main/assembly/ lucene/mahout/trunk/collections/src/main/assembly/bin.xml (with props) lucene/mahout/trunk/collections/src/main/assembly/doc.xml (with props) lucene/mahout/trunk/collections/src/main/assembly/src.xml (with props) Modified: lucene/mahout/trunk/collections/pom.xml Added: lucene/mahout/trunk/collections/README.txt URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/README.txt?rev=933058&view=auto ============================================================================== --- lucene/mahout/trunk/collections/README.txt (added) +++ lucene/mahout/trunk/collections/README.txt Mon Apr 12 00:48:58 2010 @@ -0,0 +1,26 @@ +==================================== +Mahout Collections +==================================== + +Mahout Collections is a set of classes that provide lists, sets, and +maps of primitive types, and open hash tables of objects. + + +=================== + Documentation +=================== + +Documentation can be found in the 'documents' distribution of this release and in +the main site. + +=================== + Support +=================== + +Any problem with this release can be reported to the mahout-user +mailing list. + +To the subscribe to the mailing list send an empty email to: + + mahout-user-subscribe@lucene.apache.org + Propchange: lucene/mahout/trunk/collections/README.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/mahout/trunk/collections/README.txt ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: lucene/mahout/trunk/collections/pom.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/pom.xml?rev=933058&r1=933057&r2=933058&view=diff ============================================================================== --- lucene/mahout/trunk/collections/pom.xml (original) +++ lucene/mahout/trunk/collections/pom.xml Mon Apr 12 00:48:58 2010 @@ -52,6 +52,43 @@ deploy + + maven-assembly-plugin + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + src/main/assembly/doc.xml + + gnu + + + + maven-site-plugin + + + site + package + + site + + + + + + maven-source-plugin + + + + jar + + + + + true + + + @@ -86,10 +123,9 @@ - maven-javadoc-plugin - 2.4 + 2.6.1 org.apache.maven.plugins Added: lucene/mahout/trunk/collections/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/src/main/assembly/bin.xml?rev=933058&view=auto ============================================================================== --- lucene/mahout/trunk/collections/src/main/assembly/bin.xml (added) +++ lucene/mahout/trunk/collections/src/main/assembly/bin.xml Mon Apr 12 00:48:58 2010 @@ -0,0 +1,78 @@ + + + + bin + + zip + dir + + false + + + + *.txt + + + + README.txt + RELEASE-NOTE.txt + + + + target + + + *.jar + + + + *-sources.jar + + + + target/maven-shared-archive-resources/META-INF + . + + * + + + DEPENDENCIES + + + + + + README.txt + / + true + + + RELEASE-NOTE.txt + / + true + + + + + /lib + + + Propchange: lucene/mahout/trunk/collections/src/main/assembly/bin.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/mahout/trunk/collections/src/main/assembly/bin.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: lucene/mahout/trunk/collections/src/main/assembly/doc.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/src/main/assembly/doc.xml?rev=933058&view=auto ============================================================================== --- lucene/mahout/trunk/collections/src/main/assembly/doc.xml (added) +++ lucene/mahout/trunk/collections/src/main/assembly/doc.xml Mon Apr 12 00:48:58 2010 @@ -0,0 +1,61 @@ + + + + docs + + zip + dir + + true + + + + *.txt + + + README.txt + RELEASE-NOTE.txt + + + + target/maven-shared-archive-resources/META-INF + . + + * + + + DEPENDENCIES + + + + + + README.txt + / + true + + + RELEASE-NOTE.txt + / + true + + + + Propchange: lucene/mahout/trunk/collections/src/main/assembly/doc.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/mahout/trunk/collections/src/main/assembly/doc.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: lucene/mahout/trunk/collections/src/main/assembly/src.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/src/main/assembly/src.xml?rev=933058&view=auto ============================================================================== --- lucene/mahout/trunk/collections/src/main/assembly/src.xml (added) +++ lucene/mahout/trunk/collections/src/main/assembly/src.xml Mon Apr 12 00:48:58 2010 @@ -0,0 +1,66 @@ + + + + src + + zip + dir + + + + + *.txt + *.xml + *.properties + + + + README.txt + RELEASE-NOTE.txt + + + + src + + + target/maven-shared-archive-resources/META-INF + . + + * + + + DEPENDENCIES + + + + + + README.txt + / + true + + + RELEASE-NOTE.txt + / + true + + + \ No newline at end of file Propchange: lucene/mahout/trunk/collections/src/main/assembly/src.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml