[Checkins] SVN: megrok.rdb/trunk/buildout.cfg Remove buildout cruft that wasn't appropriate in a library.

Martijn Faassen faassen at infrae.com
Fri Jul 11 11:44:48 EDT 2008


Log message for revision 88261:
  Remove buildout cruft that wasn't appropriate in a library.
  

Changed:
  U   megrok.rdb/trunk/buildout.cfg

-=-
Modified: megrok.rdb/trunk/buildout.cfg
===================================================================
--- megrok.rdb/trunk/buildout.cfg	2008-07-11 15:33:56 UTC (rev 88260)
+++ megrok.rdb/trunk/buildout.cfg	2008-07-11 15:44:48 UTC (rev 88261)
@@ -1,55 +1,10 @@
 [buildout]
 develop = . z3c.saconfig
-parts = app data zopectl test
+parts = test
 newest = false
 extends = http://grok.zope.org/releaseinfo/grok-0.13.cfg
 versions = versions
 
-[app]
-recipe = zc.zope3recipes>=0.5.3:application
-eggs = megrok.rdb
-site.zcml = <include package="rdbexample" />
-            <include package="zope.app.twisted" />
-
-            <configure i18n_domain="rdbexample">
-              <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="admin"
-                         password_manager="Plain Text"
-                         password="admin"
-                         />
-
-              <!-- 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" />
-           </configure>
-
-[data]
-recipe = zc.recipe.filestorage
-
-# this section named so that the start/stop script is called bin/zopectl
-[zopectl]
-recipe = zc.zope3recipes:instance
-application = app
-zope.conf = ${data:zconfig}
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = megrok.rdb



More information about the Checkins mailing list