[Checkins] SVN: five.grok/trunk/buildout.cfg Clean up buildout a big

Martin Aspeli optilude at gmx.net
Sun Aug 3 13:49:06 EDT 2008


Log message for revision 89303:
  Clean up buildout a big
  

Changed:
  U   five.grok/trunk/buildout.cfg

-=-
Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2008-08-03 17:24:17 UTC (rev 89302)
+++ five.grok/trunk/buildout.cfg	2008-08-03 17:48:54 UTC (rev 89303)
@@ -7,12 +7,6 @@
 develop = .
           devel/grokcore.view
 
-eggs =
-    grokcore.security
-    grokcore.view
-    zope.component>=3.4,<3.5dev
-    five.grok
-
 newest = false
 
 [zope2]
@@ -29,20 +23,23 @@
 http-address = 8080
 debug-mode = on
 verbose-security = on
-eggs = ${buildout:eggs}
+eggs =
+    zope.component>=3.4,<3.5dev
+    grokcore.view
+    five.grok
 zcml = five.grok:meta.zcml
        five.grok
 products =
 
 [zopepy]
 recipe = zc.recipe.egg
-eggs = ${buildout:eggs}
+eggs = ${instance:eggs}
 interpreter = zopepy
 extra-paths = ${zope2:location}/lib/python
 scripts = zopepy
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
+eggs = ${instance:eggs}
 extra-paths = ${zope2:location}/lib/python
 defaults = ['-m', 'five.grok', '--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list