[Checkins] SVN: bluebream/trunk/ Use `zope` ZCML namespace as default in configure.zcml

Baiju M baiju.m.mail at gmail.com
Sun Jan 10 11:02:42 EST 2010


Log message for revision 107995:
  Use `zope` ZCML namespace as default in configure.zcml
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/configure.zcml_tmpl

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-01-10 15:37:58 UTC (rev 107994)
+++ bluebream/trunk/CHANGES.txt	2010-01-10 16:02:41 UTC (rev 107995)
@@ -4,6 +4,8 @@
 0.1.8 (unreleased)
 ------------------
 
+- Use `zope` ZCML namespace as default in configure.zcml
+
 0.1.7 (2010-01-10)
 ------------------
 

Modified: bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/configure.zcml_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/configure.zcml_tmpl	2010-01-10 15:37:58 UTC (rev 107994)
+++ bluebream/trunk/src/bluebream/project_template/src/+namespace_package+/+main_package+/configure.zcml_tmpl	2010-01-10 16:02:41 UTC (rev 107995)
@@ -1,13 +1,14 @@
 <configure
    i18n_domain="${namespace_package}.${main_package}"
-   xmlns="http://namespaces.zope.org/browser">
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:browser="http://namespaces.zope.org/browser">
 
   <!-- The following registration (page) is _not_ required for
        functioning your application.  This registration is given to
        provide a default page when you access root folder from web
        like: http://localhost:8080/ -->
 
-  <page
+  <browser:page
      for="zope.site.interfaces.IRootFolder"
      name="index"
      permission="zope.Public"



More information about the checkins mailing list