Changeset 322
- Timestamp:
- 03/16/08 07:21:35 (10 months ago)
- Files:
-
- 1 modified
-
plumi-buildout-plone3/trunk/buildout.cfg (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plumi-buildout-plone3/trunk/buildout.cfg
r320 r322 6 6 instance 7 7 zopepy 8 development-products8 # development-products 9 9 10 10 # Add additional egg download sources here. dist.plone.org contains archives … … 15 15 http://download.zope.org/distribution/ 16 16 http://effbot.org/downloads 17 https://svn.plone.org/svn/collective/Vaporisation/branches/vaporisation2-plone3-egg#egg=vaporisation 17 18 18 19 # Add additional eggs here … … 48 49 49 50 #For using the SVN trunk release 50 [development-products]51 recipe = infrae.subversion52 urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi51 #[development-products] 52 #recipe = infrae.subversion 53 #urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 53 54 54 55 … … 60 61 debug-mode = on 61 62 verbose-security = on 63 blob-storage = var/blobstorage 62 64 63 65 # If you want Zope to know about any additional eggs, list them here. … … 67 69 ${buildout:eggs} 68 70 ${plone:eggs} 71 vaporisation 72 plone.app.blob 73 Products.contentmigration 69 74 70 75 # If you want to register ZCML slugs for any packages, list them here. 71 76 # e.g. zcml = my.package my.other.package 72 77 zcml = 78 vaporisation 79 plone.app.blob 80 Products.contentmigration 73 81 74 82 products = 75 ${buildout:directory}/products 83 ${buildout:directory}/products/plumi-plone3-compat/ 76 84 ${plone:products} 77 ${buildout:directory}/parts/development-products/plumi85 # ${buildout:directory}/parts/development-products/plumi 78 86 79 87 #${productdistros:location}
