Author: crossley
Date: Wed Oct 18 20:16:20 2006
New Revision: 465456
URL: http://svn.apache.org/viewvc?view=rev&rev=465456
Log:
Remove version-specific example.
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml?view=diff&rev=465456&r1=465455&r2=465456
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml Wed Oct
18 20:16:20 2006
@@ -55,8 +55,8 @@
<section>
<title>In Unix/Linux:</title>
<p class="instruction">change directory to the top-level of the
forrest distribution and do ...</p>
- <p class="instruction">~/apache-forrest-0.7$ export
FORREST_HOME=`pwd`</p>
- <p class="instruction">~/apache-forrest-0.7$ export
PATH=$PATH:$FORREST_HOME/bin</p>
+ <p class="instruction">~/apache-forrest$ export FORREST_HOME=`pwd`</p>
+ <p class="instruction">~/apache-forrest$ export
PATH=$PATH:$FORREST_HOME/bin</p>
<section>
<title>Permanently Setting The Environment Variables for
Linux/Unix</title>
@@ -78,14 +78,14 @@
<section>
<title>Windows 2000</title>
<p class="instruction">Go to "My Computer", "Properties", "Advanced",
"Environment Variables"</p>
- <p class="instruction">add a new variable <code>FORREST_HOME</code>
as <code>C:\full\path\to\apache-forrest-0.7</code></p>
+ <p class="instruction">add a new variable <code>FORREST_HOME</code>
as <code>C:\full\path\to\apache-forrest</code></p>
<p class="instruction">edit <code>PATH</code> as
<code>%PATH%;%FORREST_HOME%\bin</code></p>
</section>
<section>
<title>In Windows XP:</title>
<p class="instruction">Go to "My Computer", "Properties", "Advanced",
"Environment Variables"</p>
- <p class="instruction">Create a New variable with name: FORREST_HOME
value: C:\full\path\to\apache-forrest-0.7</p>
+ <p class="instruction">Create a New variable with name: FORREST_HOME
value: C:\full\path\to\apache-forrest</p>
<p class="instruction">Edit PATH by adding ;%FORREST_HOME%\bin to the
end of the current value.</p>
</section>
</section>