Show
Ignore:
Timestamp:
04/22/08 07:23:38 (9 months ago)
Author:
andy
Message:

plone 3 compat work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plumi-buildout-plone3/trunk/buildout.cfg

    r326 r343  
    2727develop = 
    2828 
     29#       src/engagesubtypes 
     30 
    2931[plone] 
    3032recipe = plone.recipe.plone 
     
    5153[development-products] 
    5254recipe = infrae.subversion 
    53 urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 
     55urls =  https://svn.plone.org/svn/collective/Plumi/trunk plumi 
     56        http://svn.plone.org/svn/collective/Clouseau/trunk/ Clouseau 
     57        http://svn.plone.org/svn/collective/DocFinderTab/tags/1.0.2/ DocFinderTab 
     58        http://www.plone4artists.org/svn/projects/Plone4ArtistsVideo/tags/release-1.1/ Plone4ArtistsVideo 
    5459 
     60#developers might like to add, for a python debug shell on exceptions 
     61#http://svn.plone.org/svn/collective/PDBDebugMode/trunk PDBDebugMode 
    5562 
    5663[instance] 
     
    7380    Products.contentmigration 
    7481 
     82#engage.subtypes 
     83 
    7584# If you want to register ZCML slugs for any packages, list them here. 
    7685# e.g. zcml = my.package my.other.package 
     
    8089    Products.contentmigration 
    8190 
     91#engage.subtypes 
     92 
    8293products = 
    8394    ${plone:products} 
    8495    ${buildout:directory}/parts/development-products/plumi 
     96    ${buildout:directory}/parts/development-products/ 
    8597 
    8698[zopepy]