[Checkins] SVN: Zope3.buildout/trunk/ - added a buildout.cfg that acquires the zope.app egg

Christian Theune ct at gocept.com
Mon Feb 26 17:31:57 EST 2007


Log message for revision 72843:
   - added a buildout.cfg that acquires the zope.app egg
  

Changed:
  _U  Zope3.buildout/trunk/
  A   Zope3.buildout/trunk/buildout.cfg

-=-

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

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


Added: Zope3.buildout/trunk/buildout.cfg
===================================================================
--- Zope3.buildout/trunk/buildout.cfg	2007-02-26 22:28:45 UTC (rev 72842)
+++ Zope3.buildout/trunk/buildout.cfg	2007-02-26 22:31:56 UTC (rev 72843)
@@ -0,0 +1,8 @@
+[buildout]
+parts = zope3
+
+[zope3]
+find-links = http://amy.gocept.com/~ctheune/eggs/
+             http://download.zope.org/distribution/
+recipe = zc.recipe.egg
+eggs = zope.app


Property changes on: Zope3.buildout/trunk/buildout.cfg
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list