[Zope3-checkins] CVS: Zope3/src/zope/app - configure.zcml:1.32.2.1
Sidnei da Silva
sidnei at x3ng.com.br
Tue Aug 12 10:19:38 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv22953/src/zope/app
Modified Files:
Tag: dreamcatcher-ttwschema-branch
configure.zcml
Log Message:
TTWSchema: Work in progress. Made a branch so I can work without disturbing everyone else
=== Zope3/src/zope/app/configure.zcml 1.32 => 1.32.2.1 ===
--- Zope3/src/zope/app/configure.zcml:1.32 Thu Aug 7 17:34:18 2003
+++ Zope3/src/zope/app/configure.zcml Tue Aug 12 09:19:04 2003
@@ -1,4 +1,4 @@
-<configure
+<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:global_translation="http://namespaces.zope.org/gts"
i18n_domain="zope"
@@ -130,5 +130,7 @@
<!-- Utilities -->
<include package="zope.app.utilities" />
+ <include package="zope.app.schema" file="fieldforms.zcml" />
+
</configure>
More information about the Zope3-Checkins
mailing list