[Checkins] SVN: z3c.contents/trunk/buildout.cfg Add a ctags part to buildout.cfg.

Marius Gedminas marius at pov.lt
Sun Dec 19 11:55:08 EST 2010


Log message for revision 119006:
  Add a ctags part to buildout.cfg.
  
  

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

-=-
Modified: z3c.contents/trunk/buildout.cfg
===================================================================
--- z3c.contents/trunk/buildout.cfg	2010-12-19 16:42:10 UTC (rev 119005)
+++ z3c.contents/trunk/buildout.cfg	2010-12-19 16:55:08 UTC (rev 119006)
@@ -25,3 +25,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