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/06/23 03:37:28 UTC

svn commit: r193042 - /forrest/trunk/main/webapp/resources/schema/catalog.xcat

Author: crossley
Date: Wed Jun 22 18:37:28 2005
New Revision: 193042

URL: http://svn.apache.org/viewcvs?rev=193042&view=rev
Log:
FOR-549 plugin DTD catalogs are not included when running as a servlet WAR

Modified:
    forrest/trunk/main/webapp/resources/schema/catalog.xcat

Modified: forrest/trunk/main/webapp/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/schema/catalog.xcat?rev=193042&r1=193041&r2=193042&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/catalog.xcat (original)
+++ forrest/trunk/main/webapp/resources/schema/catalog.xcat Wed Jun 22 18:37:28 2005
@@ -18,12 +18,19 @@
 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
 "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
 
-<!-- OASIS XML Catalog for all documents Forrest uses -->
+<!-- OASIS XML Catalog for all documents that Forrest uses -->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
          prefer="public">
 
+<!-- The core Forrest catalog -->
 <nextCatalog catalog="catalog.forrest.xcat"/>
+
+<!-- The generated build/plugins/catalog.xcat
+  will include each other plugin's catalog -->
 <nextCatalog catalog="../../../../build/plugins/catalog.xcat"/>
+<!-- Its location is different in the war archive -->
+<nextCatalog catalog="../../build/plugins/catalog.xcat"/>
+
 <nextCatalog catalog="w3c-dtd/catalog.xcat"/>
 <nextCatalog catalog="docbook/catalog.xcat"/>
 <nextCatalog catalog="sdocbook/catalog.xcat"/>