[Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/app/ Backport 40723 so that building the tarball dos not fail with this error:

Brian Sutherland jinty at web.de
Thu Dec 15 17:44:03 EST 2005


Log message for revision 40797:
  Backport 40723 so that building the tarball dos not fail with this error:
  http://lentejasverdes.ath.cx/buildlogs/Z3/Z3-build-2005-12-14
  
  FYI: I am attempting to build and test the tarball of the 3.2 release
  branch every night, failure logs will normally be here:
  http://lentejasverdes.ath.cx/buildlogs/Z3/
  
  

Changed:
  U   Zope3/branches/3.2/src/zope/app/PACKAGE.cfg
  U   Zope3/branches/3.2/src/zope/app/file/DEPENDENCIES.cfg

-=-
Modified: Zope3/branches/3.2/src/zope/app/PACKAGE.cfg
===================================================================
--- Zope3/branches/3.2/src/zope/app/PACKAGE.cfg	2005-12-15 22:17:18 UTC (rev 40796)
+++ Zope3/branches/3.2/src/zope/app/PACKAGE.cfg	2005-12-15 22:44:02 UTC (rev 40797)
@@ -40,9 +40,8 @@
 component
 container
 content
-# We should convert content_types.py to a package and include it via
-# the dependency mechanism.
-content_types.py
+# We should include content_types via the dependency mechanism.
+content_types
 copypastemove
 # Maybe convert to a package as well.
 datetimeutils.py

Modified: Zope3/branches/3.2/src/zope/app/file/DEPENDENCIES.cfg
===================================================================
--- Zope3/branches/3.2/src/zope/app/file/DEPENDENCIES.cfg	2005-12-15 22:17:18 UTC (rev 40796)
+++ Zope3/branches/3.2/src/zope/app/file/DEPENDENCIES.cfg	2005-12-15 22:44:02 UTC (rev 40797)
@@ -1,6 +1,7 @@
 persistent
 transaction
 zope.app
+zope.app.content_types
 zope.app.onlinehelp
 zope.interface
 zope.publisher



More information about the Zope3-Checkins mailing list