[Checkins] SVN: CMF.buildout/trunk/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:35:40 EDT 2010


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

Changed:
  U   CMF.buildout/trunk/buildout.cfg

-=-
Modified: CMF.buildout/trunk/buildout.cfg
===================================================================
--- CMF.buildout/trunk/buildout.cfg	2010-07-29 13:34:53 UTC (rev 115203)
+++ CMF.buildout/trunk/buildout.cfg	2010-07-29 13:35:40 UTC (rev 115204)
@@ -56,8 +56,15 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
-defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
+eggs =
+    Products.CMFCalendar [test]
+    Products.CMFCore
+    Products.CMFDefault [test]
+    Products.CMFTopic [test]
+    Products.CMFUid
+    Products.DCWorkflow
+    Products.GenericSetup
+    five.localsitemanager
 
 [i18n-cmfcalendar]
 recipe = z3c.recipe.i18n:i18n



More information about the checkins mailing list