26 lines
528 B
INI
26 lines
528 B
INI
|
[buildout]
|
||
|
extends =
|
||
|
http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg
|
||
|
|
||
|
package-name = plone.app.discussion
|
||
|
package-directory = plone/app/discussion
|
||
|
|
||
|
parts +=
|
||
|
omelette
|
||
|
test
|
||
|
|
||
|
[instance]
|
||
|
eggs +=
|
||
|
Products.PdbDebugMode
|
||
|
Products.PrintingMailHost
|
||
|
|
||
|
[omelette]
|
||
|
recipe = collective.recipe.omelette
|
||
|
eggs = ${instance:eggs}
|
||
|
packages = ${instance:location}/lib/python ./
|
||
|
|
||
|
[test]
|
||
|
recipe = collective.xmltestreport
|
||
|
eggs = ${buildout:package-name} [test]
|
||
|
defaults = ['--auto-color', '--auto-progress']
|