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/03/15 01:34:51 UTC

svn commit: r157489 - in forrest/trunk: main/fresh-site/src/documentation/classes/ plugins/IMSManifest/src/documentation/classes/ plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/classes/ plugins/org.apache.forrest.plugin.excel/src/documentation/classes/ plugins/org.apache.forrest.plugin.fbits/src/documentation/classes/ plugins/org.apache.forrest.plugin.feeder/src/documentation/classes/ plugins/org.apache.forrest.plugin.htmlArea/src/documentation/classes/ plugins/org.apache.forrest.plugin.logs/src/documentation/classes/ plugins/org.apache.forrest.plugin.pdf-output/src/documentation/classes/ plugins/org.apache.forrest.plugin.photoGallery/src/documentation/classes/ plugins/org.apache.forrest.plugin.pod-output/src/documentation/classes/ plugins/org.apache.forrest.plugin.projectInfo/src/documentation/classes/ plugins/org.apache.forrest.plugin.text-output/src/documentation/classes/ plugins/pluginTemplate/src/documentation/classes/ plugins/rtf-output/src/documentation/classes/ plugins/simplified-docbook/src/documentation/classes/ plugins/wiki/src/documentation/classes/

Author: crossley
Date: Mon Mar 14 16:34:47 2005
New Revision: 157489

URL: http://svn.apache.org/viewcvs?view=rev&rev=157489
Log:
Synchronise all CatalogManager.properties files.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/IMSManifest/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/pluginTemplate/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/rtf-output/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/simplified-docbook/src/documentation/classes/CatalogManager.properties
    forrest/trunk/plugins/wiki/src/documentation/classes/CatalogManager.properties

Modified: forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");

Modified: forrest/trunk/plugins/IMSManifest/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/IMSManifest/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/IMSManifest/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/IMSManifest/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,25 +14,44 @@
 # limitations under the License.
 
 #=======================================================================
-# CatalogManager.properties
+# CatalogManager.properties for Catalog Entity Resolver.
 #
-# This is the default properties file for Apache Forrest.
+# This is the default properties file for your project.
 # This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
 #
 # See the Apache Forrest documentation:
 # http://forrest.apache.org/docs/your-project.html
 # http://forrest.apache.org/docs/validation.html
 
-# verbosity ... level of messages for status/debug
-# See forrest/src/core/context/WEB-INF/cocoon.xconf
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  main/webapp/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,25 +14,44 @@
 # limitations under the License.
 
 #=======================================================================
-# CatalogManager.properties
+# CatalogManager.properties for Catalog Entity Resolver.
 #
-# This is the default properties file for Apache Forrest.
+# This is the default properties file for your project.
 # This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
 #
 # See the Apache Forrest documentation:
 # http://forrest.apache.org/docs/your-project.html
 # http://forrest.apache.org/docs/validation.html
 
-# verbosity ... level of messages for status/debug
-# See forrest/main/webapp/WEB-INF/cocoon.xconf
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  main/webapp/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
 #  from main/webapp/resources/schema/catalog.xcat)
-# use full pathnames
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,25 +14,44 @@
 # limitations under the License.
 
 #=======================================================================
-# CatalogManager.properties
+# CatalogManager.properties for Catalog Entity Resolver.
 #
-# This is the default properties file for Apache Forrest.
+# This is the default properties file for your project.
 # This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
 #
 # See the Apache Forrest documentation:
 # http://forrest.apache.org/docs/your-project.html
 # http://forrest.apache.org/docs/validation.html
 
-# verbosity ... level of messages for status/debug
-# See forrest/src/core/context/WEB-INF/cocoon.xconf
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  main/webapp/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,25 +14,44 @@
 # limitations under the License.
 
 #=======================================================================
-# CatalogManager.properties
+# CatalogManager.properties for Catalog Entity Resolver.
 #
-# This is the default properties file for Apache Forrest.
+# This is the default properties file for your project.
 # This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
 #
 # See the Apache Forrest documentation:
 # http://forrest.apache.org/docs/your-project.html
 # http://forrest.apache.org/docs/validation.html
 
-# verbosity ... level of messages for status/debug
-# See forrest/src/core/context/WEB-INF/cocoon.xconf
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  main/webapp/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/pluginTemplate/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/pluginTemplate/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/pluginTemplate/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/rtf-output/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/rtf-output/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/rtf-output/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/rtf-output/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,25 +14,44 @@
 # limitations under the License.
 
 #=======================================================================
-# CatalogManager.properties
+# CatalogManager.properties for Catalog Entity Resolver.
 #
-# This is the default properties file for Apache Forrest.
+# This is the default properties file for your project.
 # This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
 #
 # See the Apache Forrest documentation:
 # http://forrest.apache.org/docs/your-project.html
 # http://forrest.apache.org/docs/validation.html
 
-# verbosity ... level of messages for status/debug
-# See forrest/src/core/context/WEB-INF/cocoon.xconf
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  main/webapp/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/simplified-docbook/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/simplified-docbook/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/simplified-docbook/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/simplified-docbook/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,25 +14,44 @@
 # limitations under the License.
 
 #=======================================================================
-# CatalogManager.properties
+# CatalogManager.properties for Catalog Entity Resolver.
 #
-# This is the default properties file for Apache Forrest.
+# This is the default properties file for your project.
 # This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
 #
 # See the Apache Forrest documentation:
 # http://forrest.apache.org/docs/your-project.html
 # http://forrest.apache.org/docs/validation.html
 
-# verbosity ... level of messages for status/debug
-# See forrest/main/webapp/WEB-INF/cocoon.xconf
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  main/webapp/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
 #  from main/webapp/resources/schema/catalog.xcat)
-# use full pathnames
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no

Modified: forrest/trunk/plugins/wiki/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/wiki/src/documentation/classes/CatalogManager.properties?view=diff&r1=157488&r2=157489
==============================================================================
--- forrest/trunk/plugins/wiki/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/wiki/src/documentation/classes/CatalogManager.properties Mon Mar 14 16:34:47 2005
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
 # as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
 # The level of messages for status/debug (messages go to standard output).
 # The setting here is for your own local catalogs.
 # The verbosity of Forrest's core catalogs is controlled via
-#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#  main/webapp/WEB-INF/cocoon.xconf
 #
 # The following messages are provided ...
 #  0 = none
@@ -42,11 +42,16 @@
 
 # catalogs ... list of additional catalogs to load
 #  (Note that Apache Forrest will automatically load its own default catalog
-#  from src/core/context/resources/schema/catalog.xcat)
-# use full pathnames
+#  from main/webapp/resources/schema/catalog.xcat)
+# Use either full pathnames or relative 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=
+#catalogs=../resources/schema/catalog.xcat
 
+# relative-catalogs
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only 
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs=[yes|no]
+relative-catalogs=no