You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/12 15:26:02 UTC

svn commit: r190272 - /forrest/trunk/index.html

Author: crossley
Date: Sun Jun 12 06:26:02 2005
New Revision: 190272

URL: http://svn.apache.org/viewcvs?rev=190272&view=rev
Log:
Fix location of logo. Train people to do 'build clean'.

Modified:
    forrest/trunk/index.html

Modified: forrest/trunk/index.html
URL: http://svn.apache.org/viewcvs/forrest/trunk/index.html?rev=190272&r1=190271&r2=190272&view=diff
==============================================================================
--- forrest/trunk/index.html (original)
+++ forrest/trunk/index.html Sun Jun 12 06:26:02 2005
@@ -24,7 +24,7 @@
    </head>
 
    <body>
-   <img src="site/resources/images/apache-forrest.png" alt="forrest" />
+   <img src="site-author/resources/images/apache-forrest.png" alt="forrest" />
    <br />
    <a href="http://www.apache.org/" class="title">Apache</a>
    &gt;<a href="http://xml.apache.org/" class="title">XML</a>
@@ -57,8 +57,8 @@
    </p>
    <p>The source code is also provided, so you can alter it or extend it,
       and then re-build by doing
-      <tt>'cd main; build.bat'</tt> (Windows)
-      or <tt>'cd main; ./build.sh'</tt> (Unix).
+      <tt>'cd main; build.bat clean; build.bat'</tt> (Windows)
+      or <tt>'cd main; ./build.sh clean; ./build.sh'</tt> (Unix).
       If you need more instructions, then see the
       <a href="http://forrest.apache.org/docs/build.html">Building Forrest</a>
       document.