[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/releases/Zope. reduce zpkg configuration cruft; relies on a moderately recent zpkg checkout

Fred L. Drake, Jr. fdrake at gmail.com
Wed Aug 10 17:51:16 EDT 2005


Log message for revision 37851:
  reduce zpkg configuration cruft; relies on a moderately recent zpkg checkout
  (earlier this week)
  

Changed:
  U   Zope3/branches/Zope-3.1/releases/Zope.cfg
  D   Zope3/branches/Zope-3.1/releases/Zope.map

-=-
Modified: Zope3/branches/Zope-3.1/releases/Zope.cfg
===================================================================
--- Zope3/branches/Zope-3.1/releases/Zope.cfg	2005-08-10 21:29:25 UTC (rev 37850)
+++ Zope3/branches/Zope-3.1/releases/Zope.cfg	2005-08-10 21:51:15 UTC (rev 37851)
@@ -1,6 +1,45 @@
 # zpkg config file
 #
-# To getnerate a Zope release, use:
-#
-resource-map Zope.map
-resource-map svn://svn.zope.org/repos/main/ReleaseSupport/trunk/PackageMaps/support.map
+build-application     yes
+collect-dependencies  yes
+
+<resources>
+  # These packages are the Zope 3 components.
+  #
+  docutils       ../src/docutils
+  pytz           ../src/pytz
+  zodbcode       ../src/zodbcode
+  zope           ../src/zope
+
+  # Child packages of Zope are handled separately when constructing Zope
+  # distributions; this tells where to find all of them.
+  zope.*         ../src/zope/
+
+  # Related components for use with Zope 3:
+  buddydemo      ../src/buddydemo
+  z3checkins     ../src/z3checkins
+
+  # These packages are copied from the ZConfig, zdaemon, and ZODB projects:
+  #
+  BTrees          ../src/BTrees
+  persistent      ../src/persistent
+  transaction     ../src/transaction
+  ThreadedAsync   ../src/ThreadedAsync
+  ZEO             ../src/ZEO
+  ZODB            ../src/ZODB
+
+  RestrictedPython ../src/RestrictedPython
+  ZConfig        ../src/ZConfig
+  zdaemon        ../src/zdaemon
+
+  # These packages are the release collections based on the Zope 3
+  # project; they define what goes into the Zope X3 and related
+  # releases.
+  #
+  Zope-win       ../releases/Zope-win
+  Zope           ../releases/Zope
+  Zope-src       ../releases/Zope
+  ZopeInterface  ../releases/ZopeInterface
+  Workflow       ../releases/Workflow
+  ZPT            ../releases/ZPT
+</resources>

Deleted: Zope3/branches/Zope-3.1/releases/Zope.map
===================================================================
--- Zope3/branches/Zope-3.1/releases/Zope.map	2005-08-10 21:29:25 UTC (rev 37850)
+++ Zope3/branches/Zope-3.1/releases/Zope.map	2005-08-10 21:51:15 UTC (rev 37851)
@@ -1,44 +0,0 @@
-# These packages are used to provide the Zope 3 distributions.
-# This package map can be addressed as
-#
-#   svn://svn.zope.org/repos/main/ReleaseSupport/trunk/PackageMaps/zope3.map
-
-# These packages are the Zope 3 components.
-#
-docutils       ../src/docutils
-pytz           ../src/pytz
-zodbcode       ../src/zodbcode
-zope           ../src/zope
-# Child packages of Zope are handled separately when constructing Zope
-# distributions; this tells where to find all of them.
-zope.*         ../src/zope/
-
-# Related components for use with Zope 3:
-buddydemo      ../src/buddydemo
-z3checkins     ../src/z3checkins
-
-# These packages are copied from the ZConfig, zdaemon, and ZODB projects:
-#
-BTrees          ../src/BTrees
-persistent      ../src/persistent
-transaction     ../src/transaction
-ThreadedAsync   ../src/ThreadedAsync
-ZEO             ../src/ZEO
-ZODB            ../src/ZODB
-
-RestrictedPython ../src/RestrictedPython
-ZConfig        ../src/ZConfig
-zdaemon        ../src/zdaemon
-
-
-# These packages are the release collections based on the Zope 3
-# project; they define what goes into the Zope X3 and related
-# releases.
-#
-Zope-win       ../releases/Zope-win
-Zope           ../releases/Zope
-Zope-src       ../releases/Zope
-ZopeInterface  ../releases/ZopeInterface
-Workflow       ../releases/Workflow
-ZPT            ../releases/ZPT
-



More information about the Zope3-Checkins mailing list