2010-02-06 15:25:07 +01:00
|
|
|
[buildout]
|
|
|
|
extends =
|
|
|
|
http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.0.x.cfg
|
|
|
|
|
|
|
|
package-name = plone.app.discussion
|
2010-08-29 00:57:47 +02:00
|
|
|
package-directory = plone/app/discussion
|
2010-02-06 15:25:07 +01:00
|
|
|
|
2010-08-09 15:05:07 +02:00
|
|
|
parts +=
|
2010-08-28 19:07:10 +02:00
|
|
|
omelette
|
2010-08-09 18:58:38 +02:00
|
|
|
test
|
2010-08-28 14:05:53 +02:00
|
|
|
|
2011-01-24 10:49:02 +01:00
|
|
|
|
2010-02-06 15:25:07 +01:00
|
|
|
[versions]
|
2011-01-24 10:49:02 +01:00
|
|
|
zope.schema = 3.6.4
|
2010-10-30 12:55:45 +02:00
|
|
|
Sphinx <= 0.7dev
|
|
|
|
collective.recipe.sphinxbuilder = 0.6.3.3
|
2010-08-09 14:06:13 +02:00
|
|
|
Products.TinyMCE = 1.1.1
|
2010-08-09 15:05:07 +02:00
|
|
|
|
2011-01-24 10:49:02 +01:00
|
|
|
|
2010-08-28 19:07:10 +02:00
|
|
|
[omelette]
|
|
|
|
recipe = collective.recipe.omelette
|
|
|
|
eggs = ${instance:eggs}
|
|
|
|
packages = ${instance:location}/lib/python ./
|
|
|
|
|
2011-01-24 10:49:02 +01:00
|
|
|
|
2010-08-09 15:05:07 +02:00
|
|
|
[test]
|
|
|
|
recipe = collective.xmltestreport
|
2010-09-28 18:36:50 +02:00
|
|
|
eggs = ${buildout:package-name} [test]
|
2010-08-24 11:04:13 +02:00
|
|
|
defaults = ['--auto-color', '--auto-progress']
|