[Checkins] SVN: z3c.form/trunk/buildout.cfg Use new location for class directive.

Dan Korostelev nadako at gmail.com
Mon Feb 9 22:44:09 EST 2009


Log message for revision 96364:
  Use new location for class directive.

Changed:
  U   z3c.form/trunk/buildout.cfg

-=-
Modified: z3c.form/trunk/buildout.cfg
===================================================================
--- z3c.form/trunk/buildout.cfg	2009-02-10 03:34:00 UTC (rev 96363)
+++ z3c.form/trunk/buildout.cfg	2009-02-10 03:44:09 UTC (rev 96364)
@@ -30,7 +30,9 @@
 [i18n]
 recipe = lovely.recipe:i18n
 eggs =
-  zope.app.component
+  zope.app.appsetup # this is needed for zcml support in the extracter
+  zope.component
+  zope.security
   zope.i18n
   z3c.form
 package = z3c.form
@@ -38,7 +40,8 @@
 location = src/z3c/form
 output = locales
 zcml =
-  <include package="zope.app.component" file="meta.zcml" />
+  <include package="zope.component" file="meta.zcml" />
+  <include package="zope.security" file="meta.zcml" />
   <include package="zope.i18n" file="meta.zcml" />
   <include package="z3c.form" file="meta.zcml" />
   <include package="z3c.form" />



More information about the Checkins mailing list