[Checkins] SVN: megrok.five/trunk/ buildoutify megrok.five.

Philipp von Weitershausen philikon at philikon.de
Wed Feb 7 22:27:09 EST 2007


Log message for revision 72442:
  buildoutify megrok.five.
  

Changed:
  _U  megrok.five/trunk/
  A   megrok.five/trunk/buildout.cfg

-=-

Property changes on: megrok.five/trunk
___________________________________________________________________
Name: svn:ignore
   + develop-eggs
eggs
bin
parts
.installed.cfg

Name: svn:externals
   + bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/


Added: megrok.five/trunk/buildout.cfg
===================================================================
--- megrok.five/trunk/buildout.cfg	2007-02-08 03:26:23 UTC (rev 72441)
+++ megrok.five/trunk/buildout.cfg	2007-02-08 03:27:09 UTC (rev 72442)
@@ -0,0 +1,18 @@
+[buildout]
+parts = instance
+develop = . TodoList
+
+[zope2]
+recipe = z2c.recipe.zope2install
+svn = svn://svn.zope.org/repos/main/Zope/branches/2.10
+
+[instance]
+recipe = z2c.recipe.zope2instance
+zope2-location = ${zope2:location}
+user = admin:admin
+debug-mode = on
+eggs = megrok.five
+       todolist
+zcml = grok-meta
+       megrok.five
+       todolist



More information about the Checkins mailing list