Author: jmorliaguet
Date: Thu Oct 20 00:27:12 2005
New Revision: 28445

Modified:
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml
Log:

- we still have to declare the <zope:adapter /> directive



Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml  (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/configure.zcml  Thu Oct 20 
00:27:12 2005
@@ -1,4 +1,5 @@
 <configure
+    xmlns="http://namespaces.zope.org/zope";
     xmlns:i18n="http://namespaces.zope.org/i18n";
     xmlns:cpsskins="http://namespaces.zope.org/cpsskins";
     i18n_domain="cpsskins"
@@ -15,4 +16,8 @@
       icon="hello-icon.png"
   />
 
+  <adapter
+      factory=".HelloPortletData"
+  />
+
 </configure>

Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml  (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/example2/configure.zcml  Thu Oct 20 
00:27:12 2005
@@ -1,4 +1,5 @@
 <configure
+    xmlns="http://namespaces.zope.org/zope";
     xmlns:i18n="http://namespaces.zope.org/i18n";
     xmlns:cpsskins="http://namespaces.zope.org/cpsskins";
     i18n_domain="cpsskins"
@@ -15,4 +16,8 @@
       icon="text-icon.png"
   />
 
+  <adapter
+      factory=".TextPortletData"
+  />
+
 </configure>

Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml  (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/example3/configure.zcml  Thu Oct 20 
00:27:12 2005
@@ -1,4 +1,5 @@
 <configure
+    xmlns="http://namespaces.zope.org/zope";
     xmlns:i18n="http://namespaces.zope.org/i18n";
     xmlns:cpsskins="http://namespaces.zope.org/cpsskins";
     i18n_domain="cpsskins"
@@ -15,4 +16,8 @@
       icon="items-icon.png"
   />
 
+  <adapter
+      factory=".ItemsPortletData"
+  />
+
 </configure>

Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml  (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/example4/configure.zcml  Thu Oct 20 
00:27:12 2005
@@ -1,4 +1,5 @@
 <configure
+    xmlns="http://namespaces.zope.org/zope";
     xmlns:i18n="http://namespaces.zope.org/i18n";
     xmlns:cpsskins="http://namespaces.zope.org/cpsskins";
     i18n_domain="cpsskins"
@@ -15,4 +16,8 @@
       icon="actions-icon.png"
   />
 
+  <adapter
+      factory=".ActionsPortletData"
+  />
+
 </configure>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to