[Zope-CVS] CVS: Releases/ZopeX3 - PACKAGE.cfg:1.4 SETUP.cfg:1.3
Fred L. Drake, Jr.
fred at zope.com
Fri May 14 01:39:46 EDT 2004
Update of /cvs-repository/Releases/ZopeX3
In directory cvs.zope.org:/tmp/cvs-serv4957
Modified Files:
PACKAGE.cfg SETUP.cfg
Log Message:
add the instance skeleton directory to the Zope3X release package
=== Releases/ZopeX3/PACKAGE.cfg 1.3 => 1.4 ===
--- Releases/ZopeX3/PACKAGE.cfg:1.3 Fri May 14 01:25:27 2004
+++ Releases/ZopeX3/PACKAGE.cfg Fri May 14 01:39:45 2004
@@ -4,6 +4,7 @@
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>
=== Releases/ZopeX3/SETUP.cfg 1.2 => 1.3 ===
--- Releases/ZopeX3/SETUP.cfg:1.2 Mon May 10 14:55:10 2004
+++ Releases/ZopeX3/SETUP.cfg Fri May 14 01:39:45 2004
@@ -3,3 +3,7 @@
documentation doc/*.txt
script bin/*
+
+<data-files .>
+ skel
+</data-files>
More information about the Zope-CVS
mailing list