[Checkins] SVN: z3c.website/branches/darrylcousins-trialbranch/ Created branch for changes I've made to get a buildout to work for me. All I've

Darryl Cousins darryl at darrylcousins.net.nz
Fri Jun 29 07:51:09 EDT 2007


Log message for revision 77236:
  Created branch for changes I've made to get a buildout to work for me. All I've
  done so far is to add to setup.py (and for some) to configure.zcml the following
  packages: z3c.website (zcml), zope.rdb, zope.app.container.browser (meta.zcml),
  zope.app.file, zope.app.content, z3c.schema, z3c.resource, zope.index,
  zope.app.catalog, zc.catalog, z3c.configurator. And also
  z3c.authentication.simple, z3c.resource and z3c.breadcrumb which I svn co and
  added as develop eggs to the buildout.
  
  I did by building, running and answering import errors.
  

Changed:
  A   z3c.website/branches/darrylcousins-trialbranch/
  U   z3c.website/branches/darrylcousins-trialbranch/buildout.cfg
  U   z3c.website/branches/darrylcousins-trialbranch/setup.py

-=-
Copied: z3c.website/branches/darrylcousins-trialbranch (from rev 77235, z3c.website/trunk)

Modified: z3c.website/branches/darrylcousins-trialbranch/buildout.cfg
===================================================================
--- z3c.website/trunk/buildout.cfg	2007-06-29 10:30:24 UTC (rev 77235)
+++ z3c.website/branches/darrylcousins-trialbranch/buildout.cfg	2007-06-29 11:51:08 UTC (rev 77236)
@@ -1,5 +1,5 @@
 [buildout]
-develop = .
+develop = . z3c.authentication z3c.resource z3c.breadcrumb
 parts = z3c-website
 
 [zope3]
@@ -13,11 +13,13 @@
                 i18n_domain="demo">
             <include package="zope.app.component" file="meta.zcml" />
             <include package="zope.app.component.browser" file="meta.zcml" />
+            <include package="zope.app.container.browser" file="meta.zcml" />
             <include package="zope.app.form.browser" file="meta.zcml" />
             <include package="zope.app.pagetemplate" file="meta.zcml" />
             <include package="zope.app.publication" file="meta.zcml" />
             <include package="zope.app.publisher" file="meta.zcml" />
             <include package="zope.app.security" file="meta.zcml" />
+            <include package="zope.rdb" file="meta.zcml" />
             <include package="zope.app.securitypolicy" file="meta.zcml" />
             <include package="zope.viewlet" file="meta.zcml" />
             <include package="z3c.form" file="meta.zcml" />
@@ -35,6 +37,7 @@
             <include package="zope.app.component" />
             <include package="zope.app.container" />
             <include package="zope.app.error" />
+            <include package="zope.app.file" />
             <include package="zope.app.i18n" />
             <include package="zope.app.publication" />
             <include package="zope.app.security" />
@@ -47,6 +50,7 @@
             <include package="zope.contentprovider" />
             <include package="zope.location" />
             <include package="zope.publisher" />
+            <include package="zope.rdb" />
             <include package="zope.traversing" />
             <include package="zope.traversing.browser" />
             <include package="zope.viewlet" />
@@ -54,6 +58,8 @@
             <include package="jquery.jsonform" />
             <include package="jquery.layer" />
 
+            <include package="z3c.breadcrumb" />
+            <include package="z3c.configurator" />
             <include package="z3c.form" />
             <include package="z3c.formui" />
             <include package="z3c.formdemo" />
@@ -61,11 +67,16 @@
             <include package="z3c.macro" />
             <include package="z3c.pagelet" />
 
+            <include package="zc.catalog" />
             <include package="zc.resourcelibrary" />
             <include package="zc.table" />
 
             <include package="zif.jsonserver" />
 
+            <include package="z3c.authentication.simple" />
+            <include package="z3c.resource" />
+            <include package="z3c.website" />
+
             <browser:defaultView name="index.html" />
             <browser:defaultSkin name="Z3CWebSite" />
 
@@ -89,6 +100,9 @@
 
             </configure>
 eggs = z3c.website [app]
+       z3c.authentication
+       z3c.resource
+       z3c.breadcrumb
 
 [z3c-website]
 recipe = zc.zope3recipes:instance

Modified: z3c.website/branches/darrylcousins-trialbranch/setup.py
===================================================================
--- z3c.website/trunk/setup.py	2007-06-29 10:30:24 UTC (rev 77235)
+++ z3c.website/branches/darrylcousins-trialbranch/setup.py	2007-06-29 11:51:08 UTC (rev 77236)
@@ -54,6 +54,7 @@
                'zope.app.container',
                'zope.app.error',
                'zope.app.form',
+               'zope.app.file',
                'zope.app.publisher',
                'zope.app.publication',
                'zope.app.security',
@@ -69,26 +70,35 @@
         'jquery.layer',
         'jquery.widget',
         'setuptools',
+        'z3c.breadcrumb',
         'z3c.csvvocabulary',
+        'z3c.configurator',
         'z3c.form',
         'z3c.formui',
         'z3c.formdemo',
         'z3c.layer',
         'z3c.pagelet',
         'z3c.template',
+        'z3c.schema',
         'z3c.viewlet',
         'z3c.zrtresource',
+        'zc.catalog',
         'zc.resourcelibrary',
         'zc.table',
         'zope.annotation',
+        'zope.app.content',
         'zope.app.container',
+       'zope.app.catalog',
         'zope.app.pagetemplate',
         'zope.app.session',
+        'zope.app.generations',
         'zope.component',
         'zope.interface',
+        'zope.index',
         'zope.location',
         'zope.pagetemplate',
         'zope.publisher',
+        'zope.rdb',
         'zope.schema',
         'zope.traversing',
         'zope.viewlet',



More information about the Checkins mailing list