cziegeler 02/01/28 03:11:39 Modified: src/webapp cocoon.xconf src/webapp/stylesheets/system error2html.xsl Log: typo Revision Changes Path 1.12 +10 -0 xml-cocoon2/src/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cocoon.xconf 27 Jan 2002 13:15:20 -0000 1.11 +++ cocoon.xconf 28 Jan 2002 11:11:38 -0000 1.12 @@ -390,6 +390,16 @@ <thread priority="5" frequency="10000"/> </monitor> +<!-- ======================== sunShine ============================== --> +<component role="org.apache.cocoon.sunshine.SunShine" + class="org.apache.cocoon.sunshine.SunShine"/> +<component role="org.apache.cocoon.sunshine.sunrise.SunRise" + class="org.apache.cocoon.sunshine.sunrise.SunRise"/> +<component role="org.apache.cocoon.sunshine.sunspot.SunSpot" + class="org.apache.cocoon.sunshine.sunspot.SunSpot"/> +<component role="org.apache.cocoon.sunshine.connector.IResourceConnector" + class="org.apache.cocoon.sunshine.connector.ResourceConnector"/> + <!-- ======================== The sitemap ============================== --> <!-- Reloading of the sitemap: 1.3 +1 -1 xml-cocoon2/src/webapp/stylesheets/system/error2html.xsl Index: error2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/system/error2html.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- error2html.xsl 15 Jan 2002 11:39:57 -0000 1.2 +++ error2html.xsl 28 Jan 2002 11:11:38 -0000 1.3 @@ -146,7 +146,7 @@ For more detailed technical information, take a look at the log files in the log directory of cocoon, which is <code>/WEB-INF/logs</code> by default.<br/> Logging configuration is by default in <code>/WEB-INF/logkit.xconf.</code><br/><br/> - If you think you found a bug, please report it al + If you think you found a bug, please report it to <a href="http://nagoya.apache.org/bugzilla/">Apache's Bugzilla</a>; a message will be sent to the developer mailing list.<br/> </font>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]