Changeset 343 for plumi-buildout-plone3/trunk/buildout.cfg
- Timestamp:
- 04/22/08 07:23:38 (9 months ago)
- Files:
-
- 1 modified
-
plumi-buildout-plone3/trunk/buildout.cfg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plumi-buildout-plone3/trunk/buildout.cfg
r326 r343 27 27 develop = 28 28 29 # src/engagesubtypes 30 29 31 [plone] 30 32 recipe = plone.recipe.plone … … 51 53 [development-products] 52 54 recipe = infrae.subversion 53 urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 55 urls = 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 54 59 60 #developers might like to add, for a python debug shell on exceptions 61 #http://svn.plone.org/svn/collective/PDBDebugMode/trunk PDBDebugMode 55 62 56 63 [instance] … … 73 80 Products.contentmigration 74 81 82 #engage.subtypes 83 75 84 # If you want to register ZCML slugs for any packages, list them here. 76 85 # e.g. zcml = my.package my.other.package … … 80 89 Products.contentmigration 81 90 91 #engage.subtypes 92 82 93 products = 83 94 ${plone:products} 84 95 ${buildout:directory}/parts/development-products/plumi 96 ${buildout:directory}/parts/development-products/ 85 97 86 98 [zopepy]
