Author: jmorliaguet
Date: Thu Oct 13 02:14:43 2005
New Revision: 28229

Added:
   z3lab/cpsskins/branches/jmo-perspectives/engines/common/icons/__init__.py   
(contents, props changed)
   z3lab/cpsskins/branches/jmo-perspectives/engines/common/images/
      - copied from r28228, 
z3lab/cpsskins/branches/jmo-perspectives/browser/images/
Removed:
   z3lab/cpsskins/branches/jmo-perspectives/browser/images/
Modified:
   z3lab/cpsskins/branches/jmo-perspectives/browser/configure.zcml
   z3lab/cpsskins/branches/jmo-perspectives/engines/common/configure.zcml
Log:

- moved images around



Modified: z3lab/cpsskins/branches/jmo-perspectives/browser/configure.zcml
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/browser/configure.zcml     
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/browser/configure.zcml     Thu Oct 
13 02:14:43 2005
@@ -190,8 +190,6 @@
 
   <include package=".framework" />
 
-  <include package=".images" />
-
   <include package=".icons" />
 
   <include package=".manager" />

Modified: z3lab/cpsskins/branches/jmo-perspectives/engines/common/configure.zcml
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/engines/common/configure.zcml      
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/engines/common/configure.zcml      
Thu Oct 13 02:14:43 2005
@@ -5,4 +5,6 @@
 
   <include package=".icons" />
 
+  <include package=".images" />
+
 </configure>

Added: z3lab/cpsskins/branches/jmo-perspectives/engines/common/icons/__init__.py
==============================================================================
--- (empty file)
+++ z3lab/cpsskins/branches/jmo-perspectives/engines/common/icons/__init__.py   
Thu Oct 13 02:14:43 2005
@@ -0,0 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2005 Nuxeo and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""
+
+$Id$
+"""
+__docformat__ = "reStructuredText"
+# make this directory a package
+
+pass
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to