[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/
add/update zpkg metadata
Philipp von Weitershausen
philikon at philikon.de
Wed Apr 12 17:05:04 EDT 2006
Log message for revision 66913:
add/update zpkg metadata
Changed:
U Zope3/branches/jim-adapter/src/zope/app/DEPENDENCIES.cfg
U Zope3/branches/jim-adapter/src/zope/app/PACKAGE.cfg
A Zope3/branches/jim-adapter/src/zope/filerepresentation/DEPENDENCIES.cfg
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/DEPENDENCIES.cfg
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/DEPENDENCIES.cfg 2006-04-12 21:03:39 UTC (rev 66912)
+++ Zope3/branches/jim-adapter/src/zope/app/DEPENDENCIES.cfg 2006-04-12 21:05:04 UTC (rev 66913)
@@ -16,6 +16,7 @@
zope.dublincore
zope.event
zope.exceptions
+zope.filerepresentation
zope.formlib
# zope.hookable isn't imported here, but we need it to be available
# when zope.component is first imported
Modified: Zope3/branches/jim-adapter/src/zope/app/PACKAGE.cfg
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/PACKAGE.cfg 2006-04-12 21:03:39 UTC (rev 66912)
+++ Zope3/branches/jim-adapter/src/zope/app/PACKAGE.cfg 2006-04-12 21:05:04 UTC (rev 66913)
@@ -46,7 +46,6 @@
error
event #BBB
exception
-filerepresentation
folder
form
ftests
Added: Zope3/branches/jim-adapter/src/zope/filerepresentation/DEPENDENCIES.cfg
===================================================================
--- Zope3/branches/jim-adapter/src/zope/filerepresentation/DEPENDENCIES.cfg 2006-04-12 21:03:39 UTC (rev 66912)
+++ Zope3/branches/jim-adapter/src/zope/filerepresentation/DEPENDENCIES.cfg 2006-04-12 21:05:04 UTC (rev 66913)
@@ -0,0 +1,2 @@
+zope.interface
+zope.app.container
\ No newline at end of file
More information about the Zope3-Checkins
mailing list