[Zope-CVS] CVS: Packages/JobBoardEx - JobList.zcml:1.17

Steve Alexander steve@cat-box.net
Sun, 26 May 2002 08:47:23 -0400


Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv18702

Modified Files:
	JobList.zcml 
Log Message:
changed protectClass directive to use "class" rather than "name" attribute.


=== Packages/JobBoardEx/JobList.zcml 1.16 => 1.17 ===
 
 <security:protectClass
-         name=".JobList."
+         class=".JobList."
          permission_id="Zope.Public"
 />
 
@@ -36,7 +36,7 @@
 />
 
 <security:protectClass
-        name=".Job."
+        class=".Job."
         permission_id="Zope.Public"
 />
 
@@ -52,7 +52,7 @@
 />
 
 <security:protectClass
-        name=".JobView.CreateJobView"
+        class=".JobView.CreateJobView"
         permission_id="Zope.Public"
         methods="index, action, preview, cancel"
 />
@@ -96,7 +96,7 @@
 />
 
 <security:protectClass
-        name=".JobView."
+        class=".JobView."
         permission_id="Zope.View"
         methods="index, getSubmitter, getSummary, getDescription, getContact"
 />
@@ -110,7 +110,7 @@
 />
 
 <security:protectClass
-        name=".JobView.JobEditView"
+        class=".JobView.JobEditView"
         permission_id="Zope.Public"
         methods="index, preview, cancel, edit, submit"
 />
@@ -127,7 +127,7 @@
 />
 
 <security:protectClass
-        name=".ApproveJobs."
+        class=".ApproveJobs."
         permission_id="Zope.View"
         methods="index, back, submit, getPendingJobs"
 />