Zope Subversion Repository

  Zope

Zope: zc.sharing/branches/1.1/buildout.cfg

File: [Zope] / zc.sharing / branches / 1.1 / buildout.cfg (download)
Revision: 74948, Tue May 1 02:29:39 2007 UTC (6 years ago) by gary
File size: 798 byte(s)
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
(Powered by Apache)

ViewCVS and CVS Help