[Checkins] SVN: grokproject/trunk/grokproject/template/ rename "cache" directory (that will contain the cache for the *cfg files that we extend from) to extends-cache.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue May 18 07:25:17 EDT 2010


Log message for revision 112443:
  rename "cache" directory (that will contain the cache for the *cfg files that we extend from) to extends-cache.

Changed:
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl
  D   grokproject/trunk/grokproject/template/cache/
  A   grokproject/trunk/grokproject/template/extends-cache/

-=-
Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2010-05-18 11:20:01 UTC (rev 112442)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2010-05-18 11:25:17 UTC (rev 112443)
@@ -1,6 +1,6 @@
 [buildout]
 extends = ${version_info_url}
-extends-cache = cache
+extends-cache = extends-cache
 find-links = ${find_links_url}
 develop = .
 parts =



More information about the checkins mailing list