paula.pasplugins: test for searchUsers+searchPrincipals - no groups yet
[paula.git] / paula.pasplugins / buildout.cfg
blob60f8a52dce88a7016d4023b0f133fc01e7c00ad6
1 [buildout]
2 develop = .
3     externals/paula.pau_addons
4     externals/paula.testing
6 parts =
7     plone
8     zope2
9     fakezope2eggs
10     productdistros
11     instance
12     zopepy
14 eggs =
15     doctestpdbhacks
16     PIL
17     elementtree
18     paula.pasplugins
19     paula.pau_addons
20     paula.testing
21     Products.Clouseau
22     Products.DocFinderTab
24 # Add additional egg download sources here. dist.plone.org contains archives
25 # of Plone packages.
26 find-links =
27     http://dist.plone.org
28     http://download.zope.org/ppix/
29     http://download.zope.org/distribution/
30     http://effbot.org/downloads
32 [plone]
33 recipe = plone.recipe.plone>=3.0.1,<=3.1.9999
35 [zope2]
36 recipe = plone.recipe.zope2install
37 url = ${plone:zope2-url}
39 [fakezope2eggs]
40 recipe = z3c.recipe.fakezope2eggs
42 # Use this section to download additional old-style products.
43 # List any number of URLs for product tarballs under URLs (separate
44 # with whitespace, or break over several lines, with subsequent lines
45 # indented). If any archives contain several products inside a top-level
46 # directory, list the archive file name (i.e. the last part of the URL,
47 # normally with a .tar.gz suffix or similar) under 'nested-packages'.
48 # If any archives extract to a product directory with a version suffix, list
49 # the archive name under 'version-suffix-packages'.
50 [productdistros]
51 recipe = plone.recipe.distros
52 urls =
53 nested-packages =
54 version-suffix-packages =
56 [instance]
57 recipe = plone.recipe.zope2instance
58 zope2-location = ${zope2:location}
59 user = admin:test
60 http-address = 8080
61 #debug-mode = on
62 #verbose-security = on
64 # If you want Zope to know about any additional eggs, list them here.
65 # This should include any development eggs you listed in develop-eggs above,
66 # e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
67 eggs =
68     ${buildout:eggs}
69     ${plone:eggs}
71 # If you want to register ZCML slugs for any packages, list them here.
72 # e.g. zcml = my.package my.other.package
73 zcml =
74     paula.pasplugins
76 products =
77     ${buildout:directory}/products
78     ${productdistros:location}
79     ${plone:products}
81 [zopepy]
82 recipe = zc.recipe.egg
83 eggs = ${instance:eggs}
84 interpreter = zopepy
85 extra-paths = ${zope2:location}/lib/python
86 scripts = zopepy