[Zodb-checkins] CVS: ZODB3 - setup.py:1.28

Fred L. Drake, Jr. fred@zope.com
Fri, 3 Jan 2003 16:19:36 -0500


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv13656

Modified Files:
	setup.py 
Log Message:
Merge ZConfig schema support integration from the zconfig-schema-devel-branch.

=== ZODB3/setup.py 1.27 => 1.28 ===
--- ZODB3/setup.py:1.27	Wed Dec 18 17:09:59 2002
+++ ZODB3/setup.py	Fri Jan  3 16:19:03 2003
@@ -173,6 +173,10 @@
     for fn in glob.glob(os.path.join(inputdir, "*.conf")):
         cmd.copy_file(fn, os.path.join(outputbase, fn))
 
+    # XXX copy the ZODB/config.xml into place
+    cmd.copy_file("ZODB/config.xml",
+                  os.path.join(outputbase, "ZODB/config.xml"))
+
 class MyLibInstaller(install_lib):
     """Custom library installer, used to put hosttab in the right place."""
     # We use the install_lib command since we need to put hosttab