Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5C587200B71 for ; Wed, 17 Aug 2016 01:10:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5AE28160ABC; Tue, 16 Aug 2016 23:10:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2DAAA160AA8 for ; Wed, 17 Aug 2016 01:10:41 +0200 (CEST) Received: (qmail 75126 invoked by uid 500); 16 Aug 2016 23:10:40 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 75115 invoked by uid 99); 16 Aug 2016 23:10:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 23:10:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EA0A7C0A4F for ; Tue, 16 Aug 2016 23:10:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.281 X-Spam-Level: * X-Spam-Status: No, score=1.281 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.519] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DrbmB4yOmwHc for ; Tue, 16 Aug 2016 23:10:38 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id B12205F479 for ; Tue, 16 Aug 2016 23:10:37 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DF7C1E0117 for ; Tue, 16 Aug 2016 23:10:36 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DD2AF3A02E6 for ; Tue, 16 Aug 2016 23:10:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1756558 - in /zookeeper/branches/branch-3.4: CHANGES.txt docs/releasenotes.pdf src/docs/forrest.properties src/docs/src/documentation/conf/ src/docs/src/documentation/conf/cli.xconf src/docs/src/documentation/content/xdocs/releasenotes.xml Date: Tue, 16 Aug 2016 23:10:36 -0000 To: commits@zookeeper.apache.org From: cnauroth@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160816231036.DD2AF3A02E6@svn01-us-west.apache.org> archived-at: Tue, 16 Aug 2016 23:10:42 -0000 Author: cnauroth Date: Tue Aug 16 23:10:36 2016 New Revision: 1756558 URL: http://svn.apache.org/viewvc?rev=1756558&view=rev Log: ZOOKEEPER-2514: Simplify releasenotes creation for 3.4 branch - consistent with newer branches. (phunt via cnauroth) Added: zookeeper/branches/branch-3.4/src/docs/src/documentation/conf/ zookeeper/branches/branch-3.4/src/docs/src/documentation/conf/cli.xconf Removed: zookeeper/branches/branch-3.4/docs/releasenotes.pdf zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/releasenotes.xml Modified: zookeeper/branches/branch-3.4/CHANGES.txt zookeeper/branches/branch-3.4/src/docs/forrest.properties Modified: zookeeper/branches/branch-3.4/CHANGES.txt URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1756558&r1=1756557&r2=1756558&view=diff ============================================================================== --- zookeeper/branches/branch-3.4/CHANGES.txt (original) +++ zookeeper/branches/branch-3.4/CHANGES.txt Tue Aug 16 23:10:36 2016 @@ -58,6 +58,8 @@ IMPROVEMENTS: ZOOKEEPER-2240 Make the three-node minimum more explicit in documentation and on website (Shawn Heisey and Arshad Mohammad via phunt) + ZOOKEEPER-2514: Simplify releasenotes creation for 3.4 branch - + consistent with newer branches. (phunt via cnauroth) Release 3.4.8 - 2016-02-05 Modified: zookeeper/branches/branch-3.4/src/docs/forrest.properties URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/docs/forrest.properties?rev=1756558&r1=1756557&r2=1756558&view=diff ============================================================================== --- zookeeper/branches/branch-3.4/src/docs/forrest.properties (original) +++ zookeeper/branches/branch-3.4/src/docs/forrest.properties Tue Aug 16 23:10:36 2016 @@ -45,6 +45,7 @@ #project.status=status.xml #project.content-dir=src/documentation +project.configfile=${project.home}/src/documentation/conf/cli.xconf #project.raw-content-dir=${project.content-dir}/content #project.conf-dir=${project.content-dir}/conf #project.sitemap-dir=${project.content-dir} Added: zookeeper/branches/branch-3.4/src/docs/src/documentation/conf/cli.xconf URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/docs/src/documentation/conf/cli.xconf?rev=1756558&view=auto ============================================================================== --- zookeeper/branches/branch-3.4/src/docs/src/documentation/conf/cli.xconf (added) +++ zookeeper/branches/branch-3.4/src/docs/src/documentation/conf/cli.xconf Tue Aug 16 23:10:36 2016 @@ -0,0 +1,328 @@ + + + + + + + + . + WEB-INF/cocoon.xconf + ../tmp/cocoon-work + ../site + + + + + + + + + + + + + + + index.html + + + + + + + */* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +