[Checkins] SVN: zope.sendmail/trunk/buildout.cfg Enable z3c.recipe.tag in buildout.cfg.

Marius Gedminas marius at pov.lt
Wed Apr 21 11:34:08 EDT 2010


Log message for revision 111205:
  Enable z3c.recipe.tag in buildout.cfg.
  
  

Changed:
  U   zope.sendmail/trunk/buildout.cfg

-=-
Modified: zope.sendmail/trunk/buildout.cfg
===================================================================
--- zope.sendmail/trunk/buildout.cfg	2010-04-21 12:34:42 UTC (rev 111204)
+++ zope.sendmail/trunk/buildout.cfg	2010-04-21 15:34:08 UTC (rev 111205)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test coverage-test coverage-report
+parts = test coverage-test coverage-report ctags
 
 [test]
 recipe = zc.recipe.testrunner
@@ -16,3 +16,7 @@
 eggs = z3c.coverage
 scripts = coverage=coverage-report
 arguments = ('coverage', 'coverage/report')
+
+[ctags]
+recipe = z3c.recipe.tag
+eggs = ${test:eggs}



More information about the checkins mailing list