[z3-checkins] r41787 - z3/NudgeNudge/trunk

philikon at codespeak.net philikon at codespeak.net
Mon Apr 2 01:23:05 CEST 2007


Author: philikon
Date: Mon Apr  2 01:23:03 2007
New Revision: 41787

Modified:
   z3/NudgeNudge/trunk/buildout.cfg
Log:
Move [data] part, just cosmetics


Modified: z3/NudgeNudge/trunk/buildout.cfg
==============================================================================
--- z3/NudgeNudge/trunk/buildout.cfg	(original)
+++ z3/NudgeNudge/trunk/buildout.cfg	Mon Apr  2 01:23:03 2007
@@ -2,9 +2,6 @@
 parts = data server instance test
 develop = . deliverance zope.paste
 
-[data]
-recipe = zc.recipe.filestorage
-
 [zope3]
 location = /usr/local/Zope-3.3.1
 
@@ -50,6 +47,9 @@
 	grok-meta
 	nudgenudge
 
+[data]
+recipe = zc.recipe.filestorage
+
 [test]
 working-directory = parts/instance
 eggs = nudgenudge


More information about the z3-checkins mailing list