[Checkins] SVN: grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/ Update to zope.errorview and pin fanstatic.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Jan 19 13:52:04 EST 2011


Log message for revision 119728:
  Update to zope.errorview and pin fanstatic.

Changed:
  U   grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl
  U   grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl

-=-
Modified: grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl	2011-01-19 18:23:03 UTC (rev 119727)
+++ grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl	2011-01-19 18:52:03 UTC (rev 119728)
@@ -34,17 +34,18 @@
 always-checkout = true
 auto-checkout = grok
                 grokui.admin
-                fanstatic
+                zope.errorview
 
 [sources]
 grok = svn http://svn.zope.org/repos/main/grok/trunk
-fanstatic = hg http://bitbucket.org/fanstatic/fanstatic
+zope.errorview = svn http://svn.zope.org/repos/main/zope.errorview/trunk
 
 [versions]
 # Override versions here.
 # This version pin can be removed after the next groktoolkit release.
 grokcore.view = 2.3
 grokui.base = 0.5
+fanstatic = 0.10
 
 [app]
 recipe = z3c.recipe.scripts

Modified: grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl	2011-01-19 18:23:03 UTC (rev 119727)
+++ grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl	2011-01-19 18:52:03 UTC (rev 119728)
@@ -20,7 +20,7 @@
 use = egg:fanstatic#fanstatic
 bottom = true
 versioning = true
-mode = minified
+minified = true
 rollup = true
 recompute_hashes = false
 



More information about the checkins mailing list