[Checkins] SVN: grok/branches/neanderthal-startupspeed/ More correcter config.

Lennart Regebro regebro at gmail.com
Tue Oct 2 05:14:31 EDT 2007


Log message for revision 80469:
  More correcter config.
  

Changed:
  U   grok/branches/neanderthal-startupspeed/buildout.cfg
  U   grok/branches/neanderthal-startupspeed/setup.py
  U   grok/branches/neanderthal-startupspeed/src/grok/configure.zcml

-=-
Modified: grok/branches/neanderthal-startupspeed/buildout.cfg
===================================================================
--- grok/branches/neanderthal-startupspeed/buildout.cfg	2007-10-02 08:51:04 UTC (rev 80468)
+++ grok/branches/neanderthal-startupspeed/buildout.cfg	2007-10-02 09:14:31 UTC (rev 80469)
@@ -1,6 +1,6 @@
 [buildout]
-develop = . doc grokwiki
-parts = docs grokwiki zopectl data test
+develop = . doc grokwiki zope.app.securitypolicy
+parts = grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
 index = http://download.zope.org/ppix
 versions = release-0.10
@@ -15,7 +15,6 @@
 [grokwiki]
 recipe = zc.zope3recipes>=0.5.3:application
 eggs = grokwiki 
-       zc.configuration
 site.zcml = <include package="grokwiki" />
             <include package="zope.app.twisted" />
 
@@ -59,5 +58,4 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = grok 
-       zc.configuration
 defaults = ['--tests-pattern', '^f?tests$', '-v']

Modified: grok/branches/neanderthal-startupspeed/setup.py
===================================================================
--- grok/branches/neanderthal-startupspeed/setup.py	2007-10-02 08:51:04 UTC (rev 80468)
+++ grok/branches/neanderthal-startupspeed/setup.py	2007-10-02 09:14:31 UTC (rev 80469)
@@ -87,5 +87,6 @@
                       'zope.testbrowser',
                       'zc.catalog',
                       'z3c.flashmessage >=1.0b1',
+                      'zc.configuration',
                       ],
 )

Modified: grok/branches/neanderthal-startupspeed/src/grok/configure.zcml
===================================================================
--- grok/branches/neanderthal-startupspeed/src/grok/configure.zcml	2007-10-02 08:51:04 UTC (rev 80468)
+++ grok/branches/neanderthal-startupspeed/src/grok/configure.zcml	2007-10-02 09:14:31 UTC (rev 80469)
@@ -23,7 +23,6 @@
 
   <exclude package="zope.app.authentication.browser" />
   <exclude package="zope.app.authentication.browser" file="httpplugins.zcml"/>
-
   <exclude package="zope.app.authentication.browser" file="principalfolder.zcml"/>
   <exclude package="zope.app.authentication.browser" file="groupfolder.zcml"/>
   <exclude package="zope.app.authentication" file="session.zcml" />



More information about the Checkins mailing list