source: products/QGSkel/trunk/qgskel/templates/qgplone3_buildout/profiles/devel.cfg_tmpl @ 1409

Last change on this file since 1409 was 1404, checked in by mylan, 14 years ago

Move zopepy step to development configuration from base one

File size: 1.3 KB
Line 
1[buildout]
2extends =
3    base.cfg
4    debugtools.cfg
5
6parts +=
7    omelette
8    enablesettrace
9#    zopeprofiler
10#    zptdebugger
11#    deadlockdebugger
12    ipzope
13    zopepy
14
15eggs +=
16    plone.reload
17    Products.Clouseau
18    Products.DocFinderTab
19#     Products.PTProfiler
20
21extensions += mr.developer
22sources = sources
23sources-dir = src
24# Define auto-checkout development packages
25#auto-checkout =
26#   project.theme
27
28[sources]
29# Define sources for development package here
30project.theme = svn http://svn.server.com/project/packages/project.theme/trunk
31
32[instance]
33\# For more information on this step and configuration options see:
34\# http://pypi.python.org/pypi/plone.recipe.zope2instance
35user = ${zope_user}:${zope_password}
36http-address = ${http_port_devel}
37debug-mode = on
38verbose-security = on
39
40zcml +=
41    plone.reload
42products +=
43    \${productdistros:location}
44
45
46[omelette]
47recipe = collective.recipe.omelette
48eggs = \${instance:eggs}
49packages = \${zope2:location}/lib/python ./
50
51
52[zopepy]
53\# For more information on this step and configuration options see:
54\# http://pypi.python.org/pypi/zc.recipe.egg
55recipe = zc.recipe.egg
56eggs = \${instance:eggs}
57interpreter = zopepy
58#if $zope2_install
59extra-paths = ${zope2_install}/lib/python
60#else
61extra-paths = \${zope2:location}/lib/python
62#end if
63scripts = zopepy
Note: See TracBrowser for help on using the repository browser.