[Checkins] SVN: z3c.recipe.autoinclude/trunk/ added buildout
    Michael Howitz 
    mh at gocept.com
       
    Wed Aug 25 02:12:58 EDT 2010
    
    
  
Log message for revision 115934:
  added buildout
  
Changed:
  _U  z3c.recipe.autoinclude/trunk/
  A   z3c.recipe.autoinclude/trunk/buildout.cfg
-=-
Property changes on: z3c.recipe.autoinclude/trunk
___________________________________________________________________
Added: svn:ignore
   + develop-eggs
bin
parts
.installed.cfg
Added: z3c.recipe.autoinclude/trunk/buildout.cfg
===================================================================
--- z3c.recipe.autoinclude/trunk/buildout.cfg	                        (rev 0)
+++ z3c.recipe.autoinclude/trunk/buildout.cfg	2010-08-25 06:12:57 UTC (rev 115934)
@@ -0,0 +1,7 @@
+[buildout]
+develop = .
+parts = test
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = z3c.recipe.autoinclude
\ No newline at end of file
    
    
More information about the checkins
mailing list