Author: crossley
Date: Wed Dec 29 17:27:52 2004
New Revision: 123690

URL: http://svn.apache.org/viewcvs?view=rev&rev=123690
Log:
Set project.start-uri to be index.html because we are still using book.xml 
style navigation.

Modified:
   cocoon/trunk/forrest.properties

Modified: cocoon/trunk/forrest.properties
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/forrest.properties?view=diff&rev=123690&p1=cocoon/trunk/forrest.properties&r1=123689&p2=cocoon/trunk/forrest.properties&r2=123690
==============================================================================
--- cocoon/trunk/forrest.properties     (original)
+++ cocoon/trunk/forrest.properties     Wed Dec 29 17:27:52 2004
@@ -61,7 +61,7 @@
 
 project.build-dir=${project.home}/build/${project.name}
 project.site-dir=${project.build-dir}/site
-project.webapp=build/webapp-site
+project.webapp=${project.home}/build/webapp-site
 project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
 
 
@@ -94,6 +94,7 @@
 
 # The URL to start crawling from
 #project.start-uri=linkmap.html
+project.start-uri=index.html
 # Set logging level for messages printed to the console
 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
 #project.debuglevel=ERROR

Reply via email to