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 2004/07/23 08:57:19 UTC

svn commit: rev 23188 - forrest/trunk/src/core/fresh-site/src/documentation/classes

Author: crossley
Date: Thu Jul 22 23:57:19 2004
New Revision: 23188

Modified:
   forrest/trunk/src/core/fresh-site/src/documentation/classes/CatalogManager.properties
Log:
Fix pathname to default catalog.xcat
Add an empty "catalogs=" entry to silence the build warning.


Modified: forrest/trunk/src/core/fresh-site/src/documentation/classes/CatalogManager.properties
==============================================================================
--- forrest/trunk/src/core/fresh-site/src/documentation/classes/CatalogManager.properties	(original)
+++ forrest/trunk/src/core/fresh-site/src/documentation/classes/CatalogManager.properties	Thu Jul 22 23:57:19 2004
@@ -26,10 +26,12 @@
 # See forrest/src/core/context/WEB-INF/cocoon.xconf
 
 # catalogs ... list of additional catalogs to load
-#  Note that Apache Forrest will automatically load its own default catalog
-#  from src/resources/schema/catalog.xcat
+#  (Note that Apache Forrest will automatically load its own default catalog
+#  from src/core/context/resources/schema/catalog.xcat)
 # use full pathnames
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #
 #catalogs=/home/me/forrest/my-site/src/documentation/resources/schema/catalog.xcat
+catalogs=
+