Author: crossley
Date: Sat Sep 13 23:05:28 2008
New Revision: 695122
URL: http://svn.apache.org/viewvc?rev=695122&view=rev
Log:
forrest-core.xconf is now called cocoon.xconf
Issue: FOR-1091
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
forrest/trunk/site-author/content/xdocs/docs_0_90/validation.xml
forrest/trunk/site-author/content/xdocs/howto-dev.xml
forrest/trunk/site-author/status.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml?rev=695122&r1=695121&r2=695122&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml Sat Sep 13
23:05:28 2008
@@ -858,7 +858,7 @@
Performance Tips</link> and
<link
href="http://wiki.apache.org/cocoon/CocoonPerformance">CocoonPerformance</link>
and the "Object Stores" section of
- main/webapp/WEB-INF/forrest-core.xconf
+ main/webapp/WEB-INF/cocoon.xconf
</p>
<p>
Responsiveness can be further enhanced by utilising a transparent
Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/validation.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/validation.xml?rev=695122&r1=695121&r2=695122&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/validation.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/validation.xml Sat Sep 13
23:05:28 2008
@@ -282,7 +282,7 @@
<p>
An additional system-wide catalog can be configured for use by
multiple forrest-based projects. See the "local-catalog" parameter in
- <code>main/webapp/WEB-INF/xconf/forrest-core.xconf</code>
+ <code>main/webapp/WEB-INF/cocoon.xconf</code>
</p>
<p>
Projects can augment this with their own catalog file located in
Modified: forrest/trunk/site-author/content/xdocs/howto-dev.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/howto-dev.xml?rev=695122&r1=695121&r2=695122&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/howto-dev.xml (original)
+++ forrest/trunk/site-author/content/xdocs/howto-dev.xml Sat Sep 13 23:05:28
2008
@@ -452,7 +452,7 @@
<section id="debug-sitemap-exec">
<title>Using Cocoon sitemap execution logger</title>
<p>
- In main/webapp/WEB-INF/xconf/forrest-core.xconf search for "sitemap
+ In main/webapp/WEB-INF/cocoon.xconf search for "sitemap
execution" and uncomment the component. For each sitemap component
that is executed, a message will go to
WEB-INF/logs/sitemap-execution.log
</p>
Modified: forrest/trunk/site-author/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=695122&r1=695121&r2=695122&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Sat Sep 13 23:05:28 2008
@@ -397,7 +397,7 @@
</action>
<!-- 2006-07 -->
<action context="code" type="update" dev="TS" due-to="David Crossley">
Updated the
- forrest-core.xconf and declared the core components that are needed
+ cocoon.xconf and declared the core components that are needed
for flow. This makes it possible to use flow in forrest.</action>
<!-- 2006-06 -->
<action context="code" type="update" dev="BD">