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/10/13 23:56:23 UTC

svn commit: r925666 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/recreating-an-archetype.html

Author: buildbot
Date: Mon Oct 13 21:56:22 2014
New Revision: 925666

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/contributors/recreating-an-archetype.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 13 21:56:22 2014
@@ -1 +1 @@
-1631570
+1631571

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 13 21:56:22 2014
@@ -1 +1 @@
-1631570
+1631571

Modified: websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html (original)
+++ websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html Mon Oct 13 21:56:22 2014
@@ -465,12 +465,7 @@ env | grep ISIS | sort
 
 <h3>Check the example app</h3>
 
-<p>Switch to the directory containing the example application.</p>
-
-<pre><code>cd example/application/$ISISCPN
-</code></pre>
-
-<p>Update the parent <code>pom.xml</code> to reference the <em>released</em> version of Isis core and the other components:</p>
+<p>Make sure you are in the correct directory, and update the parent <code>pom.xml</code> to reference the <em>released</em> version of Isis core and the other components:</p>
 
 <pre><code>&lt;properties&gt;
     &lt;isis.version&gt;1.7.0&lt;/isis.version&gt;