[Zope3-checkins] SVN: Zope3/trunk/src/zope/ More fixes for zpkg borking comments.

Brian Sutherland jinty at web.de
Mon May 1 16:36:20 EDT 2006


Log message for revision 67809:
  More fixes for zpkg borking comments.

Changed:
  U   Zope3/trunk/src/zope/annotation/DEPENDENCIES.cfg
  U   Zope3/trunk/src/zope/lifecycleevent/DEPENDENCIES.cfg
  U   Zope3/trunk/src/zope/location/DEPENDENCIES.cfg
  U   Zope3/trunk/src/zope/rdb/DEPENDENCIES.cfg
  U   Zope3/trunk/src/zope/sendmail/DEPENDENCIES.cfg

-=-
Modified: Zope3/trunk/src/zope/annotation/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/src/zope/annotation/DEPENDENCIES.cfg	2006-05-01 18:45:14 UTC (rev 67808)
+++ Zope3/trunk/src/zope/annotation/DEPENDENCIES.cfg	2006-05-01 20:36:19 UTC (rev 67809)
@@ -1,4 +1,5 @@
-zope.app # _factory.py depends on it
+# _factory.py depends on zope.app
+zope.app
 zope.component
 zope.interface
-zope.testing
\ No newline at end of file
+zope.testing

Modified: Zope3/trunk/src/zope/lifecycleevent/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/src/zope/lifecycleevent/DEPENDENCIES.cfg	2006-05-01 18:45:14 UTC (rev 67808)
+++ Zope3/trunk/src/zope/lifecycleevent/DEPENDENCIES.cfg	2006-05-01 20:36:19 UTC (rev 67809)
@@ -1,4 +1,5 @@
-zope.app # container for testing
+# zope.app brings in container for testing
+zope.app
 zope.component
 zope.deferredimport
 zope.event

Modified: Zope3/trunk/src/zope/location/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/src/zope/location/DEPENDENCIES.cfg	2006-05-01 18:45:14 UTC (rev 67808)
+++ Zope3/trunk/src/zope/location/DEPENDENCIES.cfg	2006-05-01 20:36:19 UTC (rev 67809)
@@ -1,4 +1,5 @@
-zope.app # only for ISite
+# zope.app only for ISite
+zope.app
 zope.component
 zope.decorator
 zope.interface

Modified: Zope3/trunk/src/zope/rdb/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/src/zope/rdb/DEPENDENCIES.cfg	2006-05-01 18:45:14 UTC (rev 67808)
+++ Zope3/trunk/src/zope/rdb/DEPENDENCIES.cfg	2006-05-01 20:36:19 UTC (rev 67809)
@@ -1,6 +1,7 @@
 persistent
 transaction
-zope.app # contained
+# zope.app for contained
+zope.app
 zope.i18nmessageid
 zope.interface
 zope.security

Modified: Zope3/trunk/src/zope/sendmail/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/src/zope/sendmail/DEPENDENCIES.cfg	2006-05-01 18:45:14 UTC (rev 67808)
+++ Zope3/trunk/src/zope/sendmail/DEPENDENCIES.cfg	2006-05-01 20:36:19 UTC (rev 67809)
@@ -1,5 +1,6 @@
 transaction
-zope.app # UtilityVocabulary
+# zope.app for UtilityVocabulary
+zope.app
 zope.component
 zope.configuration
 zope.interface



More information about the Zope3-Checkins mailing list