[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb -
configure.zcml:1.9 gadflyda.zcml:1.3
Martijn Faassen
m.faassen at vet.uu.nl
Mon Aug 25 16:29:07 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/rdb
In directory cvs.zope.org:/tmp/cvs-serv9750/zope/app/browser/rdb
Modified Files:
configure.zcml gadflyda.zcml
Log Message:
Everything in zope.app.browser now passes the Relax NG schema.
=== Zope3/src/zope/app/browser/rdb/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/rdb/configure.zcml:1.8 Wed Aug 20 14:21:05 2003
+++ Zope3/src/zope/app/browser/rdb/configure.zcml Mon Aug 25 15:28:36 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure
+ xmlns:zope="http://namespaces.zope.org/zope"
+ xmlns="http://namespaces.zope.org/browser">
<!-- ZopeDatabaseAdapter default views -->
@@ -49,6 +51,6 @@
set_after_add="status"
fields="name interface componentPath permission status" />
- <include file="gadflyda.zcml" />
+ <zope:include file="gadflyda.zcml" />
-</configure>
+</zope:configure>
=== Zope3/src/zope/app/browser/rdb/gadflyda.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/rdb/gadflyda.zcml:1.2 Tue Aug 19 09:14:44 2003
+++ Zope3/src/zope/app/browser/rdb/gadflyda.zcml Mon Aug 25 15:28:36 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure
+ xmlns:zope="http://namespaces.zope.org/zope"
+ xmlns="http://namespaces.zope.org/browser">
<addform
name="AddGadflyDA"
@@ -25,4 +27,4 @@
title="Gadfly DA"
description="A DA for the built-in 100% Pure Python Gadfly Database" />
-</configure>
+</zope:configure>
More information about the Zope3-Checkins
mailing list