[Zope3-checkins] CVS: Zope3/src/zope/app - configure.zcml:1.85 menus.zcml:1.2 usages.zcml:NONE

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:35 EST 2004


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

Modified Files:
	configure.zcml menus.zcml 
Removed Files:
	usages.zcml 
Log Message:


Rip out usage everywhere.




=== Zope3/src/zope/app/configure.zcml 1.84 => 1.85 ===
--- Zope3/src/zope/app/configure.zcml:1.84	Tue Mar 23 10:51:56 2004
+++ Zope3/src/zope/app/configure.zcml	Tue Mar 23 17:08:04 2004
@@ -34,9 +34,6 @@
   <include package="zope.app.dependable" />
   <include package="zope.app.server" />
   
-
-  <!-- Usages and Menus -->
-  <include file="usages.zcml" />
   <include file="menus.zcml" />
 
   <include package="zope.app.copypastemove" />


=== Zope3/src/zope/app/menus.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/menus.zcml:1.1	Wed Mar 10 18:11:01 2004
+++ Zope3/src/zope/app/menus.zcml	Tue Mar 23 17:08:04 2004
@@ -4,42 +4,35 @@
 
   <menu
       id="zmi_views"
-      title="Menu for displaying alternate representations of an object"
-      usage="objectview" />
+      title="Menu for displaying alternate representations of an object" />
 
   <menu
       id="zmi_actions"
-      title="Menu for displaying actions to be performed"
-      usage="activitydialog" />
+      title="Menu for displaying actions to be performed" />
 
   <menu
       id="add_cache"
-      title="Menu of caches to be added"
-      usage="addingdialog" />
+      title="Menu of caches to be added" />
 
   <menu
       id="add_content"
-      title="Menu of objects to be added to content folders"
-      usage="addingdialog" />
+      title="Menu of objects to be added to content folders" />
 
   <menu
       id="zope.app.container.add"
       title="Menu for objects to be added according to containment constraints"
-      usage="addingdialog" />
+      />
 
   <menu
       id="add_component"
-      title="Menu of objects to be added to site management folders"
-      usage="addingdialog" />
+      title="Menu of objects to be added to site management folders" />
 
   <menu
       id="add_connection"
-      title="Menu of database connections to be added"
-      usage="addingdialog" />
+      title="Menu of database connections to be added" />
 
   <menu
       id="add_registration"
-      title="Menu of addable configuration objects"
-      usage="addingdialog" />
+      title="Menu of addable configuration objects" />
 
 </zope:configure>

=== Removed File Zope3/src/zope/app/usages.zcml ===




More information about the Zope3-Checkins mailing list