crossley 2002/10/31 03:45:50
Modified: src/documentation/xdocs/dtd README
src/test CatalogManager.properties
src/documentation/xdocs/plan catalog.xml
Log:
Changed path of default OASIS catalog, following move of stuff to /WEB-INF/
Revision Changes Path
1.2 +1 -1 xml-cocoon2/src/documentation/xdocs/dtd/README
Index: README
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/dtd/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 28 Mar 2002 02:06:46 -0000 1.1
+++ README 31 Oct 2002 11:45:50 -0000 1.2
@@ -1,3 +1,3 @@
Note that the entities in this directory are a copy of the main
-entities in src/webapp/resources/entities/
+entities in src/webapp/WEB-INF/entities/
Please keep these synchronised.
1.3 +1 -1 xml-cocoon2/src/test/CatalogManager.properties
Index: CatalogManager.properties
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/test/CatalogManager.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CatalogManager.properties 19 Jan 2002 05:57:18 -0000 1.2
+++ CatalogManager.properties 31 Oct 2002 11:45:50 -0000 1.3
@@ -2,7 +2,7 @@
#
# This CatalogManager.properties is loaded by the Resolver that is
# used by the ResolverImpl test case. It is deliberately minimal.
-# See the main properties file at webapp/resources/entities/
+# See the main properties file at webapp/WEB-INF/classes/
#
# The definitions here are usually over-ridden by the settings
# of each test case. An automatically created OASIS catalog will be
1.4 +3 -3 xml-cocoon2/src/documentation/xdocs/plan/catalog.xml
Index: catalog.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/plan/catalog.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- catalog.xml 25 May 2002 13:29:48 -0000 1.3
+++ catalog.xml 31 Oct 2002 11:45:50 -0000 1.4
@@ -45,7 +45,7 @@
<s2 title="Components">
<ul>
<li><code>src/org/apache/cocoon/components/resolver/ResolverImpl.java</code>
- implements the Sun "XML Entity and URI Resolvers"
+ implements the "XML Entity and URI Resolvers"
<ul>
<li>Gets a new CatalogResolver() which reads the default
<code>CatalogManager.properties</code> to set some properties for
@@ -66,7 +66,7 @@
<s2 title="Default Entities and Catalogs">
<ul>
- <li><code>webapp/resources/entities/</code> holds all of the DTDs and
+ <li><code>webapp/WEB-INF/entities/</code> holds all of the DTDs and
character entity sets currently used by Cocoon. These would also form a
base for any userland application (they can configure their own additional
entities).
@@ -78,7 +78,7 @@
completely on the entity resolver.</li>
<li>The Cocoon system catalog is an OASIS plain-text catalog declaring
all of the necessary entities
- <code>webapp/resources/entities/catalog</code>
+ <code>webapp/WEB-INF/entities/catalog</code>
</li>
</ul>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]