[Checkins] SVN: gocept.zeoraid/trunk/ use ctags

Thomas Lotze tl at gocept.com
Wed Jan 7 04:25:45 EST 2009


Log message for revision 94566:
  use ctags

Changed:
  _U  gocept.zeoraid/trunk/
  U   gocept.zeoraid/trunk/base.cfg

-=-

Property changes on: gocept.zeoraid/trunk
___________________________________________________________________
Modified: svn:ignore
   - develop-eggs
eggs
buildout.cfg
dist
bin
parts
.installed.cfg

   + develop-eggs
eggs
buildout.cfg
dist
bin
parts
.installed.cfg
ID
tags
TAGS


Modified: gocept.zeoraid/trunk/base.cfg
===================================================================
--- gocept.zeoraid/trunk/base.cfg	2009-01-07 08:55:39 UTC (rev 94565)
+++ gocept.zeoraid/trunk/base.cfg	2009-01-07 09:25:45 UTC (rev 94566)
@@ -1,6 +1,6 @@
 [buildout]
 develop = . externals/ZODB
-parts = zodbscripts test zeo1 zeo2 zeoraid1 zeoraid2
+parts = zodbscripts test tags zeo1 zeo2 zeoraid1 zeoraid2
 find-links = http://download.zope.org/distribution/
 
 [test]
@@ -9,6 +9,10 @@
 defaults = ['-c', '-vv', '--all']
 # Some demo parts
 
+[tags]
+recipe = z3c.recipe.tag:tags
+eggs = gocept.zeoraid
+
 [storage1]
 recipe = zc.recipe.filestorage
 



More information about the Checkins mailing list