You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:27 UTC

[32/52] [abbrv] git commit: wip

wip


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/2d635f53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/2d635f53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/2d635f53

Branch: refs/heads/master
Commit: 2d635f53cfb60b5d1762d087bceb4bdb23351953
Parents: 34f5990
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Sun Mar 10 15:59:16 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Sun Mar 10 15:59:16 2013 -0700

----------------------------------------------------------------------
 curator-client/pom.xml                            |    2 +-
 curator-examples/pom.xml                          |    2 +-
 curator-framework/pom.xml                         |    2 +-
 curator-recipes/pom.xml                           |    2 +-
 curator-test/pom.xml                              |    2 +-
 curator-test/src/site/confluence/index.confluence |   10 ++++++
 curator-test/src/site/site.xml                    |   26 ++++++++++++++++
 curator-x-discovery-server/pom.xml                |    2 +-
 curator-x-discovery/pom.xml                       |    2 +-
 pom.xml                                           |    5 +++
 10 files changed, 48 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-client/pom.xml
----------------------------------------------------------------------
diff --git a/curator-client/pom.xml b/curator-client/pom.xml
index 029d4fe..66f68fa 100644
--- a/curator-client/pom.xml
+++ b/curator-client/pom.xml
@@ -31,7 +31,7 @@
     <version>2.0.0-SNAPSHOT</version>
 
     <name>Curator Client</name>
-    <description>TBD</description>
+    <description>Low-level API</description>
 <!--
     <url>TBD</url>
 -->

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-examples/pom.xml
----------------------------------------------------------------------
diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml
index ae84c60..3249b6a 100644
--- a/curator-examples/pom.xml
+++ b/curator-examples/pom.xml
@@ -31,7 +31,7 @@
     <version>2.0.0-SNAPSHOT</version>
 
     <name>Curator Examples</name>
-    <description>TBD</description>
+    <description>Example usages of various Curator features.</description>
 <!--
     <url>TBD</url>
 -->

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-framework/pom.xml
----------------------------------------------------------------------
diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml
index d2dfbb6..2bab005 100644
--- a/curator-framework/pom.xml
+++ b/curator-framework/pom.xml
@@ -31,7 +31,7 @@
     <version>2.0.0-SNAPSHOT</version>
 
     <name>Curator Framework</name>
-    <description>TBD</description>
+    <description>High-level API that greatly simplifies using ZooKeeper.</description>
 <!--
     <url>TBD</url>
 -->

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-recipes/pom.xml
----------------------------------------------------------------------
diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml
index 28fbe2a..ccff53d 100644
--- a/curator-recipes/pom.xml
+++ b/curator-recipes/pom.xml
@@ -31,7 +31,7 @@
     <version>2.0.0-SNAPSHOT</version>
 
     <name>Curator Recipes</name>
-    <description>TBD</description>
+    <description>All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).</description>
 <!--
     <url>TBD</url>
 -->

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-test/pom.xml
----------------------------------------------------------------------
diff --git a/curator-test/pom.xml b/curator-test/pom.xml
index e4164a9..d42cdb6 100644
--- a/curator-test/pom.xml
+++ b/curator-test/pom.xml
@@ -31,7 +31,7 @@
     <version>2.0.0-SNAPSHOT</version>
 
     <name>Curator Testing</name>
-    <description>TBD</description>
+    <description>Unit testing utilities.</description>
 <!--
     <url>TBD</url>
 -->

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-test/src/site/confluence/index.confluence
----------------------------------------------------------------------
diff --git a/curator-test/src/site/confluence/index.confluence b/curator-test/src/site/confluence/index.confluence
new file mode 100644
index 0000000..a9466dd
--- /dev/null
+++ b/curator-test/src/site/confluence/index.confluence
@@ -0,0 +1,10 @@
+h1. Testing Utilities
+
+h2. 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.
+
+h2. Test Cluster
+In the curator-test sub-model the {{TestingCluster}} class is provided. This class creates an internally running ensemble of ZooKeeper servers.
+
+h2. Usage
+Look at the various Curator unit tests to see how these utilities are used.

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-test/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-test/src/site/site.xml b/curator-test/src/site/site.xml
new file mode 100644
index 0000000..065b083
--- /dev/null
+++ b/curator-test/src/site/site.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Apache Curator Test">
+    <body>
+        <head>
+            <link rel="stylesheet" href="../css/site.css" />
+        </head>
+    </body>
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-x-discovery-server/pom.xml
----------------------------------------------------------------------
diff --git a/curator-x-discovery-server/pom.xml b/curator-x-discovery-server/pom.xml
index 44f6e61..86a5332 100644
--- a/curator-x-discovery-server/pom.xml
+++ b/curator-x-discovery-server/pom.xml
@@ -31,7 +31,7 @@
     <version>2.0.0-SNAPSHOT</version>
 
     <name>Curator Service Discovery Server</name>
-    <description>TBD</description>
+    <description>Bridges non-Java or legacy applications with the Curator Service Discovery.</description>
 <!--
     <url>TBD</url>
 -->

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/curator-x-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml
index f46bfb9..f986e54 100644
--- a/curator-x-discovery/pom.xml
+++ b/curator-x-discovery/pom.xml
@@ -31,7 +31,7 @@
     <version>2.0.0-SNAPSHOT</version>
 
     <name>Curator Service Discovery</name>
-    <description>TBD</description>
+    <description>A service discovery recipe.</description>
 <!--
     <url>TBD</url>
 -->

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d635f53/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1b12e29..2fc1211 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,11 @@
         </license>
     </licenses>
 
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <properties>
         <svnUrl>https://svn.apache.org/repos/asf/incubator/onami/site/</svnUrl>
         <checkoutDirectory>site-publish</checkoutDirectory>