Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-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 D32A4FA0C for ; Wed, 27 Mar 2013 01:11:48 +0000 (UTC) Received: (qmail 89286 invoked by uid 500); 27 Mar 2013 01:11:48 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 89263 invoked by uid 500); 27 Mar 2013 01:11:48 -0000 Mailing-List: contact commits-help@curator.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.incubator.apache.org Delivered-To: mailing list commits@curator.incubator.apache.org Received: (qmail 89255 invoked by uid 99); 27 Mar 2013 01:11:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 01:11:48 +0000 X-ASF-Spam-Status: No, hits=-2001.3 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 27 Mar 2013 01:11:25 +0000 Received: (qmail 86360 invoked by uid 99); 27 Mar 2013 01:10:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 01:10:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 44586821846; Wed, 27 Mar 2013 01:10:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.incubator.apache.org Date: Wed, 27 Mar 2013 01:11:29 -0000 Message-Id: In-Reply-To: <3e5d789fdb264943b4b84b15fcffb654@git.apache.org> References: <3e5d789fdb264943b4b84b15fcffb654@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/52] [abbrv] git commit: Hacked a fix for sub-project nav menu selection X-Virus-Checked: Checked by ClamAV on apache.org Hacked a fix for sub-project nav menu selection Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/69c9d8ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/69c9d8ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/69c9d8ba Branch: refs/heads/master Commit: 69c9d8baeb06718c2d887127f0fed6354ebc99c2 Parents: 6c0be37 Author: Jordan Zimmerman Authored: Sun Mar 10 17:27:56 2013 -0700 Committer: Jordan Zimmerman Committed: Sun Mar 10 17:27:56 2013 -0700 ---------------------------------------------------------------------- curator-client/src/site/site.xml | 5 +++++ curator-examples/src/site/site.xml | 5 +++++ curator-framework/src/site/site.xml | 5 +++++ curator-recipes/src/site/site.xml | 5 +++++ curator-x-discovery-server/src/site/site.xml | 5 +++++ curator-x-discovery/src/site/site.xml | 5 +++++ 6 files changed, 30 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/69c9d8ba/curator-client/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-client/src/site/site.xml b/curator-client/src/site/site.xml index c095f34..d89650c 100644 --- a/curator-client/src/site/site.xml +++ b/curator-client/src/site/site.xml @@ -21,6 +21,11 @@ + http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/69c9d8ba/curator-examples/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-examples/src/site/site.xml b/curator-examples/src/site/site.xml index c29bb39..b7533f1 100644 --- a/curator-examples/src/site/site.xml +++ b/curator-examples/src/site/site.xml @@ -21,6 +21,11 @@ + http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/69c9d8ba/curator-framework/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-framework/src/site/site.xml b/curator-framework/src/site/site.xml index af05364..70ea15a 100644 --- a/curator-framework/src/site/site.xml +++ b/curator-framework/src/site/site.xml @@ -21,6 +21,11 @@ + http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/69c9d8ba/curator-recipes/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-recipes/src/site/site.xml b/curator-recipes/src/site/site.xml index e32ee3e..19867f7 100644 --- a/curator-recipes/src/site/site.xml +++ b/curator-recipes/src/site/site.xml @@ -21,6 +21,11 @@ + http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/69c9d8ba/curator-x-discovery-server/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/src/site/site.xml b/curator-x-discovery-server/src/site/site.xml index b3d398d..750cb33 100644 --- a/curator-x-discovery-server/src/site/site.xml +++ b/curator-x-discovery-server/src/site/site.xml @@ -21,6 +21,11 @@ + http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/69c9d8ba/curator-x-discovery/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/site/site.xml b/curator-x-discovery/src/site/site.xml index 95e9a71..907f97d 100644 --- a/curator-x-discovery/src/site/site.xml +++ b/curator-x-discovery/src/site/site.xml @@ -21,6 +21,11 @@ +