[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views - __init__.py:1.2 configure.zcml:1.2

Jim Fulton jim@zope.com
Wed, 23 Oct 2002 12:00:50 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views
In directory cvs.zope.org:/tmp/cvs-serv8321/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views

Added Files:
	__init__.py configure.zcml 
Log Message:
Merging in the work done by Naveen and Rakesh on the
ErrorReportingService-branch branch.

There is now an error reporting service that works like the Zope 2.6
site error log. Yay!


=== Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/__init__.py 1.1 => 1.2 ===
--- /dev/null	Wed Oct 23 12:00:50 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/__init__.py	Wed Oct 23 12:00:19 2002
@@ -0,0 +1,14 @@
+##############################################################################
+#
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# All Rights Reserved.
+# 
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+# 
+##############################################################################
+


=== Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/configure.zcml 1.1 => 1.2 ===
--- /dev/null	Wed Oct 23 12:00:50 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/configure.zcml	Wed Oct 23 12:00:19 2002
@@ -0,0 +1,3 @@
+<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
+ <include package=".Browser" />
+</zopeConfigure>