[Zope3-checkins] SVN: Zope3/trunk/ftesting.zcml fix typo that
caused package-includes/*-meta.zcml not to be loaded
Fred L. Drake, Jr.
fred at zope.com
Fri May 14 16:13:35 EDT 2004
Log message for revision 24685:
fix typo that caused package-includes/*-meta.zcml not to be loaded
-=-
Modified: Zope3/trunk/ftesting.zcml
===================================================================
--- Zope3/trunk/ftesting.zcml 2004-05-14 20:02:42 UTC (rev 24684)
+++ Zope3/trunk/ftesting.zcml 2004-05-14 20:13:34 UTC (rev 24685)
@@ -6,7 +6,7 @@
<include package="zope.app" />
- <include files="package-includes*-meta.zcml" />
+ <include files="package-includes/*-meta.zcml" />
<include files="package-includes/*-configure.zcml" />
<!-- Principals -->
More information about the Zope3-Checkins
mailing list