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

Marius Gedminas marius at pov.lt
Mon Dec 20 19:36:46 EST 2010


Log message for revision 119019:
  Add a ctags buildout part.
  
  

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

-=-
Modified: z3c.rml/trunk/buildout.cfg
===================================================================
--- z3c.rml/trunk/buildout.cfg	2010-12-21 00:28:09 UTC (rev 119018)
+++ z3c.rml/trunk/buildout.cfg	2010-12-21 00:36:46 UTC (rev 119019)
@@ -15,6 +15,10 @@
 interpreter = python
 eggs = z3c.rml [pagetemplate]
 
+[ctags]
+recipe = z3c.recipe.tag
+eggs = ${test:eggs}
+
 [PILwoTk]
 recipe=zc.recipe.egg
 eggs=



More information about the checkins mailing list