[Zodb-checkins] SVN: ZODB/trunk/releases/ move the release metadata for zpkg here from the CVS repository;

Fred L. Drake, Jr. fred at zope.com
Mon Jun 7 16:27:09 EDT 2004


Log message for revision 25284:
move the release metadata for zpkg here from the CVS repository;
this was in Releases/ZODB3/ on cvs.zope.org



-=-
Added: ZODB/trunk/releases/ZODB3/DEPENDENCIES.cfg
===================================================================
--- ZODB/trunk/releases/ZODB3/DEPENDENCIES.cfg	2004-06-07 16:52:55 UTC (rev 25283)
+++ ZODB/trunk/releases/ZODB3/DEPENDENCIES.cfg	2004-06-07 20:27:09 UTC (rev 25284)
@@ -0,0 +1,5 @@
+ZEO
+ZODB
+# Needed because...?
+Persistence
+ZopeUndo

Added: ZODB/trunk/releases/ZODB3/PACKAGE.cfg
===================================================================
--- ZODB/trunk/releases/ZODB3/PACKAGE.cfg	2004-06-07 16:52:55 UTC (rev 25283)
+++ ZODB/trunk/releases/ZODB3/PACKAGE.cfg	2004-06-07 20:27:09 UTC (rev 25284)
@@ -0,0 +1,24 @@
+<load>
+  doc           svn://svn.zope.org/repos/main/ZODB/tags/*/doc/
+  scripts       svn://svn.zope.org/repos/main/ZODB/tags/*/src/scripts/
+  log.ini       svn://svn.zope.org/repos/main/ZODB/tags/*/log.ini
+  test.py       svn://svn.zope.org/repos/main/ZODB/tags/*/test.py
+  COPYRIGHT.txt svn://svn.zope.org/repos/main/ZODB/tags/*/COPYRIGHT.txt
+  LICENSE.txt   svn://svn.zope.org/repos/main/ZODB/tags/*/LICENSE.txt
+  NEWS.txt      svn://svn.zope.org/repos/main/ZODB/tags/*/NEWS.txt
+  README.txt    svn://svn.zope.org/repos/main/ZODB/tags/*/README.txt
+</load>
+
+<distribution>
+  doc
+  log.ini
+  test.py
+  COPYRIGHT.txt
+  LICENSE.txt
+  NEWS.txt
+  README.txt
+</distribution>
+
+<collection>
+  doc           -
+</collection>

Added: ZODB/trunk/releases/ZODB3/PUBLICATION.cfg
===================================================================
--- ZODB/trunk/releases/ZODB3/PUBLICATION.cfg	2004-06-07 16:52:55 UTC (rev 25283)
+++ ZODB/trunk/releases/ZODB3/PUBLICATION.cfg	2004-06-07 20:27:09 UTC (rev 25284)
@@ -0,0 +1,24 @@
+Metadata-version: 1.0
+Name: ZODB3
+License: ZPL 2
+Summary: Zope Object Database: object database and persistence
+Description:
+        The Zope Object Database provides an object-oriented database
+        for Python that provides a high-degree of transparency.
+        Applications can take advantage of object database features
+        with few, if any, changes to application logic.  ZODB includes
+        features such as a plugable storage interface, rich
+        transaction support, and undo.
+Maintainer: ZODB Developers
+Maintainer-email: zodb-dev at zope.org
+Platform: Linux
+Platform: Unix
+Platform: Windows
+Classifier: Development Status :: 3 - Alpha
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: Zope Public License
+Classifier: Programming Language :: Python
+Classifier: Topic :: Database
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Operating System :: Unix

Added: ZODB/trunk/releases/ZODB3/SETUP.cfg
===================================================================
--- ZODB/trunk/releases/ZODB3/SETUP.cfg	2004-06-07 16:52:55 UTC (rev 25283)
+++ ZODB/trunk/releases/ZODB3/SETUP.cfg	2004-06-07 20:27:09 UTC (rev 25284)
@@ -0,0 +1,6 @@
+script  scripts/fsdump.py
+script  scripts/fsrefs.py
+script  scripts/fstail.py
+script  scripts/fstest.py
+script  scripts/repozo.py
+script  scripts/zeopack.py




More information about the Zodb-checkins mailing list