Author: rgardler
Date: Tue Nov 21 15:23:09 2006
New Revision: 477958
URL: http://svn.apache.org/viewvc?view=rev&rev=477958
Log:
Small but important change to instructions
Modified:
forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html
Modified: forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html?view=diff&rev=477958&r1=477957&r2=477958
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html
(original)
+++ forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html Tue Nov
21 15:23:09 2006
@@ -50,7 +50,7 @@
Run the command <span class="source">cd [FORREST2_HOME]</span>
</p>
- <p class="step">ant -Dcontent.object.dir=[CONTENT_DIR]
-Dcontent.object.start.uri=[REQUEST_URI]<br/>
+ <p class="step">ant -Dcontent.object.dir=[CONTENT_DIR]
-Dcontent.object.start.uri=[REQUEST_URI] run<br/>
Where [CONTENT_DIR] is the directory containing the Forrest2 Content Object
you wish
to work with and [REQUEST_URI] is the URI you wish to request</p>