[Checkins] SVN: z3c.authentication.simple/trunk/s Removed ZMI depending management views

Roger Ineichen roger at projekt01.ch
Sat Mar 15 22:08:26 EDT 2008


Log message for revision 84697:
  Removed ZMI depending management views
  If somebody needs them, we will move them to another package

Changed:
  U   z3c.authentication.simple/trunk/setup.py
  D   z3c.authentication.simple/trunk/src/z3c/authentication/simple/browser/
  U   z3c.authentication.simple/trunk/src/z3c/authentication/simple/configure.zcml

-=-
Modified: z3c.authentication.simple/trunk/setup.py
===================================================================
--- z3c.authentication.simple/trunk/setup.py	2008-03-16 01:43:32 UTC (rev 84696)
+++ z3c.authentication.simple/trunk/setup.py	2008-03-16 02:08:25 UTC (rev 84697)
@@ -64,12 +64,11 @@
         'zope.app.container',
         'zope.app.security',
         'zope.component',
-        'zope.configuration',
+        'zope.dublincore',
         'zope.event',
         'zope.i18n',
         'zope.interface',
         'zope.location',
-        'zope.publisher',
         'zope.schema',
         'zope.security',
         ],

Modified: z3c.authentication.simple/trunk/src/z3c/authentication/simple/configure.zcml
===================================================================
--- z3c.authentication.simple/trunk/src/z3c/authentication/simple/configure.zcml	2008-03-16 01:43:32 UTC (rev 84696)
+++ z3c.authentication.simple/trunk/src/z3c/authentication/simple/configure.zcml	2008-03-16 02:08:25 UTC (rev 84697)
@@ -38,6 +38,4 @@
   <include file="group.zcml" />
   <include file="member.zcml" />
 
-  <include package=".browser" />
-
 </configure>



More information about the Checkins mailing list