[Checkins] SVN: z3c.sqlalchemy/branches/zope.sqlalchemy-integration/buildout.cfg fixes

Andreas Jung andreas at andreas-jung.com
Sat May 10 05:15:07 EDT 2008


Log message for revision 86610:
  fixes
  

Changed:
  U   z3c.sqlalchemy/branches/zope.sqlalchemy-integration/buildout.cfg

-=-
Modified: z3c.sqlalchemy/branches/zope.sqlalchemy-integration/buildout.cfg
===================================================================
--- z3c.sqlalchemy/branches/zope.sqlalchemy-integration/buildout.cfg	2008-05-10 09:08:58 UTC (rev 86609)
+++ z3c.sqlalchemy/branches/zope.sqlalchemy-integration/buildout.cfg	2008-05-10 09:15:07 UTC (rev 86610)
@@ -1,29 +1,7 @@
 [buildout]
-parts = plone zope2 instance
-eggs =
-develop =
+parts = test
+develop = .
 
-[plone]
-recipe = plone.recipe.plone
-
-[zope2]
-recipe = plone.recipe.zope2install
-url = ${plone:zope2-url}
-
-[instance]
-recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
-user = admin:admin
-http-port = 8080
-debug-mode = on
-verbose-security = on
-eggs =
-    ${buildout:eggs}
-    ${plone:eggs}
-zcml =
-
-products =
-    ${plone:products}
-    ${buildout:directory}/products
-
-
+[test]
+recipe = zc.recipe.testrunner
+eggs = z3c.sqlalchemy [test]



More information about the Checkins mailing list