[Zope-Checkins] CVS: Zope3/src/ZConfig - PACKAGE.cfg:1.2

Fred L. Drake, Jr. fred at zope.com
Fri Apr 23 18:19:41 EDT 2004


Update of /cvs-repository/Zope3/src/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv11597

Modified Files:
	PACKAGE.cfg 
Log Message:
update to reflect the latest changes in zpkg


=== Zope3/src/ZConfig/PACKAGE.cfg 1.1 => 1.2 ===
--- Zope3/src/ZConfig/PACKAGE.cfg:1.1	Mon Apr 19 12:12:12 2004
+++ Zope3/src/ZConfig/PACKAGE.cfg	Fri Apr 23 18:19:40 2004
@@ -1,8 +1,13 @@
-# Add a few things to the top of the distribution.
+# Load the license from an external source, so we don't have to keep a
+# copy of it sitting around:
+<load>
+  LICENSE.txt  http://cvs.zope.org/Zope3/ZopePublicLicense.txt?rev=HEAD
+</load>
 
+# Add a few things to the distribution root.
 <distribution>
   doc          doc
-  LICENSE.txt  http://cvs.zope.org/Zope3/ZopePublicLicense.txt?rev=HEAD
+  LICENSE.txt  LICENSE.txt
   NEWS.txt     NEWS.txt
   README.txt   README.txt
 </distribution>
@@ -10,6 +15,7 @@
 # and remove the same from the package itself.
 <collection>
   doc          -
+  LICENSE.txt  -
   NEWS.txt     -
   README.txt   -
 




More information about the Zope-Checkins mailing list