You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by hs...@apache.org on 2015/02/24 23:44:58 UTC

svn commit: r1662133 - /gora/site/trunk/content/current/tutorial.md

Author: hsaputra
Date: Tue Feb 24 22:44:58 2015
New Revision: 1662133

URL: http://svn.apache.org/r1662133
Log:
Update Gora tutorial page

Modified:
    gora/site/trunk/content/current/tutorial.md

Modified: gora/site/trunk/content/current/tutorial.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/tutorial.md?rev=1662133&r1=1662132&r2=1662133&view=diff
==============================================================================
--- gora/site/trunk/content/current/tutorial.md (original)
+++ gora/site/trunk/content/current/tutorial.md Tue Feb 24 22:44:58 2015
@@ -52,13 +52,13 @@ directory gora-tutorial.
     $ cd gora-tutorial
     $ tree
     
-    |-- build.xml
     |-- conf
     |   |-- gora-hbase-mapping.xml
     |   |-- gora-sql-mapping.xml
     |   `-- gora.properties
-    |-- ivy
-    |   `-- ivy.xml
+    |
+    |-- pom.xml
+    | 
     `-- src
         |-- examples
         |   `-- java
@@ -84,6 +84,7 @@ directory gora-tutorial.
         `-- test
             |-- conf
             `-- java
+
 Since gora-tutorial is a top level module of Gora, it depends on the directory
 structure imposed by Gora's main build scripts (pom.xml for Maven). The Java source code resides in directory 
 <code>src/main/java/</code>, avro schemas in <code>src/main/avro/</code>, and data in <code>src/main/resources/</code>.