Return-Path: Delivered-To: apmail-hadoop-zookeeper-commits-archive@minotaur.apache.org Received: (qmail 31960 invoked from network); 12 Apr 2010 06:19:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Apr 2010 06:19:39 -0000 Received: (qmail 12553 invoked by uid 500); 12 Apr 2010 06:19:38 -0000 Delivered-To: apmail-hadoop-zookeeper-commits-archive@hadoop.apache.org Received: (qmail 12505 invoked by uid 500); 12 Apr 2010 06:19:38 -0000 Mailing-List: contact zookeeper-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-dev@ Delivered-To: mailing list zookeeper-commits@hadoop.apache.org Received: (qmail 12497 invoked by uid 99); 12 Apr 2010 06:19:37 -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 06:19:37 +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 06:19:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B97592388980; Mon, 12 Apr 2010 06:19:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933102 - in /hadoop/zookeeper/trunk: CHANGES.txt README.txt build.xml Date: Mon, 12 Apr 2010 06:19:13 -0000 To: zookeeper-commits@hadoop.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100412061913.B97592388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: phunt Date: Mon Apr 12 06:19:13 2010 New Revision: 933102 URL: http://svn.apache.org/viewvc?rev=933102&view=rev Log: ZOOKEEPER-720. Use zookeeper-{version}-sources.jar instead of zookeeper-{version}-src.jar to publish sources in the Maven repository Modified: hadoop/zookeeper/trunk/CHANGES.txt hadoop/zookeeper/trunk/README.txt hadoop/zookeeper/trunk/build.xml Modified: hadoop/zookeeper/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=933102&r1=933101&r2=933102&view=diff ============================================================================== --- hadoop/zookeeper/trunk/CHANGES.txt (original) +++ hadoop/zookeeper/trunk/CHANGES.txt Mon Apr 12 06:19:13 2010 @@ -11,6 +11,10 @@ BUGFIXES: ZOOKEEPER-735. cppunit test testipv6 assumes that the machine is ipv6 enabled. (mahadev) + ZOOKEEPER-720. Use zookeeper-{version}-sources.jar instead of + zookeeper-{version}-src.jar to publish sources in the Maven repository + (paolo via phunt) + IMPROVEMENTS: ZOOKEEPER-724. Improve junit test integration - log harness information (phunt via mahadev) Modified: hadoop/zookeeper/trunk/README.txt URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/README.txt?rev=933102&r1=933101&r2=933102&view=diff ============================================================================== --- hadoop/zookeeper/trunk/README.txt (original) +++ hadoop/zookeeper/trunk/README.txt Mon Apr 12 06:19:13 2010 @@ -21,12 +21,12 @@ zookeeper-.jar - legacy a result zookeeper--bin.jar - contains only class (*.class) files -zookeeper--src.jar - contains only src (*.java) files +zookeeper--sources.jar - contains only src (*.java) files zookeeper--javadoc.jar - contains only javadoc files -The bin/src/javadoc jars were added specifically to support Maven/Ivy which have the -ability to pull these down automatically as part of your build process. The content -of the legacy jar and the bin+src jar are the same. +The bin/src/javadoc jars were added specifically to support Maven/Ivy which have +the ability to pull these down automatically as part of your build process. +The content of the legacy jar and the bin+sources jar are the same. -As of version 3.3.0 bin/src/javadoc jars are deployed to the Apache Maven repository. - http://people.apache.org/repo/m2-ibiblio-rsync-repository/ +As of version 3.3.0 bin/sources/javadoc jars are deployed to the Apache Maven +repository: http://people.apache.org/repo/m2-ibiblio-rsync-repository/ Modified: hadoop/zookeeper/trunk/build.xml URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/build.xml?rev=933102&r1=933101&r2=933102&view=diff ============================================================================== --- hadoop/zookeeper/trunk/build.xml (original) +++ hadoop/zookeeper/trunk/build.xml Mon Apr 12 06:19:13 2010 @@ -511,10 +511,10 @@ - + - + @@ -583,7 +583,7 @@ - + @@ -591,8 +591,8 @@ - - + +