[Zope3-checkins] CVS: Zope3/src/zope/app/workflow -
configure.zcml:1.17 service.py:NONE
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Apr 15 18:11:39 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv8703/src/zope/app/workflow
Modified Files:
configure.zcml
Removed Files:
service.py
Log Message:
Got rid of workflow service.
=== Zope3/src/zope/app/workflow/configure.zcml 1.16 => 1.17 ===
--- Zope3/src/zope/app/workflow/configure.zcml:1.16 Sat Mar 13 18:01:15 2004
+++ Zope3/src/zope/app/workflow/configure.zcml Thu Apr 15 18:11:08 2004
@@ -1,6 +1,5 @@
<configure
xmlns="http://namespaces.zope.org/zope"
- xmlns:service="http://namespaces.zope.org/service"
i18n_domain="zope"
>
@@ -24,30 +23,6 @@
Use Workflow ProcessInstances"
/>
-
- <!-- Workflow Service -->
-
- <content class="zope.app.workflow.service.WorkflowService">
- <factory
- id="WorkflowService"
- />
- <require
- permission="zope.View"
- interface="zope.app.workflow.interfaces.IWorkflowService"
- attributes="queryRegistrations queryRegistrationsFor
- listRegistrationNames"
- />
- <implements
- interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
- />
- </content>
-
- <serviceType
- id="Workflows"
- interface="zope.app.workflow.interfaces.IWorkflowService"
- />
-
-
<!-- Workflow Process Definition
This is only a generic placeholder for
future Process Definition implementations -->
@@ -72,15 +47,15 @@
<vocabulary
name="ProcessDefinitions"
- factory=".service.ProcessDefinitionVocabulary"
+ factory=".definition.ProcessDefinitionVocabulary"
/>
- <content class=".service.ProcessDefinitionVocabulary">
+ <content class=".definition.ProcessDefinitionVocabulary">
<allow interface="zope.schema.interfaces.IVocabulary"/>
<allow interface="zope.schema.interfaces.IVocabularyTokenized"/>
</content>
- <content class=".service.ProcessDefinitionTerm">
+ <content class=".definition.ProcessDefinitionTerm">
<allow interface="zope.schema.interfaces.ITokenizedTerm"/>
</content>
=== Removed File Zope3/src/zope/app/workflow/service.py ===
More information about the Zope3-Checkins
mailing list