You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/07/13 18:28:22 UTC

svn commit: r216181 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-view-install.xml

Author: thorsten
Date: Wed Jul 13 09:28:19 2005
New Revision: 216181

URL: http://svn.apache.org/viewcvs?rev=216181&view=rev
Log:
Fixed view instalation instruction thx to Cyriaque Dupoirieux

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-view-install.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-view-install.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-view-install.xml?rev=216181&r1=216180&r2=216181&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-view-install.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-view-install.xml Wed Jul 13 09:28:19 2005
@@ -77,15 +77,10 @@
       <title>Seed a new project</title>
       <p> 
 				Go to the dir where you want to seed a new project and seed it. 
-        Then we have to prepare a default.fv directory in project.conf-dir (forrest.properties) 
-        of the fresh seed. That will be needed as soon you modify the default view of your project.
-        The "templates"-directory is need for your project specific contract implementations.
       </p>
       <source>
 cd ~/src/newSeed
 forrest seed
-mkdir src/documentation/conf
-mkdir src/documentation/resources/templates
       </source>
     </section>
     <section id="forrestProperties">