[Zope3-checkins] CVS: Zope3/src/zope/app/registration/browser -
configure.zcml:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 23:45:18 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/registration/browser
In directory cvs.zope.org:/tmp/cvs-serv2821/src/zope/app/registration/browser
Modified Files:
configure.zcml
Log Message:
Move exception views and interfaces to their own package zope.app.exception.
=== Zope3/src/zope/app/registration/browser/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/registration/browser/configure.zcml:1.3 Sat Mar 13 20:11:38 2004
+++ Zope3/src/zope/app/registration/browser/configure.zcml Sat Mar 13 23:44:48 2004
@@ -64,15 +64,15 @@
zope.app.registration.interfaces.INoRegistrationManagerError"
name="index.html"
permission="zope.Public"
- template="../../browser/exception/user.pt"
- class="zope.app.browser.exception.user.UserErrorView" />
+ template="../../exception/browser/user.pt"
+ class="zope.app.exception.browser.user.UserErrorView" />
<page
for="zope.app.registration.interfaces.INoLocalServiceError"
name="index.html"
permission="zope.Public"
- template="../../browser/exception/user.pt"
- class="zope.app.browser.exception.user.UserErrorView" />
+ template="../../exception/browser/user.pt"
+ class="zope.app.exception.browser.user.UserErrorView" />
<!-- Generic page for objects that keep track of their registrations -->
@@ -94,6 +94,5 @@
permission="zope.ManageServices"
menu="zmi_views" title="Registration"
/>
-
</zope:configure>
More information about the Zope3-Checkins
mailing list