crossley 2002/10/31 03:09:11
Modified: src/java/org/apache/cocoon/components/resolver
resolver.xconf
Log:
Changed path of default OASIS catalog, following move of stuff to /WEB-INF/
Revision Changes Path
1.5 +3 -3
xml-cocoon2/src/java/org/apache/cocoon/components/resolver/resolver.xconf
Index: resolver.xconf
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/resolver/resolver.xconf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- resolver.xconf 9 Mar 2002 06:27:15 -0000 1.4
+++ resolver.xconf 31 Oct 2002 11:09:10 -0000 1.5
@@ -4,10 +4,10 @@
<!-- Entity resolution catalogs: *********************************************
catalog:
- The default catalog is distributed at /resources/entities/catalog
+ The default catalog is distributed at /WEB-INF/entities/catalog
This is the contextual pathname for Cocoon resources.
You can override this path, if necessary, using the "catalog" parameter.
- <parameter name="catalog" value="/resources/entities/catalog"/>
+ <parameter name="catalog" value="/WEB-INF/entities/catalog"/>
However, it is probably desirable to leave this default catalog config
and declare your own local catalogs, which are loaded in addition to
the system catalog.
@@ -35,7 +35,7 @@
************************************************************************** -->
<entity-resolver class="org.apache.cocoon.components.resolver.ResolverImpl"
logger="core.resolver">
- <parameter name="catalog" value="/resources/entities/catalog"/>
+ <parameter name="catalog" value="/WEB-INF/entities/catalog"/>
<parameter name="verbosity" value="1"/>
</entity-resolver>
</xconf>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]