[Zope-CVS] SVN: ReleaseSupport/trunk/PackageMaps/ add package maps for the various groups of packages that live in the

Fred L. Drake, Jr. fred at zope.com
Tue May 11 18:10:55 EDT 2004


Log message for revision 24578:
add package maps for the various groups of packages that live in the
svn.zope.org Subversion repository



-=-
Added: ReleaseSupport/trunk/PackageMaps/README.txt
===================================================================
--- ReleaseSupport/trunk/PackageMaps/README.txt	2004-05-11 21:49:13 UTC (rev 24577)
+++ ReleaseSupport/trunk/PackageMaps/README.txt	2004-05-11 22:10:54 UTC (rev 24578)
@@ -0,0 +1,14 @@
+-------------------------------------------------------------
+Resources that live in the public Zope Subversion repository.
+-------------------------------------------------------------
+
+The resources identified here are for use with the "zpkg" tool found
+at /Packages/zpkgtools/ in the cvs.zope.org repository; you can find
+more information on the web at
+
+  http://www.zope.org/Members/fdrake/zpkgtools/
+
+The .map files in this directory are referred to as a "resource map".
+They define names of resources (which may be Python packages) and
+associate them with the locations from which they may be retrieved.
+Resource names are case-sensitive.

Added: ReleaseSupport/trunk/PackageMaps/zconfig.map
===================================================================
--- ReleaseSupport/trunk/PackageMaps/zconfig.map	2004-05-11 21:49:13 UTC (rev 24577)
+++ ReleaseSupport/trunk/PackageMaps/zconfig.map	2004-05-11 22:10:54 UTC (rev 24578)
@@ -0,0 +1,10 @@
+# This map contains only the ZConfig package.  What's interesting is
+# that it's the ZConfig package from the ZConfig project, not the copy
+# in Zope 3 or ZODB.  This is what's used to create the separate
+# ZConfig distributions.
+#
+# This package map can be addressed as
+#
+#   svn://svn.zope.org/repos/main/ReleaseSupport/trunk/PackageMaps/zconfig.map
+#
+ZConfig         svn://svn.zope.org/repos/main/ZConfig/tags/*/

Added: ReleaseSupport/trunk/PackageMaps/zodb3.map
===================================================================
--- ReleaseSupport/trunk/PackageMaps/zodb3.map	2004-05-11 21:49:13 UTC (rev 24577)
+++ ReleaseSupport/trunk/PackageMaps/zodb3.map	2004-05-11 22:10:54 UTC (rev 24578)
@@ -0,0 +1,18 @@
+# These packages are used to provide the standalone ZODB distribution.
+# This package map can be addressed as
+#
+#   svn://svn.zope.org/repos/main/ReleaseSupport/trunk/PackageMaps/zodb3.map
+
+# This group is maintained as part of the ZODB project:
+#
+BTrees          svn://svn.zope.org/repos/main/ZODB/tags/*/src/BTrees
+persistent      svn://svn.zope.org/repos/main/ZODB/tags/*/src/persistent
+transaction     svn://svn.zope.org/repos/main/ZODB/tags/*/src/transaction
+ThreadedAsync   svn://svn.zope.org/repos/main/ZODB/tags/*/src/ThreadedAsync
+ZEO             svn://svn.zope.org/repos/main/ZODB/tags/*/src/ZEO
+ZODB            svn://svn.zope.org/repos/main/ZODB/tags/*/src/ZODB
+
+# These are copied in from the ZConfig and zdaemon projects:
+#
+ZConfig         svn://svn.zope.org/repos/main/ZODB/tags/*/
+zdaemon         svn://svn.zope.org/repos/main/ZODB/tags/*/src/zdaemon

Added: ReleaseSupport/trunk/PackageMaps/zope3.map
===================================================================
--- ReleaseSupport/trunk/PackageMaps/zope3.map	2004-05-11 21:49:13 UTC (rev 24577)
+++ ReleaseSupport/trunk/PackageMaps/zope3.map	2004-05-11 22:10:54 UTC (rev 24578)
@@ -0,0 +1,41 @@
+# 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.
+#
+zope                  svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope
+zope.app              svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/app
+zope.app.container    svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/app/container
+zope.app.presentation svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/app/presentation
+zope.app.sqlscript    svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/app/sqlscript
+zope.cachedescriptors svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/cachedescriptors
+zope.component        svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/component
+zope.configuration    svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/configuration
+zope.exceptions       svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/exceptions
+zope.fssync           svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/fssync
+zope.hookable         svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/hookable
+zope.i18n             svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/i18n
+zope.i18nmessageid    svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/i18nmessageid
+zope.interface        svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/interface
+zope.modulealias      svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/modulealias
+zope.pagetemplate     svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/pagetemplate
+zope.proxy            svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/proxy
+zope.publisher        svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/publisher
+zope.schema           svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/schema
+zope.security         svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/security
+zope.server           svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/server
+zope.tal              svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/tal
+zope.tales            svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/tales
+zope.testing          svn://svn.zope.org/repos/main/Zope3/tags/*/src/zope/testing
+
+# These packages are copied from the ZConfig, zdaemon, and ZODB projects:
+#
+BTrees                svn://svn.zope.org/repos/main/Zope3/tags/*/src/BTrees
+persistent            svn://svn.zope.org/repos/main/Zope3/tags/*/src/persistent
+transaction           svn://svn.zope.org/repos/main/Zope3/tags/*/src/transaction
+ZConfig               svn://svn.zope.org/repos/main/Zope3/tags/*/src/ZConfig
+zdaemon               svn://svn.zope.org/repos/main/Zope3/tags/*/src/zdaemon
+ZEO                   svn://svn.zope.org/repos/main/Zope3/tags/*/src/ZEO
+ZODB                  svn://svn.zope.org/repos/main/Zope3/tags/*/src/ZODB




More information about the Zope-CVS mailing list