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/17 07:00:55 UTC

svn commit: r157906 - forrest/trunk/whiteboard/org.apache.forrest.plugin.Chart/src/documentation/classes forrest/trunk/whiteboard/org.apache.forrest.plugin.Database/src/documentation/classes forrest/trunk/whiteboard/org.apache.forrest.plugin.OpenOffice.org-output/src/documentation/classes

Author: crossley
Date: Wed Mar 16 22:00:54 2005
New Revision: 157906

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

Modified:
    forrest/trunk/whiteboard/org.apache.forrest.plugin.Chart/src/documentation/classes/CatalogManager.properties
    forrest/trunk/whiteboard/org.apache.forrest.plugin.Database/src/documentation/classes/CatalogManager.properties
    forrest/trunk/whiteboard/org.apache.forrest.plugin.OpenOffice.org-output/src/documentation/classes/CatalogManager.properties

Modified: forrest/trunk/whiteboard/org.apache.forrest.plugin.Chart/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/org.apache.forrest.plugin.Chart/src/documentation/classes/CatalogManager.properties?view=diff&r1=157905&r2=157906
==============================================================================
--- forrest/trunk/whiteboard/org.apache.forrest.plugin.Chart/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/whiteboard/org.apache.forrest.plugin.Chart/src/documentation/classes/CatalogManager.properties Wed Mar 16 22:00:54 2005
@@ -1,4 +1,5 @@
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -28,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
@@ -41,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/whiteboard/org.apache.forrest.plugin.Database/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/org.apache.forrest.plugin.Database/src/documentation/classes/CatalogManager.properties?view=diff&r1=157905&r2=157906
==============================================================================
--- forrest/trunk/whiteboard/org.apache.forrest.plugin.Database/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/whiteboard/org.apache.forrest.plugin.Database/src/documentation/classes/CatalogManager.properties Wed Mar 16 22:00:54 2005
@@ -1,4 +1,5 @@
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -28,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
@@ -41,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/whiteboard/org.apache.forrest.plugin.OpenOffice.org-output/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/org.apache.forrest.plugin.OpenOffice.org-output/src/documentation/classes/CatalogManager.properties?view=diff&r1=157905&r2=157906
==============================================================================
--- forrest/trunk/whiteboard/org.apache.forrest.plugin.OpenOffice.org-output/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/whiteboard/org.apache.forrest.plugin.OpenOffice.org-output/src/documentation/classes/CatalogManager.properties Wed Mar 16 22:00:54 2005
@@ -1,4 +1,5 @@
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -28,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
@@ -41,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