[Checkins] SVN: zc.sourcerelease/branches/dev/sample/ sample data

Jim Fulton jim at zope.com
Tue Oct 23 12:06:29 EDT 2007


Log message for revision 80965:
  sample data

Changed:
  A   zc.sourcerelease/branches/dev/sample/
  A   zc.sourcerelease/branches/dev/sample/release.cfg

-=-
Added: zc.sourcerelease/branches/dev/sample/release.cfg
===================================================================
--- zc.sourcerelease/branches/dev/sample/release.cfg	                        (rev 0)
+++ zc.sourcerelease/branches/dev/sample/release.cfg	2007-10-23 16:06:28 UTC (rev 80965)
@@ -0,0 +1,39 @@
+[buildout]
+parts = zodb test extra-eggs
+versions = versions
+
+[versions]
+setuptools = 0.6c7
+zc.buildout = 1.0.0b30
+ZConfig = 2.4a2
+zc.recipe.deployment = 0.5
+zc.recipe.egg = 1.0.0b6
+zc.recipe.rhrc = 0.1dev-r72230
+zc.recipe.testrunner = 1.0.0b7
+zc.zodbrecipes = 0.2.1
+zdaemon = 2.0a6
+ZODB3 = 3.8.0b3
+zope.interface = 3.4.0a1
+zope.proxy = 3.4.0
+zope.testing = 3.4
+
+[zodb]
+recipe = zc.recipe.egg:script
+eggs = ZODB3 
+interpreter = py
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = ZODB3
+
+[buildout]
+extends = buildout.cfg
+parts = zodb test extra-eggs mercury
+
+[extra-eggs]
+recipe = zc.recipe.egg:eggs
+eggs =
+   zc.zodbrecipes
+   zc.recipe.rhrc
+   zc.recipe.deployment
+   buildoutmercury


Property changes on: zc.sourcerelease/branches/dev/sample/release.cfg
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list