[Zope3-checkins] SVN: zdaemon/trunk/buildout.cfg Generate scripts.
Jim Fulton
jim at zope.com
Sun Nov 5 12:43:27 EST 2006
Log message for revision 71078:
Generate scripts.
Changed:
U zdaemon/trunk/buildout.cfg
-=-
Modified: zdaemon/trunk/buildout.cfg
===================================================================
--- zdaemon/trunk/buildout.cfg 2006-11-05 12:29:58 UTC (rev 71077)
+++ zdaemon/trunk/buildout.cfg 2006-11-05 17:43:26 UTC (rev 71078)
@@ -1,8 +1,12 @@
[buildout]
develop = .
-parts = test
+parts = test scripts
find-links = http://download.zope.org/distribution/
[test]
recipe = zc.recipe.testrunner
eggs = zdaemon
+
+[scripts]
+recipe = zc.recipe.egg
+eggs = zdaemon
More information about the Zope3-Checkins
mailing list