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/18 13:56:21 UTC

svn commit: r158054 - in forrest/trunk: 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/ whiteboard/org.apache.forrest.plugin.Chart/src/documentation/classes/ whiteboard/org.apache.forrest.plugin.Database/src/documentation/classes/ whiteboard/org.apache.forrest.plugin.OpenOffice.org-output/src/documentation/classes/

Author: crossley
Date: Fri Mar 18 04:56:16 2005
New Revision: 158054

URL: http://svn.apache.org/viewcvs?view=rev&rev=158054
Log:
Seems that "catalogs" property is required. Add empty.

Modified:
    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
    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/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=158053&r2=158054
==============================================================================
--- forrest/trunk/plugins/IMSManifest/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/IMSManifest/src/documentation/classes/CatalogManager.properties Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,8 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/pluginTemplate/src/documentation/classes/CatalogManager.properties Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- forrest/trunk/plugins/rtf-output/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/rtf-output/src/documentation/classes/CatalogManager.properties Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- forrest/trunk/plugins/simplified-docbook/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/simplified-docbook/src/documentation/classes/CatalogManager.properties Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- forrest/trunk/plugins/wiki/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/plugins/wiki/src/documentation/classes/CatalogManager.properties Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the

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=158053&r2=158054
==============================================================================
--- 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 Fri Mar 18 04:56:16 2005
@@ -47,6 +47,7 @@
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
 #catalogs=../resources/schema/catalog.xcat
+catalogs=
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the