Author: jmorliaguet
Date: Sat Oct 29 13:16:49 2005
New Revision: 28798

Added:
   z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/
   z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/__init__.py   
(contents, props changed)
   z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/checked-16.png
      - copied unchanged from r28683, 
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/checked-16.png
   
z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/checked-disabled-16.png
      - copied unchanged from r28683, 
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/checked-disabled-16.png
   
z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/configure.zcml   
(contents, props changed)
   
z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/unchecked-16.png
      - copied unchanged from r28683, 
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/unchecked-16.png
Removed:
   
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/checked-16.png
   
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/checked-disabled-16.png
   
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/unchecked-16.png
Modified:
   z3lab/cpsskins/branches/jmo-perspectives/browser/editing/configure.zcml
   
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/configure.zcml
Log:

- more cleanup



Modified: 
z3lab/cpsskins/branches/jmo-perspectives/browser/editing/configure.zcml
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/browser/editing/configure.zcml     
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/browser/editing/configure.zcml     
Sat Oct 29 13:16:49 2005
@@ -60,6 +60,8 @@
 
   </pages>
 
+  <include package=".icons" />
+
   <include package=".filters" />
 
   <!-- Canvas element editor -->
@@ -108,4 +110,5 @@
       template="edit.pt"
       permission="zope.ManageContent"
   />
+
 </configure>

Added: 
z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/__init__.py
==============================================================================
--- (empty file)
+++ z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/__init__.py  
Sat Oct 29 13:16:49 2005
@@ -0,0 +1 @@
+# This is a package

Added: 
z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/configure.zcml
==============================================================================
--- (empty file)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/browser/editing/icons/configure.zcml   
    Sat Oct 29 13:16:49 2005
@@ -0,0 +1,16 @@
+<configure
+    xmlns="http://namespaces.zope.org/browser";>
+
+  <resource
+      name="unchecked-16.png" file="unchecked-16.png"
+      layer="cpsskins" />
+
+  <resource
+      name="checked-16.png" file="checked-16.png"
+      layer="cpsskins" />
+
+  <resource
+      name="checked-disabled-16.png" file="checked-disabled-16.png"
+      layer="cpsskins" />
+
+</configure>

Modified: 
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/configure.zcml
==============================================================================
--- 
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/configure.zcml 
    (original)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/icons/configure.zcml 
    Sat Oct 29 13:16:49 2005
@@ -46,16 +46,4 @@
       name="remove-16.png" file="remove-16.png"
       layer="cpsskins" />
 
-  <resource
-      name="unchecked-16.png" file="unchecked-16.png"
-      layer="cpsskins" />
-
-  <resource
-      name="checked-16.png" file="checked-16.png"
-      layer="cpsskins" />
-
-  <resource
-      name="checked-disabled-16.png" file="checked-disabled-16.png"
-      layer="cpsskins" />
-
 </configure>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to