[Checkins] SVN: CMF.buildout/branches/zope212-cmf22/buildout.cfg - removed usage of the --module option (this makes it easier to use command line options)

Yvo Schubbe y.2010 at wcm-solutions.de
Thu Jul 29 09:34:53 EDT 2010


Log message for revision 115203:
  - removed usage of the --module option (this makes it easier to use command line options)

Changed:
  U   CMF.buildout/branches/zope212-cmf22/buildout.cfg

-=-
Modified: CMF.buildout/branches/zope212-cmf22/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope212-cmf22/buildout.cfg	2010-07-29 11:32:22 UTC (rev 115202)
+++ CMF.buildout/branches/zope212-cmf22/buildout.cfg	2010-07-29 13:34:53 UTC (rev 115203)
@@ -10,7 +10,7 @@
 eggs =
     Zope2
     Products.CMFCalendar
-    Products.CMFCore [test]
+    Products.CMFCore
     Products.CMFDefault
     Products.CMFTopic
     Products.CMFUid
@@ -51,5 +51,12 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
-defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
+eggs =
+    Products.CMFCalendar [test]
+    Products.CMFCore [test]
+    Products.CMFDefault [test]
+    Products.CMFTopic [test]
+    Products.CMFUid
+    Products.DCWorkflow
+    Products.GenericSetup
+    five.localsitemanager



More information about the checkins mailing list