[Checkins] SVN: Sandbox/ulif/grokadmin/trunk/buildout.cfg Remove unnecessary stuff from buildout.conf to prepare move to grokui.admin.

Uli Fouquet uli at gnufix.de
Thu Jul 10 08:54:33 EDT 2008


Log message for revision 88180:
  Remove unnecessary stuff from buildout.conf to prepare move to grokui.admin.

Changed:
  U   Sandbox/ulif/grokadmin/trunk/buildout.cfg

-=-
Modified: Sandbox/ulif/grokadmin/trunk/buildout.cfg
===================================================================
--- Sandbox/ulif/grokadmin/trunk/buildout.cfg	2008-07-10 12:53:08 UTC (rev 88179)
+++ Sandbox/ulif/grokadmin/trunk/buildout.cfg	2008-07-10 12:54:32 UTC (rev 88180)
@@ -1,60 +1,13 @@
 [buildout]
 develop = . grok
-parts = grokadmin data zopectl test
+parts = test
 find-links = http://download.zope.org/distribution/
-newest = false
 versions = versions
 
 [versions]
 zope.app.securitypolicy = 3.4.0a1 
 
-[data]
-recipe = zc.recipe.filestorage
-
-[grokadmin]
-recipe = zc.zope3recipes>=0.5.3:application
-eggs = grokadmin
-site.zcml = <include package="grokadmin" />
-            <include package="zope.app.twisted" />
-
-            <unauthenticatedPrincipal id="zope.anybody"
-                                      title="Unauthenticated User" />
-            <unauthenticatedGroup id="zope.Anybody"
-                                  title="Unauthenticated Users" />
-            <authenticatedGroup id="zope.Authenticated"
-                                title="Authenticated Users" />
-            <everybodyGroup id="zope.Everybody"
-                            title="All Users" />
-            <principal id="zope.manager"
-                       title="Manager"
-                       login="grok"
-                       password_manager="Plain Text"
-                       password="grok"
-                       />
-
-            <!-- Replace the following directive if you don't want
-                 public access -->
-            <grant permission="zope.View"
-                   principal="zope.Anybody" />
-            <grant permission="zope.app.dublincore.view"
-                   principal="zope.Anybody" />
-
-            <role id="zope.Manager" title="Site Manager" />
-            <role id="zope.Member" title="Site Member" />
-            <grantAll role="zope.Manager" />
-            <grant role="zope.Manager"
-                   principal="zope.manager" />
-
-[data]
-recipe = zc.recipe.filestorage
-
-# this section named so that the start/stop script is called bin/zopectl
-[zopectl]
-recipe = zc.zope3recipes:instance
-application = grokadmin
-zope.conf = ${data:zconfig}
-
 [test]
 recipe = zc.recipe.testrunner
-eggs = grokadmin
+eggs = grokui.introspector [test,]
 defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list