[Zope3-checkins] SVN: Zope3/trunk/ Convert many packages in
zope.app to use ZCML slugs in package-includes so
Fred L. Drake, Jr.
fred at zope.com
Sat May 15 02:12:43 EDT 2004
Log message for revision 24707:
Convert many packages in zope.app to use ZCML slugs in package-includes so
zope.app does not have to include them. Some packages need to remain in
zope.app for now that will be removed before we are done; see the comments
in src/zope/app/PACKAGE.cfg.
-=-
Added: Zope3/trunk/package-includes/bundle-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/bundle-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/bundle-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.bundle"/>
Property changes on: Zope3/trunk/package-includes/bundle-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/debugskin-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/debugskin-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/debugskin-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.debugskin"/>
Property changes on: Zope3/trunk/package-includes/debugskin-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/file-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/file-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/file-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.file"/>
Property changes on: Zope3/trunk/package-includes/file-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/ftp-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/ftp-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/ftp-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.ftp"/>
Property changes on: Zope3/trunk/package-includes/ftp-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/i18nfile-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/i18nfile-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/i18nfile-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.i18nfile"/>
Property changes on: Zope3/trunk/package-includes/i18nfile-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/interpreter-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/interpreter-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/interpreter-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.interpreter"/>
Property changes on: Zope3/trunk/package-includes/interpreter-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/pythonpage-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/pythonpage-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/pythonpage-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.pythonpage"/>
Property changes on: Zope3/trunk/package-includes/pythonpage-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/renderer-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/renderer-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/renderer-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.renderer"/>
Property changes on: Zope3/trunk/package-includes/renderer-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/renderer-meta.zcml
===================================================================
--- Zope3/trunk/package-includes/renderer-meta.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/renderer-meta.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.renderer" file="meta.zcml"/>
Property changes on: Zope3/trunk/package-includes/renderer-meta.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/schemacontent-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/schemacontent-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/schemacontent-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.schemacontent"/>
Property changes on: Zope3/trunk/package-includes/schemacontent-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/sqlscript-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/sqlscript-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/sqlscript-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.sqlscript"/>
Property changes on: Zope3/trunk/package-includes/sqlscript-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/tree-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/tree-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/tree-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.tree"/>
Property changes on: Zope3/trunk/package-includes/tree-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/workflow-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/workflow-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/workflow-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.workflow"/>
Property changes on: Zope3/trunk/package-includes/workflow-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/xmlrpc-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/xmlrpc-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/xmlrpc-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.xmlrpc"/>
Property changes on: Zope3/trunk/package-includes/xmlrpc-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/zopetop-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/zopetop-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/zopetop-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.zopetop"/>
Property changes on: Zope3/trunk/package-includes/zopetop-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: Zope3/trunk/package-includes/zptpage-configure.zcml
===================================================================
--- Zope3/trunk/package-includes/zptpage-configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/package-includes/zptpage-configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1 @@
+<include package="zope.app.zptpage"/>
Property changes on: Zope3/trunk/package-includes/zptpage-configure.zcml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Modified: Zope3/trunk/src/zope/app/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -84,8 +84,17 @@
tests
# This should go into the (new) datetimeutils package
timezones.py
+translation_files
traversing
utility
zapi
+# These will likely be moved out before long, but are still needed by
+# zope.app.process.bootstrap:
+
+hub
+menu
+principalannotation
+session
+
</collection>
Added: Zope3/trunk/src/zope/app/bundle/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/bundle/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/bundle/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+bundle-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/bundle-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/bundle/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/bundle/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/bundle/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ bundle-*.zcml
+</data-files>
Modified: Zope3/trunk/src/zope/app/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/configure.zcml 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/configure.zcml 2004-05-15 06:12:42 UTC (rev 24707)
@@ -33,13 +33,9 @@
<include package="zope.app.publisher" />
<include package="zope.app.traversing" />
<include package="zope.app.pagetemplate" />
- <include package="zope.app.interpreter" />
- <include package="zope.app.renderer" />
<include package=".generations" />
<!-- Views -->
- <include package="zope.app.ftp" />
- <include package="zope.app.xmlrpc" />
<include package="zope.app.http" />
<!-- Translations -->
@@ -69,9 +65,7 @@
<include package="zope.app.schema" file="fieldforms.zcml" />
<!-- Misc. Service Manager objects -->
- <include package="zope.app.bundle" />
<include package="zope.app.module" />
- <include package="zope.app.schemacontent" />
<!-- Broken-object support -->
<include package="zope.app.broken" />
@@ -85,31 +79,19 @@
<include package="zope.app.basicskin" />
<include package="zope.app.rotterdam" />
- <include package="zope.app.zopetop" />
- <include package="zope.app.debugskin" />
<defaultSkin name="Rotterdam" />
<!-- Additional packages -->
- <include package="zope.app.undo" />
<include package="zope.app.applicationcontrol" />
<include package="zope.app.dublincore" />
- <include package="zope.app.cache" />
- <include package="zope.app.workflow" />
- <include package="zope.app.catalog"/>
- <include package="zope.app.tree" />
<include package="zope.app.introspector" />
<!-- Content types -->
<include package="zope.app.folder" />
- <include package="zope.app.file" />
- <include package="zope.app.i18nfile" />
- <include package="zope.app.zptpage" />
- <include package="zope.app.pythonpage" />
- <include package="zope.app.sqlscript" />
<!-- Browser Configurations -->
<include file="browser.zcml" />
Added: Zope3/trunk/src/zope/app/debugskin/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/debugskin/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/debugskin/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+debugskin-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/debugskin-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/debugskin/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/debugskin/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/debugskin/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ debugskin-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/file/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/file/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/file/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+file-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/file-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/file/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/file/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/file/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ file-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/ftp/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/ftp/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/ftp/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+ftp-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/ftp-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/ftp/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/ftp/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/ftp/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ ftp-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/i18nfile/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/i18nfile/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+i18nfile-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/i18nfile-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/i18nfile/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/i18nfile/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ i18nfile-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/interpreter/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/interpreter/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/interpreter/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+interpreter-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/interpreter-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/interpreter/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/interpreter/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/interpreter/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ interpreter-*.zcml
+</data-files>
Modified: Zope3/trunk/src/zope/app/process/bootstrap.py
===================================================================
--- Zope3/trunk/src/zope/app/process/bootstrap.py 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/process/bootstrap.py 2004-05-15 06:12:42 UTC (rev 24707)
@@ -33,18 +33,26 @@
from zope.app.servicenames import EventPublication, EventSubscription
from zope.app.servicenames import ErrorLogging, Utilities
from zope.app.site.service import ServiceManager, ServiceRegistration
-from zope.app.hub import ObjectHub, Registration
from zope.app.event.localservice import EventService
from zope.app.errorservice import RootErrorReportingService
-from zope.app.principalannotation import PrincipalAnnotationService
from zope.app.event import function
+from zope.app.container.interfaces import INameChooser
+from zope.app.utility import UtilityRegistration, LocalUtilityService
+
+# XXX It should be possible to remove each of these from the basic
+# bootstrap, at which point we can remove the zope.app.hub,
+# zope.app.principalannotation, and zope.app.session packages from
+# zope.app.
+
+from zope.app.hub import ObjectHub, Registration
from zope.app.hub.interfaces import ISubscriptionControl
-from zope.app.container.interfaces import INameChooser
+
+from zope.app.principalannotation import PrincipalAnnotationService
+
from zope.app.session.interfaces import \
IBrowserIdManager, ISessionDataContainer
from zope.app.session import \
CookieBrowserIdManager, PersistentSessionDataContainer
-from zope.app.utility import UtilityRegistration, LocalUtilityService
class BootstrapSubscriberBase:
"""A startup event subscriber base class.
Added: Zope3/trunk/src/zope/app/pythonpage/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/pythonpage/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/pythonpage/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+pythonpage-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/pythonpage-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/pythonpage/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/pythonpage/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/pythonpage/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ pythonpage-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/renderer/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/renderer/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/renderer/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,9 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+renderer-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/renderer-configure.zcml
+
+renderer-meta.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/renderer-meta.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/renderer/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/renderer/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/renderer/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ renderer-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/schemacontent/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/schemacontent/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+schemacontent-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/schemacontent-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/schemacontent/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/schemacontent/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ schemacontent-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/sqlscript/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/sqlscript/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+sqlscript-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/sqlscript-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/sqlscript/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/sqlscript/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ sqlscript-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/tree/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/tree/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/tree/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+tree-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/tree-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/tree/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/tree/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/tree/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ tree-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/workflow/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/workflow/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/workflow/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+workflow-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/workflow-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/workflow/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/workflow/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/workflow/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ workflow-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/xmlrpc/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/xmlrpc/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/xmlrpc/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+xmlrpc-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/xmlrpc-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/xmlrpc/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/xmlrpc/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/xmlrpc/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ xmlrpc-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/zopetop/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/zopetop/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/zopetop/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+zopetop-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/zopetop-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/zopetop/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/zopetop/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/zopetop/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ zopetop-*.zcml
+</data-files>
Added: Zope3/trunk/src/zope/app/zptpage/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/PACKAGE.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/zptpage/PACKAGE.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,7 @@
+# Pick up the ZCML slugs:
+
+<load>
+
+zptpage-configure.zcml svn://svn.zope.org/repos/main/Zope3/tags/*/package-includes/zptpage-configure.zcml
+
+</load>
Added: Zope3/trunk/src/zope/app/zptpage/SETUP.cfg
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/SETUP.cfg 2004-05-15 03:57:23 UTC (rev 24706)
+++ Zope3/trunk/src/zope/app/zptpage/SETUP.cfg 2004-05-15 06:12:42 UTC (rev 24707)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files etc/package-includes>
+ zptpage-*.zcml
+</data-files>
More information about the Zope3-Checkins
mailing list