[Zope-Checkins] SVN: Zope/trunk/ Trying again, this time change 'alltests.cfg' also.
Baiju M
baiju.m.mail at gmail.com
Mon Mar 30 10:13:37 EDT 2009
Log message for revision 98601:
Trying again, this time change 'alltests.cfg' also.
Simplified buildout configurations by removing references to '${buildout:eggs}'.
They are not needed because there is only one egg (Zope2) required for each part
Changed:
U Zope/trunk/alltests.cfg
U Zope/trunk/buildout.cfg
-=-
Modified: Zope/trunk/alltests.cfg
===================================================================
--- Zope/trunk/alltests.cfg 2009-03-30 14:06:23 UTC (rev 98600)
+++ Zope/trunk/alltests.cfg 2009-03-30 14:13:37 UTC (rev 98601)
@@ -8,7 +8,7 @@
[alltests]
recipe = zc.recipe.testrunner
eggs =
- ${buildout:eggs}
+ Zope2
Acquisition
DateTime
ExtensionClass
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2009-03-30 14:06:23 UTC (rev 98600)
+++ Zope/trunk/buildout.cfg 2009-03-30 14:13:37 UTC (rev 98601)
@@ -9,12 +9,10 @@
extends = versions-zope2.cfg
versions = versions
unzip = true
-eggs =
- Zope2
[test]
recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
+eggs = Zope2
[scripts]
recipe = zc.recipe.egg:scripts
@@ -22,6 +20,6 @@
[zopepy]
recipe = zc.recipe.egg
-eggs = ${buildout:eggs}
+eggs = Zope2
interpreter = zopepy
scripts = zopepy
More information about the Zope-Checkins
mailing list