[Zope-Checkins] SVN: Zope/branches/Zope-2_9-branch/releases/Zope2.
Merge r40158 from the trunk:
Philipp von Weitershausen
philikon at philikon.de
Wed Nov 16 11:20:27 EST 2005
Log message for revision 40159:
Merge r40158 from the trunk:
Name the root collection simply "Zope" so that the name of the tarball will
be decent. This doesn't conflict with the collection representing the 'zope'
package because the *root* collection and a dependency of it never have to
coexist as sibling directories somewhere; so no danger of problems due to
case ignorant file systems.
Changed:
U Zope/branches/Zope-2_9-branch/releases/Zope2.cfg
U Zope/branches/Zope-2_9-branch/releases/Zope2.map
-=-
Modified: Zope/branches/Zope-2_9-branch/releases/Zope2.cfg
===================================================================
--- Zope/branches/Zope-2_9-branch/releases/Zope2.cfg 2005-11-16 16:18:58 UTC (rev 40158)
+++ Zope/branches/Zope-2_9-branch/releases/Zope2.cfg 2005-11-16 16:20:27 UTC (rev 40159)
@@ -3,4 +3,4 @@
build-application yes
collect-dependencies yes
resource-map Zope2.map
-default-collection Zope2-src
+default-collection Zope
Modified: Zope/branches/Zope-2_9-branch/releases/Zope2.map
===================================================================
--- Zope/branches/Zope-2_9-branch/releases/Zope2.map 2005-11-16 16:18:58 UTC (rev 40158)
+++ Zope/branches/Zope-2_9-branch/releases/Zope2.map 2005-11-16 16:20:27 UTC (rev 40159)
@@ -74,4 +74,4 @@
# project; they define what goes into the Zope 2 and related
# releases.
#
-Zope2-src ../releases/Zope2
+Zope ../releases/Zope2
More information about the Zope-Checkins
mailing list