Refaktor Makefiles and autogenerate easyshop.cfg
[zope-bootstrap.git] / buildout.cfg
1 [buildout]
2 parts =
3     zope2
4     productdistros
5     instance
6     zopepy
7
8 # Change the number here to change the version of Plone being used
9 extends = 
10     http://dist.plone.org/release/3.3.1/versions.cfg 
11     easyshop/easyshop.cfg
12 versions = versions
13
14 # Add additional egg download sources here. dist.plone.org contains archives
15 # of Plone packages.
16 find-links =
17     http://dist.plone.org/release/3.3.1
18     http://dist.plone.org/thirdparty
19
20 # Add additional eggs here
21 eggs =
22     ${easyshop:eggs}
23
24 # Reference any eggs you are developing here, one per line
25 # e.g.: develop = src/my.package
26 develop =
27     ${easyshop:develop}
28
29 [zope2]
30 # For more information on this step and configuration options see:
31 # http://pypi.python.org/pypi/plone.recipe.zope2install
32 recipe = plone.recipe.zope2install
33 fake-zope-eggs = true
34 url = ${versions:zope2-url}
35
36 # Use this section to download additional old-style products.
37 # List any number of URLs for product tarballs under URLs (separate
38 # with whitespace, or break over several lines, with subsequent lines
39 # indented). If any archives contain several products inside a top-level
40 # directory, list the archive file name (i.e. the last part of the URL,
41 # normally with a .tar.gz suffix or similar) under 'nested-packages'.
42 # If any archives extract to a product directory with a version suffix, list
43 # the archive name under 'version-suffix-packages'.
44 [productdistros]
45 # For more information on this step and configuration options see:
46 # http://pypi.python.org/pypi/plone.recipe.distros
47 recipe = plone.recipe.distros
48 urls = 
49     ${easyshop:urls}
50 nested-packages =
51 version-suffix-packages =
52
53 [instance]
54 # For more information on this step and configuration options see:
55 # http://pypi.python.org/pypi/plone.recipe.zope2instance
56 recipe = plone.recipe.zope2instance
57 zope2-location = ${zope2:location}
58 user = admin:admin
59 http-address = 8080
60 #debug-mode = on
61 #verbose-security = on
62
63 # If you want Zope to know about any additional eggs, list them here.
64 # This should include any development eggs you listed in develop-eggs above,
65 # e.g. eggs = Plone my.package
66 eggs =
67     Plone
68     ${buildout:eggs}
69     
70
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     ${easyshop:zcml}
75
76 products =
77     ${buildout:directory}/products
78     ${productdistros:location}
79     ${easyshop:products}
80
81 [zopepy]
82 # For more information on this step and configuration options see:
83 # http://pypi.python.org/pypi/zc.recipe.egg
84 recipe = zc.recipe.egg
85 eggs = ${instance:eggs}
86 interpreter = zopepy
87 extra-paths = ${zope2:location}/lib/python
88 scripts = zopepy