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 =
|
parts =
|
||||||
instance
|
instance
|
||||||
zopepy
|
zopepy
|
||||||
|
omelette
|
||||||
test
|
test
|
||||||
coverage-test
|
coverage-test
|
||||||
coverage-report
|
coverage-report
|
||||||
@ -81,6 +82,11 @@ eggs = ${instance:eggs}
|
|||||||
interpreter = zopepy
|
interpreter = zopepy
|
||||||
scripts = zopepy
|
scripts = zopepy
|
||||||
|
|
||||||
|
[omelette]
|
||||||
|
recipe = collective.recipe.omelette
|
||||||
|
eggs = ${instance:eggs}
|
||||||
|
packages = ${instance:location}/lib/python ./
|
||||||
|
|
||||||
[test]
|
[test]
|
||||||
recipe = collective.xmltestreport
|
recipe = collective.xmltestreport
|
||||||
eggs = plone.app.discussion
|
eggs = plone.app.discussion
|
||||||
|
Loading…
Reference in New Issue
Block a user