[Zope3-checkins] SVN: Zope3/trunk/package-includes/ Renamed the
securitypolicy include back to its original name.
Jim Fulton
jim at zope.com
Sat May 15 22:10:27 EDT 2004
Log message for revision 24734:
Renamed the securitypolicy include back to its original name.
Added includes for the packages that need to be loaded first.
These dependencies are bogus. We need a better way of handling
grants for permissions from products.
-=-
Copied: Zope3/trunk/package-includes/securitypolicy-configure.zcml (from rev 24716, Zope3/trunk/package-includes/zzz-securitypolicy-configure.zcml)
===================================================================
--- Zope3/trunk/package-includes/zzz-securitypolicy-configure.zcml 2004-05-15 13:21:15 UTC (rev 24716)
+++ Zope3/trunk/package-includes/securitypolicy-configure.zcml 2004-05-16 02:10:26 UTC (rev 24734)
@@ -0,0 +1,5 @@
+<configure>
+<include file="workflow-configure.zcml" />
+<include file="undo-configure.zcml" />
+<include package="zope.app.securitypolicy" />
+</configure>
Property changes on: Zope3/trunk/package-includes/securitypolicy-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Deleted: Zope3/trunk/package-includes/zzz-securitypolicy-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/zzz-securitypolicy-configure.zcml 2004-05-16 02:08:07 UTC (rev 24733)
+++ Zope3/trunk/package-includes/zzz-securitypolicy-configure.zcml 2004-05-16 02:10:26 UTC (rev 24734)
@@ -1 +0,0 @@
-<include package="zope.app.securitypolicy" />
More information about the Zope3-Checkins
mailing list