[Checkins] SVN: grok/branches/philikon-methodgrokker/ Introduce external dev egg so that others can check out the branch easily.

Philipp von Weitershausen philikon at philikon.de
Mon May 26 08:33:48 EDT 2008


Log message for revision 86973:
  Introduce external dev egg so that others can check out the branch easily.
  

Changed:
  _U  grok/branches/philikon-methodgrokker/
  U   grok/branches/philikon-methodgrokker/buildout.cfg

-=-

Property changes on: grok/branches/philikon-methodgrokker
___________________________________________________________________
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-methodgrokker


Modified: grok/branches/philikon-methodgrokker/buildout.cfg
===================================================================
--- grok/branches/philikon-methodgrokker/buildout.cfg	2008-05-26 12:32:53 UTC (rev 86972)
+++ grok/branches/philikon-methodgrokker/buildout.cfg	2008-05-26 12:33:47 UTC (rev 86973)
@@ -1,10 +1,13 @@
 [buildout]
-develop = . grokdocs grokwiki
+develop = . grokdocs grokwiki martian
 parts = docs interpreter grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 versions = versions
 
+[versions]
+martian = 0.9.7dev
+
 [docs]
 recipe = zc.recipe.egg
 eggs = grokdocs



More information about the Checkins mailing list