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 9B35DFBF2 for ; Fri, 22 Mar 2013 20:01:19 +0000 (UTC) Received: (qmail 81666 invoked by uid 500); 22 Mar 2013 20:01:18 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 81624 invoked by uid 500); 22 Mar 2013 20:01:18 -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 81561 invoked by uid 99); 22 Mar 2013 20:01:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 20:01:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 22 Mar 2013 20:01:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E6EB52388C36; Fri, 22 Mar 2013 19:59:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1459958 [29/42] - in /incubator/curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-us... Date: Fri, 22 Mar 2013 19:59:01 -0000 To: commits@curator.incubator.apache.org From: randgalt@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130322195952.E6EB52388C36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/curator/site/trunk/curator-test/dependency-info.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/dependency-info.html?rev=1459958&view=auto ============================================================================== --- incubator/curator/site/trunk/curator-test/dependency-info.html (added) +++ incubator/curator/site/trunk/curator-test/dependency-info.html Fri Mar 22 19:57:43 2013 @@ -0,0 +1,293 @@ + + + + + + + + + Apache Curator Test - Dependency Information + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Dependency Information

Apache Maven

<dependency>
+  <groupId>org.apache.curator</groupId>
+  <artifactId>curator-test</artifactId>
+  <version>2.0.0-SNAPSHOT</version>
+</dependency>

Apache Buildr

'org.apache.curator:curator-test:jar:2.0.0-SNAPSHOT'

Apache Ant

<dependency org="org.apache.curator" name="curator-test" rev="2.0.0-SNAPSHOT">
+  <artifact name="curator-test" type="jar" />
+</dependency>

Groovy Grape

@Grapes(
+@Grab(group='org.apache.curator', module='curator-test', version='2.0.0-SNAPSHOT')
+)

Grails

compile 'org.apache.curator:curator-test:2.0.0-SNAPSHOT'

Leiningen

[org.apache.curator/curator-test "2.0.0-SNAPSHOT"]

SBT

libraryDependencies += "org.apache.curator" %% "curator-test" % "2.0.0-SNAPSHOT"
+
+
+
+ +
+ +
+
+
Copyright © 2011-2013 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Curator, the Apache feather logo, and the Apache Curator project logos are + trademarks of The Apache Software Foundation. All other marks mentioned may be + trademarks or registered trademarks of their respective owners.
+ + +
+
+ + Propchange: incubator/curator/site/trunk/curator-test/dependency-info.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/curator/site/trunk/curator-test/dependency-info.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: incubator/curator/site/trunk/curator-test/dependency-info.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: incubator/curator/site/trunk/curator-test/dependency-management.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/dependency-management.html?rev=1459958&view=auto ============================================================================== --- incubator/curator/site/trunk/curator-test/dependency-management.html (added) +++ incubator/curator/site/trunk/curator-test/dependency-management.html Fri Mar 22 19:57:43 2013 @@ -0,0 +1,285 @@ + + + + + + + + + Apache Curator Test - Project Dependency Management + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Project Dependency Management

compile

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

GroupIdArtifactIdVersionTypeLicense
org.apache.curatorcurator-client2.0.0-SNAPSHOTjarfile:///Users/jzimmerman/Netflix/dev/oss/apache/curator/curator-client/LICENSE.txt
org.apache.curatorcurator -framework2.0.0-SNAPSHOTjarfile:///Users/jzimmerman/Netflix/dev/oss/apache/curator/curator-framework/LICENSE.txt
org.apache.curatorcurator-recipes2.0.0-SNAPSHOTjarfile:///Users/jzimmerman/Netflix/dev/oss/apache/curator/curator-recipes/LICENSE.txt
org.apache.curatorcurator-test2.0.0-SNAPSHOTjarfile:///Users/jzimmerman/Netflix/dev/oss/apache/curator/curator-test/LICENSE.txt
org.apache.curatorcurator-x-discovery2.0.0-SNAPSHOTjarfile:///Users/jzimmerman/Netflix/dev/oss/apache/curator/curator-x-discovery/LI CENSE.txt
org.apache.curatorcurator-x-discovery-server2.0.0-SNAPSHOTjarfile:///Users/jzimmerman/Netflix/dev/oss/apache/curator/curator-x-discovery-server/LICENSE.txt
org.mockitomockito-core1.8.5jarThe MIT License
org.slf4jslf4j-api1.6.4jarMIT License
+
+
+
+ +
+ +
+
+
Copyright © 2011-2013 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Curator, the Apache feather logo, and the Apache Curator project logos are + trademarks of The Apache Software Foundation. All other marks mentioned may be + trademarks or registered trademarks of their respective owners.
+ + +
+
+ + Propchange: incubator/curator/site/trunk/curator-test/dependency-management.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/curator/site/trunk/curator-test/dependency-management.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: incubator/curator/site/trunk/curator-test/dependency-management.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: incubator/curator/site/trunk/curator-test/distribution-management.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/distribution-management.html?rev=1459958&view=auto ============================================================================== --- incubator/curator/site/trunk/curator-test/distribution-management.html (added) +++ incubator/curator/site/trunk/curator-test/distribution-management.html Fri Mar 22 19:57:43 2013 @@ -0,0 +1,285 @@ + + + + + + + + + Apache Curator Test - Project Distribution Management + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Overview

The following is the distribution management information used by this project.

Snapshot Repository - apache.snapshots.https

https://repository.apache.org/content/repositories/snapshots

Site - apache

scp://people.apach e.org/www/curator.incubator.apache.org/curator-test

+
+
+
+ +
+ +
+
+
Copyright © 2011-2013 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Curator, the Apache feather logo, and the Apache Curator project logos are + trademarks of The Apache Software Foundation. All other marks mentioned may be + trademarks or registered trademarks of their respective owners.
+ + +
+
+ + Propchange: incubator/curator/site/trunk/curator-test/distribution-management.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/curator/site/trunk/curator-test/distribution-management.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: incubator/curator/site/trunk/curator-test/distribution-management.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: incubator/curator/site/trunk/curator-test/images/accessories-text-editor.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/accessories-text-editor.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/accessories-text-editor.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/add.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/add.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/add.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/apache-maven-project-2.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/apache-maven-project-2.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/apache-maven-project-2.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/application-certificate.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/application-certificate.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/application-certificate.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/close.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/close.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/close.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/contact-new.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/contact-new.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/contact-new.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/document-properties.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/document-properties.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/document-properties.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/drive-harddisk.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/drive-harddisk.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/drive-harddisk.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/fix.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/fix.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/fix.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/icon_error_sml.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/icon_error_sml.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/icon_error_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/icon_help_sml.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/icon_help_sml.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/icon_help_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/icon_info_sml.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/icon_info_sml.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/icon_info_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/icon_success_sml.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/icon_success_sml.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/icon_success_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/icon_warning_sml.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/icon_warning_sml.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/icon_warning_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/image-x-generic.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/image-x-generic.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/image-x-generic.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/internet-web-browser.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/internet-web-browser.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/internet-web-browser.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/logos/build-by-maven-black.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/logos/build-by-maven-black.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/logos/build-by-maven-black.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/logos/build-by-maven-white.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/logos/build-by-maven-white.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/logos/build-by-maven-white.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/logos/maven-feather.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/logos/maven-feather.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/logos/maven-feather.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/network-server.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/network-server.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/network-server.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/package-x-generic.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/package-x-generic.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/package-x-generic.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/profiles/pre-release.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/profiles/pre-release.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/profiles/pre-release.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/profiles/retired.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/profiles/retired.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/profiles/retired.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/profiles/sandbox.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/profiles/sandbox.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/profiles/sandbox.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/remove.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/remove.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/remove.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/rss.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/rss.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/rss.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/images/update.gif URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/update.gif?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/update.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: incubator/curator/site/trunk/curator-test/images/window-new.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/images/window-new.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/images/window-new.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/img/glyphicons-halflings-white.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/img/glyphicons-halflings-white.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/img/glyphicons-halflings-white.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/img/glyphicons-halflings.png URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/img/glyphicons-halflings.png?rev=1459958&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/curator/site/trunk/curator-test/img/glyphicons-halflings.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/curator/site/trunk/curator-test/index.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/index.html?rev=1459958&view=auto ============================================================================== --- incubator/curator/site/trunk/curator-test/index.html (added) +++ incubator/curator/site/trunk/curator-test/index.html Fri Mar 22 19:57:43 2013 @@ -0,0 +1,285 @@ + + + + + + + + + Apache Curator Test - + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Testing Utilities

Test Server

In the curator-test sub-model the TestingServer class is provided. This class creates a local, in-process ZooKeeper server that can be used for testing.

Test Cluster

In the curator-test sub-model the TestingCluster class is provided. This class creates an internally running ensemble of ZooKeeper servers.

Usage

Look at the various Curator unit tests to see how these utilities are used.

+
+
+
+ +
+ +
+
+
Copyright © 2011-2013 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Curator, the Apache feather logo, and the Apache Curator project logos are + trademarks of The Apache Software Foundation. All other marks mentioned may be + trademarks or registered trademarks of their respective owners.
+ + +
+
+ + Propchange: incubator/curator/site/trunk/curator-test/index.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/curator/site/trunk/curator-test/index.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: incubator/curator/site/trunk/curator-test/index.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: incubator/curator/site/trunk/curator-test/integration.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/integration.html?rev=1459958&view=auto ============================================================================== --- incubator/curator/site/trunk/curator-test/integration.html (added) +++ incubator/curator/site/trunk/curator-test/integration.html Fri Mar 22 19:57:43 2013 @@ -0,0 +1,285 @@ + + + + + + + + + Apache Curator Test - Continuous Integration + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Overview

This project uses Jenkins.

Access

The following is a link to the continuous integration system used by the project.

Notifiers

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

TypeAddressConfiguration
mail-address=dev@curator.incubator.apache.org
+
+
+
+ +
+ +
+
+
Copyright © 2011-2013 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Curator, the Apache feather logo, and the Apache Curator project logos are + trademarks of The Apache Software Foundation. All other marks mentioned may be + trademarks or registered trademarks of their respective owners.
+ + +
+
+ + Propchange: incubator/curator/site/trunk/curator-test/integration.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/curator/site/trunk/curator-test/integration.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: incubator/curator/site/trunk/curator-test/integration.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: incubator/curator/site/trunk/curator-test/issue-tracking.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-test/issue-tracking.html?rev=1459958&view=auto ============================================================================== --- incubator/curator/site/trunk/curator-test/issue-tracking.html (added) +++ incubator/curator/site/trunk/curator-test/issue-tracking.html Fri Mar 22 19:57:43 2013 @@ -0,0 +1,285 @@ + + + + + + + + + Apache Curator Test - Issue Tracking + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Overview

This project uses JIRA a J2EE-based, issue tracking and project management application.

Issue Tracking

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+ +
+ + + + Propchange: incubator/curator/site/trunk/curator-test/issue-tracking.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/curator/site/trunk/curator-test/issue-tracking.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: incubator/curator/site/trunk/curator-test/issue-tracking.html ------------------------------------------------------------------------------ svn:mime-type = text/html