[Checkins] SVN: zc.recipe.filestorage/trunk/buildout.cfg Converted to a buildout

Jim Fulton jim at zope.com
Sun Jan 7 13:07:52 EST 2007


Log message for revision 71783:
  Converted to a buildout
  

Changed:
  A   zc.recipe.filestorage/trunk/buildout.cfg

-=-
Added: zc.recipe.filestorage/trunk/buildout.cfg
===================================================================
--- zc.recipe.filestorage/trunk/buildout.cfg	2007-01-07 17:49:03 UTC (rev 71782)
+++ zc.recipe.filestorage/trunk/buildout.cfg	2007-01-07 18:07:52 UTC (rev 71783)
@@ -0,0 +1,8 @@
+[buildout]
+parts = test
+develop = .
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zc.recipe.filestorage
+


Property changes on: zc.recipe.filestorage/trunk/buildout.cfg
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list