[Checkins] SVN: bluebream/trunk/ Add zope.app.publisher.xmlrpc & zope.copypastemove

Baiju M baiju.m.mail at gmail.com
Fri Feb 5 20:58:44 EST 2010


Log message for revision 108809:
  Add zope.app.publisher.xmlrpc & zope.copypastemove
  to site.zcml template
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-02-06 01:48:00 UTC (rev 108808)
+++ bluebream/trunk/CHANGES.txt	2010-02-06 01:58:43 UTC (rev 108809)
@@ -4,8 +4,12 @@
 1.0a1 (unreleased)
 ------------------
 
-- Add `zope.app.pagetemplate` to site.zcml template
+- Include new packages to `site.zcml` template:
 
+  - `zope.app.publisher.xmlrpc` (meta.zcml)
+  - `zope.copypastemove`
+  - `zope.app.pagetemplate`
+
 - Changed template summary into: A BlueBream project
 
 - Removed `Sphinx-PyPI-upload` -- no more used as the

Modified: bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl	2010-02-06 01:48:00 UTC (rev 108808)
+++ bluebream/trunk/src/bluebream/project_template/etc/site.zcml_tmpl	2010-02-06 01:58:43 UTC (rev 108809)
@@ -14,7 +14,9 @@
   <include package="zope.app.form.browser" file="meta.zcml" />
   <include package="zope.app.container.browser" file="meta.zcml" />
   <include package="zope.app.pagetemplate" file="meta.zcml" />
+  <include package="zope.app.publisher.xmlrpc" file="meta.zcml" />
 
+  <include package="zope.copypastemove" />
   <include package="zope.publisher" />
   <include package="zope.component" />
   <include package="zope.traversing" />



More information about the checkins mailing list