[Checkins] SVN: five.grok/trunk/buildout.cfg clean up buildout configuration

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 06:14:29 EDT 2008


Log message for revision 89246:
  clean up buildout configuration
  

Changed:
  U   five.grok/trunk/buildout.cfg

-=-
Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2008-08-03 10:14:06 UTC (rev 89245)
+++ five.grok/trunk/buildout.cfg	2008-08-03 10:14:29 UTC (rev 89246)
@@ -4,26 +4,9 @@
     instance
     zopepy
     test
-
-# Add additional egg download sources here. dist.plone.org contains archives
-# of Plone packages.
-find-links =
-    http://download.zope.org/ppix/
-    http://download.zope.org/distribution/
-    http://effbot.org/downloads
-
-eggs = five.grok
-       grokcore.component
-       grokcore.view
-       martian
-       zope.testing
-
-# Reference any eggs you are developing here, one per line
-# e.g.: develop = src/my.package
 develop = .
-          devel/grokcore.component
+          devel/grokcore.security
           devel/grokcore.view
-          devel/martian
 
 newest = false
 
@@ -39,18 +22,9 @@
 http-address = 8080
 debug-mode = on
 verbose-security = on
-
-# If you want Zope to know about any additional eggs, list them here.
-# This should include any development eggs you listed in develop-eggs above,
-# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
-eggs =
-    ${buildout:eggs}
-
-# If you want to register ZCML slugs for any packages, list them here.
-# e.g. zcml = my.package my.other.package
+eggs = five.grok
 zcml = five.grok:meta.zcml
        five.grok
-
 products =
 
 [zopepy]
@@ -62,6 +36,6 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
+eggs = ${instance:eggs}
 extra-paths = ${zope2:location}/lib/python
 defaults = ['-m', 'five.grok', '--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list