Author: buildbot
Date: Wed Nov 6 14:49:54 2013
New Revision: 885636
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/current/gora-conf.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 6 14:49:54 2013
@@ -1 +1 @@
-1538230
+1539353
Modified: websites/staging/gora/trunk/content/current/gora-conf.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-conf.html (original)
+++ websites/staging/gora/trunk/content/current/gora-conf.html Wed Nov 6
14:49:54 2013
@@ -135,13 +135,12 @@ under the License.
gora.properties. The file is searched in the classpath, which is
obtained using the ClassLoader of the DataStoreFactory class.</p>
<p>The following properties are recognized:</p>
-<table>
- <caption>Common Properties</caption>
+<h2 id="common-properties">Common Properties</h2>
+<p><table>
<tr><th align="left">Property</th> <th align="left">Required</th> <th
align="left">Default</th> <th align="left">Explanation</th></tr>
<tr><td>gora.datastore.default</td><td>No</td> <td> â </td> <td>The full
classname of the default data store implementation to use </td></tr>
<tr><td>gora.datastore.autocreateschema</td><td>No</td><td>true</td><td>Whether
to create schemas automatically</td></tr>
-</table>
-
+</table></p>
<p>gora.datastore.default is perhaps the most important property in this file.
This property configures the default DataStore implementation to use.
However, other data stores can still be instantiated thorough the API.