Return-Path: X-Original-To: apmail-gora-commits-archive@www.apache.org Delivered-To: apmail-gora-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B7E69D3A for ; Thu, 16 Feb 2012 15:27:31 +0000 (UTC) Received: (qmail 37649 invoked by uid 500); 16 Feb 2012 15:27:31 -0000 Delivered-To: apmail-gora-commits-archive@gora.apache.org Received: (qmail 37624 invoked by uid 500); 16 Feb 2012 15:27:31 -0000 Mailing-List: contact commits-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list commits@gora.apache.org Received: (qmail 37617 invoked by uid 99); 16 Feb 2012 15:27:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 15:27:31 +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; Thu, 16 Feb 2012 15:27:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 381C9238890D; Thu, 16 Feb 2012 15:27:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1245022 - in /gora/trunk/docs/src/content/xdocs: quickstart.xml tutorial.xml Date: Thu, 16 Feb 2012 15:27:07 -0000 To: commits@gora.apache.org From: lewismc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120216152707.381C9238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lewismc Date: Thu Feb 16 15:27:06 2012 New Revision: 1245022 URL: http://svn.apache.org/viewvc?rev=1245022&view=rev Log: commit to address small typos in /current/docs. Modified: gora/trunk/docs/src/content/xdocs/quickstart.xml gora/trunk/docs/src/content/xdocs/tutorial.xml Modified: gora/trunk/docs/src/content/xdocs/quickstart.xml URL: http://svn.apache.org/viewvc/gora/trunk/docs/src/content/xdocs/quickstart.xml?rev=1245022&r1=1245021&r2=1245022&view=diff ============================================================================== --- gora/trunk/docs/src/content/xdocs/quickstart.xml (original) +++ gora/trunk/docs/src/content/xdocs/quickstart.xml Thu Feb 16 15:27:06 2012 @@ -33,7 +33,7 @@
Download -

First you need to check out the most stable Gora release through the official Apache Gora release page here. +

First you need to check out the most stable Gora release through the official Apache Gora release page here.

For those who would like to use a development version Gora or simply wish to work with the bleeding edge, instructions for how to check out the source code using svn or git can be found here.

@@ -114,33 +114,33 @@ to your project by adding the following lines to your pom.xml file:

- - - org.apache.gora - gora-hbase - ${version} - -
- - - org.apache.gora - gora-cassandra - ${version} - -
- - - org.apache.gora - gora-sql - ${version} - - + + <dependency> + <groupId>org.apache.gora</groupId> + <artifactId>gora-hbase</artifactId> + <version>${version}</version> + </dependency> +
+ + <dependency> + <groupId>org.apache.gora</groupId> + <artifactId>gora-cassandra</artifactId> + <version>${version}</version> + </dependency> +
+ + <dependency> + <groupId>org.apache.gora</groupId> + <artifactId>gora-sql</artifactId> + <version>${version}</version> + </dependency> +

N.B. The ${version} variable should be replaced by the most stable Gora release.

Only add the modules gora-hbase, gora-cassandra, gora-sql - that you will use. + that you will use.

Modified: gora/trunk/docs/src/content/xdocs/tutorial.xml URL: http://svn.apache.org/viewvc/gora/trunk/docs/src/content/xdocs/tutorial.xml?rev=1245022&r1=1245021&r2=1245022&view=diff ============================================================================== --- gora/trunk/docs/src/content/xdocs/tutorial.xml (original) +++ gora/trunk/docs/src/content/xdocs/tutorial.xml Thu Feb 16 15:27:06 2012 @@ -1175,7 +1175,7 @@ ROW COLUMN+CELL

The source code for the projects using Gora can also be checked out as a reference. Apache Nutch is one of the first class users of Gora; so looking into how Nutch uses Gora is always a good idea.

-

Please feel free to grab our poweredBy sticker and embedded it in anything backed by Apache Gora. +

Please feel free to grab our poweredBy sticker and embedded it in anything backed by Apache Gora.