[Checkins] SVN: zc.table/trunk/ add just about everything needed to make this a usable zc.buildout example;

Fred L. Drake, Jr. fdrake at gmail.com
Tue Aug 29 21:36:24 EDT 2006


Log message for revision 69881:
  add just about everything needed to make this a usable zc.buildout example;
  see TODO.txt for the one remaining task
  

Changed:
  _U  zc.table/trunk/
  A   zc.table/trunk/TODO.txt
  A   zc.table/trunk/buildout.cfg
  _U  zc.table/trunk/src/

-=-

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


Added: zc.table/trunk/TODO.txt
===================================================================
--- zc.table/trunk/TODO.txt	2006-08-29 23:43:05 UTC (rev 69880)
+++ zc.table/trunk/TODO.txt	2006-08-30 01:36:23 UTC (rev 69881)
@@ -0,0 +1,6 @@
+To-do
+-----
+
+- Get an updated version of the buildout/testrunner recipes to
+  generate a usable test runner (bin/test).  Currently needs to be
+  manually hacked to add the path for parts/zope3/src.


Property changes on: zc.table/trunk/TODO.txt
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: zc.table/trunk/buildout.cfg
===================================================================
--- zc.table/trunk/buildout.cfg	2006-08-29 23:43:05 UTC (rev 69880)
+++ zc.table/trunk/buildout.cfg	2006-08-30 01:36:23 UTC (rev 69881)
@@ -0,0 +1,27 @@
+[buildout]
+develop = . zc.recipe.egg_ zc.buildout
+parts = zope3 data instance test
+
+find-links = http://download.zope.org/distribution/
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zc.table
+extra-paths = parts/zope3/src
+
+[zope3]
+recipe = zc.recipe.zope3checkout
+url = svn://svn.zope.org/repos/main/Zope3/branches/3.3
+
+[data]
+recipe = zc.recipe.filestorage
+
+[instance]
+recipe = zc.recipe.zope3instance
+database = data
+user = fdrake:123
+eggs = zc.table
+
+zcml =
+  zc.resourcelibrary zc.resourcelibrary-meta
+  zc.table


Property changes on: zc.table/trunk/buildout.cfg
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: zc.table/trunk/src
___________________________________________________________________
Name: svn:ignore
   + zc.table.egg-info




More information about the Checkins mailing list