Adding descriptions to all the projects.

Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/3939f89f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/3939f89f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/3939f89f

Branch: refs/heads/master
Commit: 3939f89f3b0e7d34a86e4e19193a35ff6f2c98c7
Parents: b892101
Author: Aaron McCurry <[email protected]>
Authored: Mon Sep 2 14:37:32 2013 -0400
Committer: Aaron McCurry <[email protected]>
Committed: Mon Sep 2 14:37:32 2013 -0400

----------------------------------------------------------------------
 blur-core/pom.xml    | 1 +
 blur-gui/pom.xml     | 1 +
 blur-jdbc/pom.xml    | 2 ++
 blur-mapred/pom.xml  | 2 ++
 blur-query/pom.xml   | 2 ++
 blur-shell/pom.xml   | 2 ++
 blur-store/pom.xml   | 1 +
 blur-thrift/pom.xml  | 2 ++
 blur-util/pom.xml    | 1 +
 distribution/pom.xml | 3 +--
 10 files changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-core/pom.xml
----------------------------------------------------------------------
diff --git a/blur-core/pom.xml b/blur-core/pom.xml
index 6b695b8..edcb504 100644
--- a/blur-core/pom.xml
+++ b/blur-core/pom.xml
@@ -30,6 +30,7 @@ under the License.
        <artifactId>blur-core</artifactId>
        <packaging>jar</packaging>
        <name>Blur Core</name>
+       <description>The Blur core module contains the majority of the server 
logic.</description>
 
        <properties>
                <enableAssertions>false</enableAssertions>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-gui/pom.xml
----------------------------------------------------------------------
diff --git a/blur-gui/pom.xml b/blur-gui/pom.xml
index 799c964..818280c 100644
--- a/blur-gui/pom.xml
+++ b/blur-gui/pom.xml
@@ -30,6 +30,7 @@ under the License.
        <artifactId>blur-gui</artifactId>
        <packaging>war</packaging>
        <name>Blur GUI</name>
+       <description>The Blur gui module contains the html status pages for 
each process.</description>
 
        <properties>
                <enableAssertions>false</enableAssertions>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/blur-jdbc/pom.xml b/blur-jdbc/pom.xml
index 3f2c689..9643316 100644
--- a/blur-jdbc/pom.xml
+++ b/blur-jdbc/pom.xml
@@ -30,6 +30,8 @@ under the License.
        <artifactId>blur-jdbc</artifactId>
        <packaging>jar</packaging>
        <name>Blur JDBC</name>
+       <description>The Blur jdbc module contains a basic jdbc driver for Blur 
that interacts with the
+               Thrift RPC servers.</description>
 
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-mapred/pom.xml
----------------------------------------------------------------------
diff --git a/blur-mapred/pom.xml b/blur-mapred/pom.xml
index 7e49870..0e5732d 100644
--- a/blur-mapred/pom.xml
+++ b/blur-mapred/pom.xml
@@ -30,6 +30,8 @@ under the License.
        <artifactId>blur-mapred</artifactId>
        <packaging>jar</packaging>
        <name>Blur Map Reduce</name>
+       <description>The Blur Map Reduce module contains the BlurOutputFormat 
as well as a CSVLoader
+               program.</description>
 
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-query/pom.xml
----------------------------------------------------------------------
diff --git a/blur-query/pom.xml b/blur-query/pom.xml
index e16cbc8..a155f42 100644
--- a/blur-query/pom.xml
+++ b/blur-query/pom.xml
@@ -30,6 +30,8 @@ under the License.
        <artifactId>blur-query</artifactId>
        <packaging>jar</packaging>
        <name>Blur Query</name>
+       <description>The Blur query module contains all the analyzers, query 
object and parsers for Blur.  Also the
+               type system is in the Blur query module.</description>
 
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-shell/pom.xml
----------------------------------------------------------------------
diff --git a/blur-shell/pom.xml b/blur-shell/pom.xml
index 0b7de78..db9f785 100644
--- a/blur-shell/pom.xml
+++ b/blur-shell/pom.xml
@@ -30,6 +30,8 @@ under the License.
        <artifactId>blur-shell</artifactId>
        <packaging>jar</packaging>
        <name>Blur Shell</name>
+       <description>The Blur shell module contains a shell for interacting 
with Blur.  All shell commands
+               can be called as a CLI program as well.</description>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-store/pom.xml
----------------------------------------------------------------------
diff --git a/blur-store/pom.xml b/blur-store/pom.xml
index 1bc2be8..9438851 100644
--- a/blur-store/pom.xml
+++ b/blur-store/pom.xml
@@ -30,6 +30,7 @@ under the License.
        <artifactId>blur-store</artifactId>
        <packaging>jar</packaging>
        <name>Blur Store</name>
+       <description>The Blur store module contains all the Lucene directories 
and block cache for Blur.</description>
 
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/blur-thrift/pom.xml b/blur-thrift/pom.xml
index 01be292..1feaf07 100644
--- a/blur-thrift/pom.xml
+++ b/blur-thrift/pom.xml
@@ -30,6 +30,8 @@ under the License.
        <artifactId>blur-thrift</artifactId>
        <packaging>jar</packaging>
        <name>Blur Thrift</name>
+       <description>The Blur thrift module contains all the generated Thrift 
code, as well as a repackaged version
+               of Thrift (Thrift 0.9.0).  It also contains the thrift client 
connection managers.</description>
 
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/blur-util/pom.xml
----------------------------------------------------------------------
diff --git a/blur-util/pom.xml b/blur-util/pom.xml
index 57e2abb..9c7712b 100644
--- a/blur-util/pom.xml
+++ b/blur-util/pom.xml
@@ -30,6 +30,7 @@ under the License.
        <artifactId>blur-util</artifactId>
        <packaging>jar</packaging>
        <name>Blur Util</name>
+       <description>The Blur util module contains mostly utility classes used 
throughout the Blur project.</description>
 
        <dependencies>
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3939f89f/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 2e19952..52f5a90 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -28,10 +28,9 @@ under the License.
        </parent>
 
        <artifactId>apache-blur</artifactId>
-
        <packaging>pom</packaging>
-
        <name>Distribution</name>
+       <description>The Blur distribution module builds the source and binary 
artifacts.</description>
 
        <dependencies>
                <dependency>

Reply via email to