[Zope3-checkins] CVS: Zope3/src/zope/app/browser - configure.zcml:1.17
Ulrich Eck
ueck@net-labs.de
Thu, 8 May 2003 13:27:47 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv7538/src/zope/app/browser
Modified Files:
configure.zcml
Log Message:
Finally got it into Zope3:
Workflow has arrived!
this is a merge of the workflow package that was seperatly developed
at /Packages3/workflow.
please to a
cvs update -dPA
to ensure that old files/directories are deleted, otherwise you'll
probably encounter errors when trying to run zope3
if you have problems .. send me an email ueck <at> net-labs.de
Ulrich
=== Zope3/src/zope/app/browser/configure.zcml 1.16 => 1.17 ===
--- Zope3/src/zope/app/browser/configure.zcml:1.16 Fri Feb 7 10:48:36 2003
+++ Zope3/src/zope/app/browser/configure.zcml Thu May 8 13:27:16 2003
@@ -15,6 +15,7 @@
<include package=".skins" />
<include package=".index" />
<include package=".rdb" />
+<include package=".workflow" />
<include file="onlinehelp.zcml" />
<include file="introspector.zcml" />
<include file="traversal.zcml" />