[Checkins] SVN: Products.PluggableAuthService/trunk/buildout.cfg Don't need 'products = .', and it causes test breakage.

Tres Seaver tseaver at palladion.com
Thu Sep 4 12:33:23 EDT 2008


Log message for revision 90816:
  Don't need 'products = .', and it causes test breakage.

Changed:
  U   Products.PluggableAuthService/trunk/buildout.cfg

-=-
Modified: Products.PluggableAuthService/trunk/buildout.cfg
===================================================================
--- Products.PluggableAuthService/trunk/buildout.cfg	2008-09-04 16:10:29 UTC (rev 90815)
+++ Products.PluggableAuthService/trunk/buildout.cfg	2008-09-04 16:33:23 UTC (rev 90816)
@@ -10,7 +10,6 @@
 recipe = plone.recipe.zope2instance
 zope2-location = ${zope2:location}
 user = admin:admin
-products = . 
 eggs = Products.PluginRegistry
        Products.GenericSetup
        Products.PluggableAuthService
@@ -19,4 +18,4 @@
 recipe = collective.recipe.z2testrunner
 zope2part = instance
 packages = Products.PluggableAuthService
-defaults = ['-c']
\ No newline at end of file
+defaults = ['-c']



More information about the Checkins mailing list