[Checkins] SVN: zopeorg.buildout/branches/www.zope.org/ update dev.cfg

Johannes Raggam raggam-nl at adm.at
Mon Jul 11 07:55:40 EDT 2011


Log message for revision 122140:
  update dev.cfg

Changed:
  U   zopeorg.buildout/branches/www.zope.org/base.cfg
  U   zopeorg.buildout/branches/www.zope.org/deploy.cfg
  U   zopeorg.buildout/branches/www.zope.org/dev.cfg
  U   zopeorg.buildout/branches/www.zope.org/versions.cfg

-=-
Modified: zopeorg.buildout/branches/www.zope.org/base.cfg
===================================================================
--- zopeorg.buildout/branches/www.zope.org/base.cfg	2011-07-11 11:07:33 UTC (rev 122139)
+++ zopeorg.buildout/branches/www.zope.org/base.cfg	2011-07-11 11:55:39 UTC (rev 122140)
@@ -10,7 +10,6 @@
     i18ndude
     zopeskel
     test
-#    omelette
 
 
 dump-picked-versions-file = versions.cfg
@@ -97,13 +96,6 @@
     ZopeSkel
     ${buildout:eggs}
 
-# symlinks all Python source code to parts/omelette folder when buildout is run
-# windows users will need to install additional software for this part to build 
-# correctly.  See http://pypi.python.org/pypi/collective.recipe.omelette for
-# relevant details.
-# [omelette]
-# recipe = collective.recipe.omelette
-# eggs = ${buildout:eggs}
 
 # Put your mr.developer managed source code repositories here, see
 # http://pypi.python.org/pypi/mr.developer for details on format for this part
@@ -118,6 +110,3 @@
 # Version pindowns for new style products go here - this section extends one provided in http://dist.plone.org/release/
 [versions]
 
-
-
-

Modified: zopeorg.buildout/branches/www.zope.org/deploy.cfg
===================================================================
--- zopeorg.buildout/branches/www.zope.org/deploy.cfg	2011-07-11 11:07:33 UTC (rev 122139)
+++ zopeorg.buildout/branches/www.zope.org/deploy.cfg	2011-07-11 11:55:39 UTC (rev 122140)
@@ -1,5 +1,2 @@
 [buildout]
-
 extends = base.cfg
-
-

Modified: zopeorg.buildout/branches/www.zope.org/dev.cfg
===================================================================
--- zopeorg.buildout/branches/www.zope.org/dev.cfg	2011-07-11 11:07:33 UTC (rev 122139)
+++ zopeorg.buildout/branches/www.zope.org/dev.cfg	2011-07-11 11:55:39 UTC (rev 122140)
@@ -1,7 +1,23 @@
 [buildout]
-
 extends = base.cfg
+parts += omelette
 
 [instance]
+debug-mode = on
+eggs += plone.reload
+zcml += plone.reload
 
-debug-mode = on
+# symlinks all Python source code to parts/omelette folder when buildout is run
+# windows users will need to install additional software for this part to build 
+# correctly.  See http://pypi.python.org/pypi/collective.recipe.omelette for
+# relevant details.
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${buildout:eggs}
+
+[sources]
+plonetheme.zopeorg = git git at github.com:d2m/plonetheme.zopeorg.git
+collective.teaser = git git at github.com:collective/collective.teaser.git
+Products.Collage = svn https://svn.plone.org/svn/collective/Products.Collage/trunk
+collective.collage.portlets = svn https://svn.plone.org/svn/collective/Products.Collage/addons/collective.collage.portlets/trunk
+collective.setuphandlertools = git git at github.com:collective/collective.setuphandlertools.git

Modified: zopeorg.buildout/branches/www.zope.org/versions.cfg
===================================================================
--- zopeorg.buildout/branches/www.zope.org/versions.cfg	2011-07-11 11:07:33 UTC (rev 122139)
+++ zopeorg.buildout/branches/www.zope.org/versions.cfg	2011-07-11 11:55:39 UTC (rev 122140)
@@ -3,9 +3,11 @@
 PILwoTk = 1.1.6.4
 Paste = 1.7.5.1
 PasteScript = 1.7.3
+Products.Collage = 1.3.6
 Products.PloneHotfix20110720 = 1.2
 Products.Zope-Hotfix-20110622 = 1.0
 ZopeSkel = 2.19
+collective.recipe.omelette = 0.10
 i18ndude = 3.2.2
 
 #Required by:



More information about the checkins mailing list