[Zope3-checkins] SVN: Zope3/trunk/buildsupport/zpkg-support.pth
	make ZConfig available to the zpkg build support
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Wed Aug 31 12:55:24 EDT 2005
    
    
  
Log message for revision 38199:
  make ZConfig available to the zpkg build support
Changed:
  A   Zope3/trunk/buildsupport/zpkg-support.pth
-=-
Added: Zope3/trunk/buildsupport/zpkg-support.pth
===================================================================
--- Zope3/trunk/buildsupport/zpkg-support.pth	2005-08-31 16:54:27 UTC (rev 38198)
+++ Zope3/trunk/buildsupport/zpkg-support.pth	2005-08-31 16:55:23 UTC (rev 38199)
@@ -0,0 +1,8 @@
+# This allows the ZConfig checked out with Zope to be used by the zpkg
+# code invoked by setup.py.
+#
+# If zpkg ever requires a different version of ZConfig than Zope
+# provides as part of it's checkout, this file should be replaced by
+# an svn:external to the required version.
+#
+../src
Property changes on: Zope3/trunk/buildsupport/zpkg-support.pth
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native
    
    
More information about the Zope3-Checkins
mailing list