[Checkins] SVN: www.zope.org_buildout/trunk/buildout.cfg updated

Andreas Jung andreas at andreas-jung.com
Wed Jun 16 05:57:36 EDT 2010


Log message for revision 113512:
  updated
  

Changed:
  U   www.zope.org_buildout/trunk/buildout.cfg

-=-
Modified: www.zope.org_buildout/trunk/buildout.cfg
===================================================================
--- www.zope.org_buildout/trunk/buildout.cfg	2010-06-16 09:26:32 UTC (rev 113511)
+++ www.zope.org_buildout/trunk/buildout.cfg	2010-06-16 09:57:35 UTC (rev 113512)
@@ -10,7 +10,11 @@
     http://dist.plone.org/release/3.3.5/versions.cfg
 versions = versions
 
+extensions = mr.developer
+sources = sources
+auto-checkout = dzug.theme
 
+
 # Add additional egg download sources here. dist.plone.org contains archives
 # of Plone packages.
 find-links =
@@ -18,15 +22,13 @@
     http://dist.plone.org/thirdparty
 
 # Add additional eggs here
-eggs =
+eggs = dzug.theme
 
-# Reference any eggs you are developing here, one per line
-# e.g.: develop = src/my.package
-develop =
 
+[sources]
+dzug.theme = svn https://code.gocept.com/svn/dzug/dzug.theme/trunk
 
 
-
 [zope2]
 # For more information on this step and configuration options see:
 # http://pypi.python.org/pypi/plone.recipe.zope2install
@@ -68,7 +70,7 @@
 
 # If you want to register ZCML slugs for any packages, list them here.
 # e.g. zcml = my.package my.other.package
-zcml =
+zcml = dzug.theme
 
 products =
     ${buildout:directory}/products



More information about the checkins mailing list