X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=buildout.cfg;h=8c46b53e218e251aecb636da507d7387a1bca2ba;hb=cb6994cea1d75e9f5f2c18cafd5ace09ff1cf240;hp=1fec3373050b67b21e3e789b827a2a198d5d4913;hpb=2fccc6e0ba82e24825446cd842ecf8628b4e3f7e;p=zope-bootstrap.git diff --git a/buildout.cfg b/buildout.cfg index 1fec337..8c46b53 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -5,80 +5,54 @@ parts = instance zopepy -# Change the number here to change the version of Plone being used -extends = http://dist.plone.org/release/3.3.1/versions.cfg +extends = + http://dist.plone.org/release/3.3.1/versions.cfg + versions.cfg + localeggs.cfg + server.cfg versions = versions -# Add additional egg download sources here. dist.plone.org contains archives -# of Plone packages. find-links = http://dist.plone.org/release/3.3.1 http://dist.plone.org/thirdparty -# Add additional eggs here eggs = - easyshop.core + ${localeggs:eggs} -# Reference any eggs you are developing here, one per line -# e.g.: develop = src/my.package develop = - - - + ${localeggs:develop} [zope2] -# For more information on this step and configuration options see: -# http://pypi.python.org/pypi/plone.recipe.zope2install recipe = plone.recipe.zope2install fake-zope-eggs = true url = ${versions:zope2-url} -# Use this section to download additional old-style products. -# List any number of URLs for product tarballs under URLs (separate -# with whitespace, or break over several lines, with subsequent lines -# indented). If any archives contain several products inside a top-level -# directory, list the archive file name (i.e. the last part of the URL, -# normally with a .tar.gz suffix or similar) under 'nested-packages'. -# If any archives extract to a product directory with a version suffix, list -# the archive name under 'version-suffix-packages'. [productdistros] -# For more information on this step and configuration options see: -# http://pypi.python.org/pypi/plone.recipe.distros recipe = plone.recipe.distros -urls = +urls = nested-packages = version-suffix-packages = [instance] -# For more information on this step and configuration options see: -# http://pypi.python.org/pypi/plone.recipe.zope2instance recipe = plone.recipe.zope2instance zope2-location = ${zope2:location} -user = admin:admin -http-address = 8070 -#debug-mode = on -#verbose-security = on +user = ${server:user} +http-address = ${server:port} +debug-mode = ${server:debug-mode} +verbose-security = ${server:verbose-security} -# If you want Zope to know about any additional eggs, list them here. -# This should include any development eggs you listed in develop-eggs above, -# e.g. eggs = Plone my.package eggs = Plone ${buildout:eggs} - -# If you want to register ZCML slugs for any packages, list them here. -# e.g. zcml = my.package my.other.package zcml = - easyshop.core + ${localeggs:zcml} products = ${buildout:directory}/products ${productdistros:location} [zopepy] -# For more information on this step and configuration options see: -# http://pypi.python.org/pypi/zc.recipe.egg recipe = zc.recipe.egg eggs = ${instance:eggs} interpreter = zopepy