You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/12/22 20:31:16 UTC

svn commit: r933671 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/using-neo4j.html

Author: buildbot
Date: Mon Dec 22 19:31:16 2014
New Revision: 933671

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/using-neo4j.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 22 19:31:16 2014
@@ -1 +1 @@
-1647386
+1647387

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 22 19:31:16 2014
@@ -1 +1 @@
-1647386
+1647387

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/using-neo4j.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/using-neo4j.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/using-neo4j.html Mon Dec 22 19:31:16 2014
@@ -459,14 +459,21 @@
 
 <ul>
 <li>run the <a href="../../../intro/getting-started/simpleapp-archetype.html">simpleapp</a> archetype (1.8.0-SNAPSHOT)</li>
-<li>build the app:</p>
+<li>build the app:</li>
+</ul>
 
-<p>mvn clean install -P neo4j</li>
-<li>run the app:</p>
+<pre>
+    mvn clean install -P neo4j
+</pre>
 
-<p>mvn antrun:run -P self-host,neo4j -o</li>
+<ul>
+<li>run the app:</li>
 </ul>
 
+<pre>
+    mvn antrun:run -P self-host,neo4j -o
+</pre>
+
 <p>If you visit the about page you should see the neo4j JAR files are linked in, and a <code>neo4j_DB</code> subdirectory within the <code>webapp</code> directory.</p>