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

Jeremy Hylton jeremy@zope.com
Thu, 2 Jan 2003 17:41:22 -0500


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

Modified Files:
      Tag: zconfig-schema-devel-branch
	setup.py 
Log Message:
Install config.xml


=== ZODB3/setup.py 1.27 => 1.27.2.1 ===
--- ZODB3/setup.py:1.27	Wed Dec 18 17:09:59 2002
+++ ZODB3/setup.py	Thu Jan  2 17:41:20 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