[Checkins] SVN: z3ext.layout/trunk/ use newer version of z3ext.autoinclude

Nikolay Kim fafhrd at datacom.kz
Wed Apr 23 11:23:50 EDT 2008


Log message for revision 85654:
  use newer version of z3ext.autoinclude

Changed:
  U   z3ext.layout/trunk/CHANGES.txt
  U   z3ext.layout/trunk/setup.py
  U   z3ext.layout/trunk/src/z3ext/layout/configure.zcml

-=-
Modified: z3ext.layout/trunk/CHANGES.txt
===================================================================
--- z3ext.layout/trunk/CHANGES.txt	2008-04-23 14:54:27 UTC (rev 85653)
+++ z3ext.layout/trunk/CHANGES.txt	2008-04-23 15:23:50 UTC (rev 85654)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+1.4.1 (2008-04-23)
+------------------
+
+- Use newer version of z3ext.autoinclude
+
+
 1.4 (2008-03-21)
 ----------------
 

Modified: z3ext.layout/trunk/setup.py
===================================================================
--- z3ext.layout/trunk/setup.py	2008-04-23 14:54:27 UTC (rev 85653)
+++ z3ext.layout/trunk/setup.py	2008-04-23 15:23:50 UTC (rev 85654)
@@ -64,7 +64,7 @@
 			  'zope.app.component',
 			  'zope.app.publisher',
 			  'zope.app.pagetemplate',
-                          'z3c.autoinclude',
+                          'z3c.autoinclude>=0.2',
 			  'z3ext.statusmessage',
                           ],
       extras_require = dict(test=['zope.app.container',

Modified: z3ext.layout/trunk/src/z3ext/layout/configure.zcml
===================================================================
--- z3ext.layout/trunk/src/z3ext/layout/configure.zcml	2008-04-23 14:54:27 UTC (rev 85653)
+++ z3ext.layout/trunk/src/z3ext/layout/configure.zcml	2008-04-23 15:23:50 UTC (rev 85654)
@@ -1,9 +1,10 @@
 <configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:zcml="http://namespaces.zope.org/zcml"
-   xmlns:z3ext="http://namespaces.zope.org/z3ext">
+   xmlns:z3ext="http://namespaces.zope.org/z3ext"
+   i18n_domain="z3ext">
 
-  <autoinclude package="z3ext.layout" />
+  <includeDependencies package="z3ext.layout" />
 
   <!-- adapter provides IPagelet for (context, request) -->
   <adapter factory=".pagelet.queryPagelet" />



More information about the Checkins mailing list