[Checkins] SVN: zope.annotation/branches/3.4/buildout.cfg Developer convenience: run buildout install ctags && bin/ctags to get a tags

Marius Gedminas marius at pov.lt
Tue Aug 26 16:58:46 EDT 2008


Log message for revision 90364:
  Developer convenience: run buildout install ctags && bin/ctags to get a tags
  file for your editor of choice (vim or emacs).
  
  

Changed:
  U   zope.annotation/branches/3.4/buildout.cfg

-=-
Modified: zope.annotation/branches/3.4/buildout.cfg
===================================================================
--- zope.annotation/branches/3.4/buildout.cfg	2008-08-26 20:45:52 UTC (rev 90363)
+++ zope.annotation/branches/3.4/buildout.cfg	2008-08-26 20:58:46 UTC (rev 90364)
@@ -6,3 +6,7 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.annotation [test]
+
+[ctags]
+recipe = z3c.recipe.tag:tags
+eggs = zope.annotation



More information about the Checkins mailing list