[Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/site.zcml Forgot to
change skel ZCML.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 1 21:07:05 EST 2005
Log message for revision 29376:
Forgot to change skel ZCML.
Changed:
U Zope3/trunk/zopeskel/etc/site.zcml
-=-
Modified: Zope3/trunk/zopeskel/etc/site.zcml
===================================================================
--- Zope3/trunk/zopeskel/etc/site.zcml 2005-03-01 22:46:01 UTC (rev 29375)
+++ Zope3/trunk/zopeskel/etc/site.zcml 2005-03-02 02:07:05 UTC (rev 29376)
@@ -1,8 +1,9 @@
<configure xmlns="http://namespaces.zope.org/zope">
+ <include files="package-includes/*-meta.zcml" />
+
<include package="zope.app" />
- <include files="package-includes/*-meta.zcml" />
<include files="package-includes/*-configure.zcml" />
<!-- Provide local overrides of standard configurations-->
More information about the Zope3-Checkins
mailing list