[Zope3-checkins] SVN: Zope3/trunk/releases/ move the ZopeX3 release
metadata from the CVS repository
Fred L. Drake, Jr.
fred at zope.com
Mon May 17 15:10:19 EDT 2004
Log message for revision 24783:
move the ZopeX3 release metadata from the CVS repository
(was in the Releases/ZopeX3/ directory)
-=-
Added: Zope3/trunk/releases/ZopeX3/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/releases/ZopeX3/DEPENDENCIES.cfg 2004-05-17 19:05:40 UTC (rev 24782)
+++ Zope3/trunk/releases/ZopeX3/DEPENDENCIES.cfg 2004-05-17 19:10:15 UTC (rev 24783)
@@ -0,0 +1,30 @@
+# Things listed here represent features we want to include in the
+# distribution.
+#
+# We'll start with a micro distribution, and add the commented out
+# things once we're confident the core is working.
+
+zope.app
+zope.app.apidoc
+zope.app.dav
+zope.app.debugskin
+zope.app.dtmlpage
+zope.app.externaleditor
+zope.app.file
+zope.app.ftp
+zope.app.generations
+zope.app.i18nfile
+zope.app.introspector
+zope.app.mail
+zope.app.onlinehelp
+zope.app.rdb
+zope.app.securitypolicy
+zope.app.server
+zope.app.session
+zope.app.sqlexpr
+zope.app.sqlscript
+zope.app.translation_files
+zope.app.tree
+zope.app.undo
+zope.app.xmlrpc
+zope.app.zptpage
Added: Zope3/trunk/releases/ZopeX3/PACKAGE.cfg
===================================================================
--- Zope3/trunk/releases/ZopeX3/PACKAGE.cfg 2004-05-17 19:05:40 UTC (rev 24782)
+++ Zope3/trunk/releases/ZopeX3/PACKAGE.cfg 2004-05-17 19:10:15 UTC (rev 24783)
@@ -0,0 +1,13 @@
+<load>
+ LICENSES.txt svn://svn.zope.org/repos/main/Zope3/tags/*/LICENSES.txt
+ test.py svn://svn.zope.org/repos/main/Zope3/tags/*/test.py
+ ZopePublicLicense.txt svn://svn.zope.org/repos/main/Zope3/tags/*/ZopePublicLicense.txt
+ bin svn://svn.zope.org/repos/main/Zope3/tags/*/bin/
+ doc svn://svn.zope.org/repos/main/Zope3/tags/*/doc/
+ skel svn://svn.zope.org/repos/main/Zope3/tags/*/skel/
+</load>
+
+<distribution>
+ LICENSES.txt
+ ZopePublicLicense.txt
+</distribution>
Added: Zope3/trunk/releases/ZopeX3/PUBLICATION.cfg
===================================================================
--- Zope3/trunk/releases/ZopeX3/PUBLICATION.cfg 2004-05-17 19:05:40 UTC (rev 24782)
+++ Zope3/trunk/releases/ZopeX3/PUBLICATION.cfg 2004-05-17 19:10:15 UTC (rev 24783)
@@ -0,0 +1,19 @@
+Metadata-Version: 1.0
+Name: Zope 3
+Installation-type: Application
+Summary: Zope 3 Application Server
+Home-page: http://dev.zope.org/Zope3/
+Author: Zope Corporation and Contributors
+Author-email: zope3-dev at zope.org
+License: ZPL 2
+Description:
+ Zope is an application server, and pretty darn configurable!
+Classifier: Development Status :: 3 - Alpha
+Classifier: Environment :: Web Environment
+Classifier: License :: OSI Approved :: Zope Public License
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Operating System :: Unix
+Classifier: Programming Language :: Python
+Classifier: Topic :: Internet :: WWW/HTTP
+Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
Added: Zope3/trunk/releases/ZopeX3/SETUP.cfg
===================================================================
--- Zope3/trunk/releases/ZopeX3/SETUP.cfg 2004-05-17 19:05:40 UTC (rev 24782)
+++ Zope3/trunk/releases/ZopeX3/SETUP.cfg 2004-05-17 19:10:15 UTC (rev 24783)
@@ -0,0 +1,9 @@
+documentation LICENSES.txt
+documentation ZopePublicLicense.txt
+documentation doc/*.txt
+
+script bin/*
+
+<data-files .>
+ skel
+</data-files>
More information about the Zope3-Checkins
mailing list