[Zope3-checkins] CVS: Zope3 - ftesting.zcml:1.22 site.zcml:1.27
products.zcml.in:NONE products_ftesting.zcml.in:NONE
Philipp von Weitershausen
philikon at philikon.de
Sun Apr 11 10:58:03 EDT 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv17026
Modified Files:
ftesting.zcml site.zcml
Removed Files:
products.zcml.in products_ftesting.zcml.in
Log Message:
Rid the term 'product':
o Got rid of products.zcml (and products_ftesting.zcml) alltogether.
o Renamed the 'products' dir to 'package-includes'.
=== Zope3/ftesting.zcml 1.21 => 1.22 ===
--- Zope3/ftesting.zcml:1.21 Thu Mar 18 15:02:25 2004
+++ Zope3/ftesting.zcml Sun Apr 11 10:57:31 2004
@@ -6,9 +6,8 @@
<include package="zope.app" />
- <include files="products/*-meta.zcml" />
- <include file="products_ftesting.zcml" />
- <include files="products/*-configure.zcml" />
+ <include files="package-includes*-meta.zcml" />
+ <include files="package-includes/*-configure.zcml" />
<!-- Principals -->
=== Zope3/site.zcml 1.26 => 1.27 ===
--- Zope3/site.zcml:1.26 Thu Mar 4 17:41:48 2004
+++ Zope3/site.zcml Sun Apr 11 10:57:31 2004
@@ -2,9 +2,8 @@
<include package="zope.app" />
- <include files="products/*-meta.zcml" />
- <include file="products.zcml" />
- <include files="products/*-configure.zcml" />
+ <include files="package-includes/*-meta.zcml" />
+ <include files="package-includes/*-configure.zcml" />
<!-- Provide local overrides of standard configurations-->
<includeOverrides file="overrides.zcml" />
=== Removed File Zope3/products.zcml.in ===
=== Removed File Zope3/products_ftesting.zcml.in ===
More information about the Zope3-Checkins
mailing list