Zope Subversion Repository |
|
Make a branch for 1.1. This will be the Zope 3.3-compatible branch.
[buildout]
develop = . zc.security
parts = zope3 data instance test
find-links = http://download.zope.org/distribution/
[zope3]
recipe = zc.recipe.zope3checkout
url = svn://svn.zope.org/repos/main/Zope3/branches/3.3
[data]
recipe = zc.recipe.filestorage
[instance]
recipe = zc.recipe.zope3instance
database = data
user = jim:123
eggs = zc.sharing
zcml =
zc.resourcelibrary zc.resourcelibrary-meta
zc.sharing-overrides:configure.zcml zc.sharing-meta
zc.sharing:privs.zcml
zc.sharing:zope.manager-admin.zcml
zc.security
zc.table
zope.app.securitypolicy-meta
zope.app.twisted
zope.app.authentication
[test]
recipe = zc.recipe.testrunner
defaults = ['--tests-pattern', 'n?tests$']
eggs = zc.sharing
zc.security
extra-paths = ${buildout:parts-directory}/zope3/src
|
webmaster@zope.org Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |