ovidiu 02/05/03 17:18:57
Modified: src/java/org/apache/cocoon cocoon.roles
Log:
Changed the hint for the 'sitemap-language' from
org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage
to
org.apache.cocoon.components.language.markup.CocoonMarkupLanguage.
The first class doesn't exist anymore, and in some obscure conditions
it causes Schecoon crashes.
Revision Changes Path
1.25 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
Index: cocoon.roles
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- cocoon.roles 2 May 2002 12:09:21 -0000 1.24
+++ cocoon.roles 4 May 2002 00:18:57 -0000 1.25
@@ -67,7 +67,7 @@
<role name="org.apache.cocoon.components.language.markup.MarkupLanguageSelector"
shorthand="markup-languages"
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector">
- <hint shorthand="sitemap-language"
class="org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage"/>
+ <hint shorthand="sitemap-language"
class="org.apache.cocoon.components.language.markup.CocoonMarkupLanguage"/>
<hint shorthand="xsp-language"
class="org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage"/>
</role>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]