[z3-checkins] r41784 - z3/NudgeNudge/trunk
philikon at codespeak.net
philikon at codespeak.net
Mon Apr 2 01:08:40 CEST 2007
Author: philikon
Date: Mon Apr 2 01:08:37 2007
New Revision: 41784
Modified:
z3/NudgeNudge/trunk/buildout.cfg
Log:
We no longer need the PasteDeploy/Deliverance stuff in the instance
recipe.
Modified: z3/NudgeNudge/trunk/buildout.cfg
==============================================================================
--- z3/NudgeNudge/trunk/buildout.cfg (original)
+++ z3/NudgeNudge/trunk/buildout.cfg Mon Apr 2 01:08:37 2007
@@ -20,6 +20,9 @@
[server]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
+ zope.paste
+ PasteDeploy
+ Deliverance
PasteScript
WSGIUtils
extra-paths = ${zope3:location}/lib/python
@@ -29,9 +32,6 @@
eggs = setuptools
grok
zc.catalog
- zope.paste
- PasteDeploy
- Deliverance
nudgenudge
recipe = zc.recipe.zope3instance
user = grok:grok
@@ -55,7 +55,6 @@
zope.app.keyreference
zope.app.session
zope.app.twisted
- zope.paste
grok
grok-meta
nudgenudge
More information about the z3-checkins
mailing list