[Zope3-checkins] CVS: Zope3/lib/python/Zope - configure.zcml:1.8.4.1
Jim Fulton
jim@zope.com
Mon, 21 Oct 2002 09:47:51 -0400
Update of /cvs-repository/Zope3/lib/python/Zope
In directory cvs.zope.org:/tmp/cvs-serv29256/lib/python/Zope
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
configure.zcml
Log Message:
Earlier today I fixed a bug in configuration conflict
checking. Unfortunately, I forgot to try running Zope after that
change. It turns out that there were a number of configuration errors
that were revealed by the fix and Zope would not start as a result.
This checkin fixes those configuration errors.
=== Zope3/lib/python/Zope/configure.zcml 1.8 => 1.8.4.1 ===
--- Zope3/lib/python/Zope/configure.zcml:1.8 Fri Oct 4 13:39:05 2002
+++ Zope3/lib/python/Zope/configure.zcml Mon Oct 21 09:47:21 2002
@@ -12,44 +12,6 @@
<include package=".StartUp" file="meta.zcml" />
-<!-- Standard Permissions -->
-
-<permission id="Zope.View"
- title="View"
- />
-
-<permission id="Zope.Security"
- title="Change security settings"
- />
-
-<permission id="Zope.ManageContent"
- title="Manage Content"
- />
-
-<permission id="Zope.ManageBindings"
- title="Manage Service Bindings"
- />
-
-<permission id="Zope.ManageCode"
- title="Manage Code"
- description="Manage executable code, including
- Python, SQL, ZPT, etc."
- />
-
-<permission id="Zope.ManageServices"
- title="Manage Services"
- />
-
-<!-- XXX What is this for? -->
-<permission id="Zope.ManageApplication"
- title="Manage Application"
- />
-
-<!-- XXX What is this for? -->
-<permission id="Zope.I18n"
- title="Use Internationalization (?XXX)"
- />
-
<!-- Configuration -->
<include package=".Event" />
<include package=".App" />