Author: jmorliaguet
Date: Fri Jun  9 18:13:01 2006
New Revision: 3377

Modified:
   z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml
   z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml
   z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml
   z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml
   z3ecm/trunk/src/ecm/cpsskins/example6/configure.zcml
   z3ecm/trunk/src/ecm/cpsskins/example7/configure.zcml

Log:

- using the new registration (provider=ecm.cpsskins)



Modified: z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml
==============================================================================
--- z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml        (original)
+++ z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml        Fri Jun  9 
18:13:01 2006
@@ -8,7 +8,8 @@
   <!-- The 'Hello portlet' says 'Hello world' -->
 
   <cpsskins:portlet
-      name="ecm.cpsskins.example1"
+      name="example1"
+      provider="ecm.cpsskins"
       title="Example1: Hello portlet"
       description="This portlet displays 'hello world'"
       class=".hello.HelloPortlet"

Modified: z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml
==============================================================================
--- z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml        (original)
+++ z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml        Fri Jun  9 
18:13:01 2006
@@ -8,7 +8,8 @@
   <!-- The 'Text portlet' displays some text entered by the user -->
 
   <cpsskins:portlet
-      name="ecm.cpsskins.example2"
+      name="example2"
+      provider="ecm.cpsskins"
       title="Example2: Text portlet"
       description="A simple text portlet"
       class=".text.TextPortlet"

Modified: z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml
==============================================================================
--- z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml        (original)
+++ z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml        Fri Jun  9 
18:13:01 2006
@@ -8,7 +8,8 @@
   <!-- The 'Items portlet' produces a list of items  -->
 
   <cpsskins:portlet
-      name="ecm.cpsskins.example3"
+      name="example3"
+      provider="ecm.cpsskins"
       title="example3: Items portlet"
       description="A portlet that returns a list of items"
       class=".items.ItemsPortlet"

Modified: z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml
==============================================================================
--- z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml        (original)
+++ z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml        Fri Jun  9 
18:13:01 2006
@@ -8,7 +8,8 @@
   <!-- The 'Actions portlet' produces a list of actions items -->
 
   <cpsskins:portlet
-      name="ecm.cpsskins.example4"
+      name="example4"
+      provider="ecm.cpsskins"
       title="Example4: Actions portlet"
       description="A portlet that returns a list of actions items"
       class=".actions.ActionsPortlet"

Modified: z3ecm/trunk/src/ecm/cpsskins/example6/configure.zcml
==============================================================================
--- z3ecm/trunk/src/ecm/cpsskins/example6/configure.zcml        (original)
+++ z3ecm/trunk/src/ecm/cpsskins/example6/configure.zcml        Fri Jun  9 
18:13:01 2006
@@ -8,7 +8,8 @@
   <!-- The 'Counter portlet' increments a counter each time it is displayed -->
 
   <cpsskins:portlet
-      name="ecm.cpsskins.example6"
+      name="example6"
+      provider="ecm.cpsskins"
       title="Example6: Counter portlet"
       description="This portlet increments a counter."
       class=".counter.CounterPortlet"

Modified: z3ecm/trunk/src/ecm/cpsskins/example7/configure.zcml
==============================================================================
--- z3ecm/trunk/src/ecm/cpsskins/example7/configure.zcml        (original)
+++ z3ecm/trunk/src/ecm/cpsskins/example7/configure.zcml        Fri Jun  9 
18:13:01 2006
@@ -6,7 +6,8 @@
     >
 
   <cpsskins:portlet
-      name="ecm.cpsskins.example7"
+      name="example7"
+      provider="ecm.cpsskins"
       title="Example7: News Portlet"
       description="This portlet displays some news"
       class=".portlet.NewsPortlet"
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to