Back to development: 0.5.0b6
[slc.treecategories.git] / buildout.cfg
blobc97e60ea4f21bf94107f538d66c2c9c01eec8433
1 [buildout]
2 parts =
3     zope2
4     productdistros
5     zopepy
6     instance
7     test
9 # Change the number here to change the version of Plone being used
10 extends = http://dist.plone.org/release/3.3/versions.cfg
11 versions = versions
12 extensions = mr.developer
13 sources = sources
14 auto-checkout = 
15     slc.treecategoriesexample
17 # Add additional egg download sources here. dist.plone.org contains archives
18 # of Plone packages.
19 find-links =
20     http://dist.plone.org/release/3.2.1
21     http://download.zope.org/ppix/
22     http://download.zope.org/distribution/
23     http://effbot.org/downloads
24     http://dist.repoze.org/PIL-1.1.6.tar.gz
25     http://products.syslab.com/products/simple
27 # Add additional eggs here
28 eggs = slc.treecategories
29     slc.treecategoriesexample
30     PIL
32 # Reference any eggs you are developing here, one per line
33 # e.g.: develop = src/my.package
34 develop = .
36 [sources]
37 slc.treecategoriesexample = git file:///home/patrick/projects/syslabcom_git/slc.treecategoriesexample
38 [zope2]
39 # For more information on this step and configuration options see:
40 # http://pypi.python.org/pypi/plone.recipe.zope2install
41 recipe = plone.recipe.zope2install
42 fake-zope-eggs = true
43 additional-fake-eggs = 
44     ZODB3
45 url = ${versions:zope2-url}
47 # Use this section to download additional old-style products.
48 # List any number of URLs for product tarballs under URLs (separate
49 # with whitespace, or break over several lines, with subsequent lines
50 # indented). If any archives contain several products inside a top-level
51 # directory, list the archive file name (i.e. the last part of the URL,
52 # normally with a .tar.gz suffix or similar) under 'nested-packages'.
53 # If any archives extract to a product directory with a version suffix, list
54 # the archive name under 'version-suffix-packages'.
55 [productdistros]
56 # For more information on this step and configuration options see:
57 # http://pypi.python.org/pypi/plone.recipe.distros
58 recipe = plone.recipe.distros
59 urls =
60 nested-packages =
61 version-suffix-packages =
63 [instance]
64 # For more information on this step and configuration options see:
65 # http://pypi.python.org/pypi/plone.recipe.zope2instance
66 recipe = plone.recipe.zope2instance
67 zope2-location = ${zope2:location}
68 user = admin:admin
69 http-address = 8080
70 debug-mode = on
71 verbose-security = on
73 # If you want Zope to know about any additional eggs, list them here.
74 # This should include any development eggs you listed in develop-eggs above,
75 # e.g. eggs = Plone my.package
76 eggs =
77     Plone
78     ${buildout:eggs}
80 # If you want to register ZCML slugs for any packages, list them here.
81 # e.g. zcml = my.package my.other.package
82 zcml =
83     slc.treecategories
84     slc.treecategoriesexample
86 products =
87     ${productdistros:location}
89 [zopepy]
90 # For more information on this step and configuration options see:
91 # http://pypi.python.org/pypi/zc.recipe.egg
92 recipe = zc.recipe.egg
93 eggs = ${instance:eggs}
94 interpreter = zopepy
95 extra-paths = ${zope2:location}/lib/python
96 scripts = zopep
98 [versions]
99 Products.ATVocabularyManager=1.5.0-alpha-slc
101 [test]
102 recipe = collective.recipe.z2testrunner
103 packages = 
104     slc.treecategories
105 zope2part = instance