Author: jmorliaguet
Date: Tue May 23 21:34:55 2006
New Revision: 3202

Added:
   cpsskins/branches/paris-sprint-2006/ui/screens/common/
   cpsskins/branches/paris-sprint-2006/ui/screens/common/__init__.py   
(contents, props changed)
Modified:
   cpsskins/branches/paris-sprint-2006/ui/screens/configure.zcml

Log:

- added a 'common' folder



Added: cpsskins/branches/paris-sprint-2006/ui/screens/common/__init__.py
==============================================================================
--- (empty file)
+++ cpsskins/branches/paris-sprint-2006/ui/screens/common/__init__.py   Tue May 
23 21:34:55 2006
@@ -0,0 +1,19 @@
+##############################################################################
+#
+# Copyright (c) 2005-2006 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"
+

Modified: cpsskins/branches/paris-sprint-2006/ui/screens/configure.zcml
==============================================================================
--- cpsskins/branches/paris-sprint-2006/ui/screens/configure.zcml       
(original)
+++ cpsskins/branches/paris-sprint-2006/ui/screens/configure.zcml       Tue May 
23 21:34:55 2006
@@ -10,6 +10,9 @@
       template="editor.pt"
   />
 
+  <!-- common resources -->
+  <include package=".common" />
+
   <!-- site manager -->
   <include package=".sitemanager" />
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to