[Checkins] SVN: Zope3/branches/ajung-zope.file-blob/site.zcml
hooked in zope.file, zope.metatype
Andreas Jung
andreas at andreas-jung.com
Mon Feb 26 11:39:46 EST 2007
Log message for revision 72820:
hooked in zope.file, zope.metatype
Changed:
U Zope3/branches/ajung-zope.file-blob/site.zcml
-=-
Modified: Zope3/branches/ajung-zope.file-blob/site.zcml
===================================================================
--- Zope3/branches/ajung-zope.file-blob/site.zcml 2007-02-26 16:31:22 UTC (rev 72819)
+++ Zope3/branches/ajung-zope.file-blob/site.zcml 2007-02-26 16:39:46 UTC (rev 72820)
@@ -16,5 +16,8 @@
<!-- Load a "default" i18n domain for debugging purposes
production sites shouldn't do this -->
<include package="zope.app.i18n.tests" />
+ <include package="zope.mimetype" file="meta.zcml"/>
+ <include package="zope.mimetype" />
+ <include package="zope.file" />
</configure>
More information about the Checkins
mailing list