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

Last change on this file since 1899 was 1899, checked in by chervol, 14 years ago

added PrintingMailhost? to the development stack

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