Show
Ignore:
Timestamp:
08/04/08 02:29:58 (4 years ago)
Author:
mauro
Message:
 
Location:
plone4bio.buildout/trunk/profiles
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.buildout/trunk/profiles/development.cfg

    r2 r28  
    11[buildout] 
    2 parts = 
    3     plone 
    4     zope2 
    5     productdistros 
    6     instance 
    7     zopepy 
    8  
    9 # Add additional egg download sources here. dist.plone.org contains archives 
    10 # of Plone packages. 
    11 find-links = 
    12     http://dist.plone.org 
    13     http://download.zope.org/ppix/ 
    14     http://download.zope.org/distribution/ 
    15     http://effbot.org/downloads 
    16  
    17 # Add additional eggs here 
    18 # elementtree is required by Plone 
    19 eggs = 
    20     elementtree 
    21     plone4bio.base 
    22     plone4bio.pscoils 
    23      
    24 # Reference any eggs you are developing here, one per line 
    25 # e.g.: develop = src/my.package 
    26 develop = 
    27         src/plone4bio.base 
    28         src/plone4bio.pscoils 
    29  
    30 [plone] 
    31 recipe = plone.recipe.plone 
    32  
    33 [zope2] 
    34 recipe = plone.recipe.zope2install 
    35 url = ${plone:zope2-url} 
    36  
    37 # Use this section to download additional old-style products. 
    38 # List any number of URLs for product tarballs under URLs (separate 
    39 # with whitespace, or break over several lines, with subsequent lines 
    40 # indented). If any archives contain several products inside a top-level 
    41 # directory, list the archive file name (i.e. the last part of the URL,  
    42 # normally with a .tar.gz suffix or similar) under 'nested-packages'. 
    43 # If any archives extract to a product directory with a version suffix, list 
    44 # the archive name under 'version-suffix-packages'. 
    45 [productdistros] 
    46 recipe = plone.recipe.distros 
    47 urls = 
    48 nested-packages = 
    49 version-suffix-packages =  
     2extends = base.cfg 
    503 
    514[instance] 
    52 recipe = plone.recipe.zope2instance 
    53 zope2-location = ${zope2:location} 
    545user = admin:admin 
    55 http-address = 8080 
    566debug-mode = on 
    577verbose-security = on 
    588 
    59 # If you want Zope to know about any additional eggs, list them here. 
    60 # This should include any development eggs you listed in develop-eggs above, 
    61 # e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package 
    62 eggs = 
    63     ${buildout:eggs} 
    64     ${plone:eggs} 
     9eggs += 
     10        plone.reload 
    6511 
    66 # If you want to register ZCML slugs for any packages, list them here. 
    67 # e.g. zcml = my.package my.other.package 
    68 zcml =  
    69         plone4bio.base 
    70         plone4bio.pscoils 
    71  
    72 products = 
    73     ${buildout:directory}/products 
    74     ${productdistros:location} 
    75     ${plone:products} 
    76  
    77 [zopepy] 
    78 recipe = zc.recipe.egg 
    79 eggs = ${instance:eggs} 
    80 interpreter = zopepy 
    81 extra-paths = ${zope2:location}/lib/python 
    82 scripts = zopepy 
     12zcml += 
     13        plone.reload