[Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.0/ Mimic the
zope.interface setup closer; I hope it works now.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Nov 7 10:45:48 EST 2004
Log message for revision 28384:
Mimic the zope.interface setup closer; I hope it works now.
Changed:
D Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PACKAGE.cfg
U Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PUBLICATION.cfg
D Zope3/tags/ZopeX3-3.0.0/releases/Workflow/SETUP.cfg
A Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/DEPENDENCIES.cfg
A Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/PUBLICATION.cfg
A Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/SETUP.cfg
-=-
Deleted: Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PACKAGE.cfg
===================================================================
--- Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PACKAGE.cfg 2004-11-07 15:37:59 UTC (rev 28383)
+++ Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PACKAGE.cfg 2004-11-07 15:45:48 UTC (rev 28384)
@@ -1,21 +0,0 @@
-# Load the license from an external source, so we don't have to keep a
-# copy of it sitting around:
-<load>
- LICENSE.txt http://svn.zope.org/*checkout*/Zope3/trunk/ZopePublicLicense.txt?rev=25177
-</load>
-
-# Add a few things to the distribution root.
-#<distribution>
-# README.txt
-#</distribution>
-
-# Specify what is included in the component.
-<collection>
- *.txt
- *.py
- *.zcml
- interfaces
- stateful
- browser
- tests
-</collection>
Modified: Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PUBLICATION.cfg
===================================================================
--- Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PUBLICATION.cfg 2004-11-07 15:37:59 UTC (rev 28383)
+++ Zope3/tags/ZopeX3-3.0.0/releases/Workflow/PUBLICATION.cfg 2004-11-07 15:45:48 UTC (rev 28384)
@@ -1,11 +1,7 @@
Metadata-Version: 1.0
-Name: workflow
+Name: zope.app.workflow
Summary: Workflow Package for Zope 3.0
Author: Zope Corporation and Contributors
Author-email: zope3-dev at zope.org
License: ZPL 2.1
-Description:
- This package was developed to provide workflow functionality for the
- Zope 3 Application server. While it is maintained as part of Zope 3, it
- was not included in the Zope X3 3.0 release and is thus distributed
- separately.
+Platform: any
Deleted: Zope3/tags/ZopeX3-3.0.0/releases/Workflow/SETUP.cfg
===================================================================
--- Zope3/tags/ZopeX3-3.0.0/releases/Workflow/SETUP.cfg 2004-11-07 15:37:59 UTC (rev 28383)
+++ Zope3/tags/ZopeX3-3.0.0/releases/Workflow/SETUP.cfg 2004-11-07 15:45:48 UTC (rev 28384)
@@ -1,5 +0,0 @@
-# Tell zpkg how to install the ZCML slugs.
-
-<data-files zopeskel/etc/package-includes>
- workflow-*.zcml
-</data-files>
Added: Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/DEPENDENCIES.cfg
===================================================================
--- Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/DEPENDENCIES.cfg 2004-11-07 15:37:59 UTC (rev 28383)
+++ Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/DEPENDENCIES.cfg 2004-11-07 15:45:48 UTC (rev 28384)
@@ -0,0 +1 @@
+zope.app.workflow
\ No newline at end of file
Added: Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/PUBLICATION.cfg
===================================================================
--- Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/PUBLICATION.cfg 2004-11-07 15:37:59 UTC (rev 28383)
+++ Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/PUBLICATION.cfg 2004-11-07 15:45:48 UTC (rev 28384)
@@ -0,0 +1,11 @@
+Metadata-Version: 1.0
+Name: workflow
+Summary: Workflow Package for Zope 3.0
+Author: Zope Corporation and Contributors
+Author-email: zope3-dev at zope.org
+License: ZPL 2.1
+Description:
+ This package was developed to provide workflow functionality for the
+ Zope 3 Application server. While it is maintained as part of Zope 3, it
+ was not included in the Zope X3 3.0 release and is thus distributed
+ separately.
Added: Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/SETUP.cfg
===================================================================
--- Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/SETUP.cfg 2004-11-07 15:37:59 UTC (rev 28383)
+++ Zope3/tags/ZopeX3-3.0.0/src/zope/app/workflow/SETUP.cfg 2004-11-07 15:45:48 UTC (rev 28384)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files zopeskel/etc/package-includes>
+ workflow-*.zcml
+</data-files>
More information about the Zope3-Checkins
mailing list