[Zope3-checkins] CVS: Zope3/src/zope/app/schemacontent/browser - configure.zcml:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:46 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/schemacontent/browser
In directory cvs.zope.org:/tmp/cvs-serv1221/src/zope/app/schemacontent/browser

Modified Files:
	configure.zcml 
Log Message:


Added tool directive for local Tools UI.




=== Zope3/src/zope/app/schemacontent/browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/schemacontent/browser/configure.zcml:1.2	Thu Mar 11 07:38:17 2004
+++ Zope3/src/zope/app/schemacontent/browser/configure.zcml	Sun Mar 21 19:52:16 2004
@@ -2,6 +2,13 @@
   xmlns:zope="http://namespaces.zope.org/zope"
   xmlns="http://namespaces.zope.org/browser">
 
+  <tool
+      interface="zope.app.schemacontent.interfaces.IContentComponentDefinition"
+      title="Content Component Definition"
+      description="Content Component Definitions are used to declare
+      schema-based content objects."
+      />
+
 <!-- Content Component Definition -->
 
   <addform




More information about the Zope3-Checkins mailing list