paula.testing: test for finding txt files + minor bugfix
[paula/paual.testing.git] / paula.plonepas / buildout.cfg
blob375b77f1a80f3c79e85f752bcfadbb7c3035df4c
1 [buildout]
2 develop = .
3     externals/paula.authentication
4     externals/paula.authutil
5     externals/paula.groups
6     externals/paula.grouputil
7     externals/paula.properties
8     externals/paula.proputil
9     externals/paula.suite
10     externals/paula.examples
11     externals/paula.ploneexamples
12     externals/paula.testing
13 parts =
14     plone
15     zope2
16     fakezope2eggs
17     productdistros
18     instance
19     zopepy
20 eggs =
21     elementtree
22     paula.authentication
23     paula.authutil
24     paula.groups
25     paula.grouputil
26     paula.properties
27     paula.proputil
28     paula.suite
29     paula.examples
30     paula.ploneexamples
31     paula.testing
32     paula.plonepas
33     Products.Clouseau
34     Products.DocFinderTab
36 # Add additional egg download sources here. dist.plone.org contains archives
37 # of Plone packages.
38 find-links =
39     http://dist.plone.org
40     http://download.zope.org/ppix/
41     http://download.zope.org/distribution/
42     http://effbot.org/downloads
44 [plone]
45 recipe = plone.recipe.plone<=3.1.9999
47 [zope2]
48 recipe = plone.recipe.zope2install
49 url = ${plone:zope2-url}
51 [fakezope2eggs]
52 recipe = z3c.recipe.fakezope2eggs
54 # Use this section to download additional old-style products.
55 # List any number of URLs for product tarballs under URLs (separate
56 # with whitespace, or break over several lines, with subsequent lines
57 # indented). If any archives contain several products inside a top-level
58 # directory, list the archive file name (i.e. the last part of the URL,
59 # normally with a .tar.gz suffix or similar) under 'nested-packages'.
60 # If any archives extract to a product directory with a version suffix, list
61 # the archive name under 'version-suffix-packages'.
62 [productdistros]
63 recipe = plone.recipe.distros
64 urls =
65 nested-packages =
66 version-suffix-packages =
68 [instance]
69 recipe = plone.recipe.zope2instance
70 zope2-location = ${zope2:location}
71 user = admin:test
72 http-address = 8080
73 #debug-mode = on
74 #verbose-security = on
76 # If you want Zope to know about any additional eggs, list them here.
77 # This should include any development eggs you listed in develop-eggs above,
78 # e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
79 eggs =
80     ${buildout:eggs}
81     ${plone:eggs}
83 # If you want to register ZCML slugs for any packages, list them here.
84 # e.g. zcml = my.package my.other.package
85 zcml =
86     paula.plonepas
87     paula.ploneexamples
89 products =
90     ${buildout:directory}/products
91     ${productdistros:location}
92     ${plone:products}
94 [zopepy]
95 recipe = zc.recipe.egg
96 eggs = ${instance:eggs}
97 interpreter = zopepy
98 extra-paths = ${zope2:location}/lib/python
99 scripts = zopepy