2009-05-11 19:32:30 +02:00
|
|
|
[buildout]
|
|
|
|
extensions = mr.developer buildout.dumppickedversions
|
|
|
|
unzip = true
|
|
|
|
parts = instance omelette zopepy
|
|
|
|
extends =
|
|
|
|
http://dist.plone.org/release/3.3rc2/versions.cfg
|
|
|
|
http://good-py.appspot.com/release/plone.app.discussion/1.0a1
|
|
|
|
versions = versions
|
|
|
|
sources = sources
|
|
|
|
|
|
|
|
auto-checkout =
|
|
|
|
plone.app.discussion
|
|
|
|
|
|
|
|
[versions]
|
|
|
|
zc.buildout = 1.2.1
|
|
|
|
|
|
|
|
[zope2]
|
|
|
|
recipe = plone.recipe.zope2install
|
|
|
|
fake-zope-eggs = true
|
|
|
|
additional-fake-eggs = ZODB3
|
|
|
|
url = ${versions:zope2-url}
|
|
|
|
|
|
|
|
[instance]
|
|
|
|
recipe = plone.recipe.zope2instance
|
|
|
|
zope2-location = ${zope2:location}
|
|
|
|
user = admin:admin
|
|
|
|
http-address = 8080
|
|
|
|
debug-mode = on
|
|
|
|
verbose-security = on
|
|
|
|
eggs =
|
|
|
|
Plone
|
|
|
|
plone.reload
|
|
|
|
Products.PdbDebugMode
|
|
|
|
plone.app.discussion
|
2009-05-16 11:45:29 +02:00
|
|
|
collective.autopermission
|
2009-05-11 19:32:30 +02:00
|
|
|
|
|
|
|
zcml =
|
|
|
|
plone.reload
|
2009-05-16 11:45:29 +02:00
|
|
|
plone.app.discussion
|
2009-05-11 19:32:30 +02:00
|
|
|
|
|
|
|
[omelette]
|
|
|
|
recipe = collective.recipe.omelette
|
|
|
|
eggs = ${instance:eggs}
|
|
|
|
packages = ${zope2:location}/lib/python ./
|
|
|
|
|
|
|
|
[zopepy]
|
|
|
|
recipe = zc.recipe.egg
|
|
|
|
eggs = ${instance:eggs}
|
|
|
|
interpreter = zopepy
|
|
|
|
extra-paths = ${zope2:location}/lib/python
|
|
|
|
scripts = zopepy
|
|
|
|
|
|
|
|
[sources]
|
|
|
|
plone.app.discussion = svn https://svn.plone.org/svn/plone/plone.app.discussion/trunk
|