[Checkins] SVN: zope.generations/trunk/ - Removed buildout part which was used during development but does not compile on Windows.

Michael Howitz mh at gocept.com
Sat Dec 11 16:06:18 EST 2010


Log message for revision 118810:
  - Removed buildout part which was used during development but does not compile on Windows.
  
  

Changed:
  U   zope.generations/trunk/CHANGES.txt
  U   zope.generations/trunk/buildout.cfg

-=-
Modified: zope.generations/trunk/CHANGES.txt
===================================================================
--- zope.generations/trunk/CHANGES.txt	2010-12-11 15:35:06 UTC (rev 118809)
+++ zope.generations/trunk/CHANGES.txt	2010-12-11 21:06:17 UTC (rev 118810)
@@ -5,7 +5,8 @@
 3.7.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Removed buildout part which was used during development but does not
+  compile on Windows.
 
 
 3.7.0 (2010-09-18)

Modified: zope.generations/trunk/buildout.cfg
===================================================================
--- zope.generations/trunk/buildout.cfg	2010-12-11 15:35:06 UTC (rev 118809)
+++ zope.generations/trunk/buildout.cfg	2010-12-11 21:06:17 UTC (rev 118810)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test coverage-test coverage-report cover coc
+parts = test coverage-test coverage-report cover
 
 [test]
 recipe = zc.recipe.testrunner
@@ -10,9 +10,6 @@
 recipe = zc.recipe.egg
 eggs = createzopecoverage
 
-[coc]
-recipe = icemac.callonchange
-
 [coverage-test]
 recipe = zc.recipe.testrunner
 eggs = ${test:eggs}



More information about the checkins mailing list