[Zope3-checkins] CVS: Zope3/lib/python/Zope/App - configure.zcml:1.8.8.1
Florent Guillaume
fg@nuxeo.com
Tue, 3 Dec 2002 10:42:46 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App
In directory cvs.zope.org:/tmp/cvs-serv10641
Modified Files:
Tag: sprintathon-wf-branch
configure.zcml
Log Message:
Enable workflow service.
=== Zope3/lib/python/Zope/App/configure.zcml 1.8 => 1.8.8.1 ===
--- Zope3/lib/python/Zope/App/configure.zcml:1.8 Tue Nov 19 18:25:12 2002
+++ Zope3/lib/python/Zope/App/configure.zcml Tue Dec 3 10:42:45 2002
@@ -18,5 +18,6 @@
<include package=".DublinCore" />
<include package=".DependencyFramework" />
<include package=".StartUp" />
+ <include package=".Workflow" />
</zopeConfigure>