[Checkins] SVN: z3c.recipe.i18n/trunk/buildout.cfg Add bin/ctags.

Marius Gedminas marius at pov.lt
Mon Dec 12 11:41:18 UTC 2011


Log message for revision 123716:
  Add bin/ctags.
  
  Life's too short to look up class definitions by hand.
  
  

Changed:
  U   z3c.recipe.i18n/trunk/buildout.cfg

-=-
Modified: z3c.recipe.i18n/trunk/buildout.cfg
===================================================================
--- z3c.recipe.i18n/trunk/buildout.cfg	2011-12-12 11:34:49 UTC (rev 123715)
+++ z3c.recipe.i18n/trunk/buildout.cfg	2011-12-12 11:41:18 UTC (rev 123716)
@@ -1,5 +1,5 @@
 [buildout]
-parts = test checker
+parts = test checker ctags
 develop = .
 
 [test]
@@ -9,3 +9,7 @@
 [checker]
 recipe = lovely.recipe:importchecker
 path = src/z3c/recipe/i18n
+
+[ctags]
+recipe = z3c.recipe.tag
+eggs = ${test:eggs}



More information about the checkins mailing list