omelette added to dev plone4 buildout.
svn path=/plone.app.discussion/trunk/; revision=35354
This commit is contained in:
parent
6bbf8dbc08
commit
1be96fa588
@ -4,6 +4,7 @@ unzip = true
|
||||
parts =
|
||||
instance
|
||||
zopepy
|
||||
omelette
|
||||
test
|
||||
coverage-test
|
||||
coverage-report
|
||||
@ -81,6 +82,11 @@ eggs = ${instance:eggs}
|
||||
interpreter = zopepy
|
||||
scripts = zopepy
|
||||
|
||||
[omelette]
|
||||
recipe = collective.recipe.omelette
|
||||
eggs = ${instance:eggs}
|
||||
packages = ${instance:location}/lib/python ./
|
||||
|
||||
[test]
|
||||
recipe = collective.xmltestreport
|
||||
eggs = plone.app.discussion
|
||||
|
Loading…
Reference in New Issue
Block a user