Changeset 322

Show
Ignore:
Timestamp:
03/16/08 07:21:35 (10 months ago)
Author:
andy
Message:

vaporisaton egg
plone.app.blob
content migration

temporarily disable using svn for plumi products
use static set

Files:
1 modified

Legend:

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

    r320 r322  
    66    instance 
    77    zopepy 
    8     development-products 
     8#    development-products 
    99 
    1010# Add additional egg download sources here. dist.plone.org contains archives 
     
    1515    http://download.zope.org/distribution/ 
    1616    http://effbot.org/downloads 
     17    https://svn.plone.org/svn/collective/Vaporisation/branches/vaporisation2-plone3-egg#egg=vaporisation 
    1718 
    1819# Add additional eggs here 
     
    4849 
    4950#For using the SVN trunk release 
    50 [development-products] 
    51 recipe = infrae.subversion 
    52 urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 
     51#[development-products] 
     52#recipe = infrae.subversion 
     53#urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 
    5354 
    5455 
     
    6061debug-mode = on 
    6162verbose-security = on 
     63blob-storage = var/blobstorage 
    6264 
    6365# If you want Zope to know about any additional eggs, list them here. 
     
    6769    ${buildout:eggs} 
    6870    ${plone:eggs} 
     71    vaporisation 
     72    plone.app.blob 
     73    Products.contentmigration 
    6974 
    7075# If you want to register ZCML slugs for any packages, list them here. 
    7176# e.g. zcml = my.package my.other.package 
    7277zcml =  
     78    vaporisation 
     79    plone.app.blob 
     80    Products.contentmigration 
    7381 
    7482products = 
    75     ${buildout:directory}/products 
     83    ${buildout:directory}/products/plumi-plone3-compat/ 
    7684    ${plone:products} 
    77     ${buildout:directory}/parts/development-products/plumi 
     85 #   ${buildout:directory}/parts/development-products/plumi 
    7886 
    7987#${productdistros:location}