[Checkins] SVN: zope.sendmail/trunk/buildout.cfg Remove lonely occurrence of some ctags part, this might be better handled in a local.cfg

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 18:01:17 EDT 2010


Log message for revision 111766:
  Remove lonely occurrence of some ctags part, this might be better handled in a local.cfg
  

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

-=-
Modified: zope.sendmail/trunk/buildout.cfg
===================================================================
--- zope.sendmail/trunk/buildout.cfg	2010-04-30 21:59:09 UTC (rev 111765)
+++ zope.sendmail/trunk/buildout.cfg	2010-04-30 22:01:16 UTC (rev 111766)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test coverage-test coverage-report ctags
+parts = test coverage-test coverage-report
 
 [test]
 recipe = zc.recipe.testrunner
@@ -16,7 +16,3 @@
 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