[Checkins] SVN: grokproject/trunk/grokproject/template_ Reintroduce find-links to avoid problems with z3c.widget/z3c.javascript.

Uli Fouquet uli at gnufix.de
Sat Apr 11 04:36:48 EDT 2009


Log message for revision 99120:
  Reintroduce find-links to avoid problems with z3c.widget/z3c.javascript.

Changed:
  U   grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-04-11 08:32:20 UTC (rev 99119)
+++ grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-04-11 08:36:48 UTC (rev 99120)
@@ -3,6 +3,7 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = ${newest}
+find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-04-11 08:32:20 UTC (rev 99119)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-04-11 08:36:48 UTC (rev 99120)
@@ -2,6 +2,7 @@
 develop = .
 parts = eggbasket app data zopectl i18n test zpasswd
 newest = ${newest}
+find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)



More information about the Checkins mailing list