[Checkins] SVN: grok/branches/philikon-decl-dir-rules/ Use corresponding branches of martian and grokcore.component as externals

Philipp von Weitershausen philikon at philikon.de
Fri May 9 20:24:46 EDT 2008


Log message for revision 86595:
  Use corresponding branches of martian and grokcore.component as externals
  

Changed:
  _U  grok/branches/philikon-decl-dir-rules/
  U   grok/branches/philikon-decl-dir-rules/buildout.cfg

-=-

Property changes on: grok/branches/philikon-decl-dir-rules
___________________________________________________________________
Name: svn:externals
   - bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/


   + bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
martian svn://svn.zope.org/repos/main/martian/branches/philikon-decl-dir-rules
grokcore.component svn://svn.zope.org/repos/main/grokcore.component/branches/philikon-decl-dir-rules



Modified: grok/branches/philikon-decl-dir-rules/buildout.cfg
===================================================================
--- grok/branches/philikon-decl-dir-rules/buildout.cfg	2008-05-10 00:20:16 UTC (rev 86594)
+++ grok/branches/philikon-decl-dir-rules/buildout.cfg	2008-05-10 00:24:46 UTC (rev 86595)
@@ -1,10 +1,14 @@
 [buildout]
-develop = . grokdocs grokwiki
+develop = . grokdocs grokwiki martian grokcore.component
 parts = docs interpreter grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 versions = versions
 
+[versions]
+martian = 0.9.6dev
+grokcore.component = 1.3dev
+
 [docs]
 recipe = zc.recipe.egg
 eggs = grokdocs



More information about the Checkins mailing list