[Checkins] SVN: Sandbox/jens/zmi.core/trunk/buildout.cfg include	tag generation in buildout
    Christian Theune 
    ct at gocept.com
       
    Wed Nov 16 15:58:18 UTC 2011
    
    
  
Log message for revision 123385:
  include tag generation in buildout
  
Changed:
  U   Sandbox/jens/zmi.core/trunk/buildout.cfg
-=-
Modified: Sandbox/jens/zmi.core/trunk/buildout.cfg
===================================================================
--- Sandbox/jens/zmi.core/trunk/buildout.cfg	2011-11-16 15:54:47 UTC (rev 123384)
+++ Sandbox/jens/zmi.core/trunk/buildout.cfg	2011-11-16 15:58:17 UTC (rev 123385)
@@ -1,6 +1,7 @@
 [buildout]
 develop = .
-parts = test sphinx docs scripts zopepy instance
+parts = tags test sphinx scripts zopepy instance
+parts = tags test sphinx docs scripts zopepy instance
 extends =
     http://svn.zope.org/repos/main/zopetoolkit/trunk/zopeapp-sources.cfg
     http://svn.zope.org/repos/main/Zope/trunk/sources.cfg
@@ -28,6 +29,10 @@
     ${buildout:eggs}
     Zope2
 
+[tags]
+recipe = z3c.recipe.tag:tags
+eggs = ${buildout:eggs}
+
 [zopepy]
 recipe = z3c.recipe.scripts
 eggs = ${buildout:eggs}
    
    
More information about the checkins
mailing list