[CMF-checkins] SVN: CMF/branches/jens_tools_as_utilities/CMF -
forgot to check in new files...
Jens Vagelpohl
jens at dataflake.org
Tue Jan 23 15:13:19 EST 2007
Log message for revision 72196:
- forgot to check in new files...
Changed:
A CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/
A CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/__init__.py
A CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/_tools.py
A CMF/branches/jens_tools_as_utilities/CMFActionIcons/profiles/actionicons/componentregistry.xml
A CMF/branches/jens_tools_as_utilities/CMFCalendar/profiles/default/componentregistry.xml
A CMF/branches/jens_tools_as_utilities/CMFUid/profiles/default/componentregistry.xml
-=-
Added: CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/__init__.py
===================================================================
--- CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/__init__.py 2007-01-23 18:47:00 UTC (rev 72195)
+++ CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/__init__.py 2007-01-23 20:13:18 UTC (rev 72196)
@@ -0,0 +1,18 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Corporation 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.
+#
+##############################################################################
+""" CMFActionIcons.interfaces package.
+
+$Id$
+"""
+
+from _tools import *
Property changes on: CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/_tools.py
===================================================================
--- CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/_tools.py 2007-01-23 18:47:00 UTC (rev 72195)
+++ CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/_tools.py 2007-01-23 20:13:18 UTC (rev 72196)
@@ -0,0 +1,25 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Corporation 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.
+#
+##############################################################################
+""" CMFActionIcons tool interfaces.
+
+$Id$
+"""
+
+from zope.interface import Interface
+from zope.interface import Attribute
+
+
+class IActionIconsTool(Interface):
+
+ """ Declare product-specific APIs for the CMFActionIcons tools.
+ """
Property changes on: CMF/branches/jens_tools_as_utilities/CMFActionIcons/interfaces/_tools.py
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: CMF/branches/jens_tools_as_utilities/CMFActionIcons/profiles/actionicons/componentregistry.xml
===================================================================
--- CMF/branches/jens_tools_as_utilities/CMFActionIcons/profiles/actionicons/componentregistry.xml 2007-01-23 18:47:00 UTC (rev 72195)
+++ CMF/branches/jens_tools_as_utilities/CMFActionIcons/profiles/actionicons/componentregistry.xml 2007-01-23 20:13:18 UTC (rev 72196)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<componentregistry>
+ <adapters/>
+ <utilities>
+ <utility
+ interface="Products.CMFActionIcons.interfaces.IActionIconsTool"
+ object="/portal_actionicons"/>
+ </utilities>
+</componentregistry>
Property changes on: CMF/branches/jens_tools_as_utilities/CMFActionIcons/profiles/actionicons/componentregistry.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Added: CMF/branches/jens_tools_as_utilities/CMFCalendar/profiles/default/componentregistry.xml
===================================================================
--- CMF/branches/jens_tools_as_utilities/CMFCalendar/profiles/default/componentregistry.xml 2007-01-23 18:47:00 UTC (rev 72195)
+++ CMF/branches/jens_tools_as_utilities/CMFCalendar/profiles/default/componentregistry.xml 2007-01-23 20:13:18 UTC (rev 72196)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<componentregistry>
+ <adapters/>
+ <utilities>
+ <utility
+ interface="Products.CMFCalendar.interfaces.ICalendarTool"
+ object="/portal_calendar"/>
+ </utilities>
+</componentregistry>
Property changes on: CMF/branches/jens_tools_as_utilities/CMFCalendar/profiles/default/componentregistry.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Added: CMF/branches/jens_tools_as_utilities/CMFUid/profiles/default/componentregistry.xml
===================================================================
--- CMF/branches/jens_tools_as_utilities/CMFUid/profiles/default/componentregistry.xml 2007-01-23 18:47:00 UTC (rev 72195)
+++ CMF/branches/jens_tools_as_utilities/CMFUid/profiles/default/componentregistry.xml 2007-01-23 20:13:18 UTC (rev 72196)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<componentregistry>
+ <adapters/>
+ <utilities>
+ <utility
+ interface="Products.CMFUid.interfaces.IUniqueIdAnnotationManagement"
+ object="/portal_uidannotation"/>
+ <utility
+ interface="Products.CMFUid.interfaces.IUniqueIdGenerator"
+ object="/portal_uidgenerator"/>
+ <utility
+ interface="Products.CMFUid.interfaces.IUniqueIdHandler"
+ object="/portal_uidhandler"/>
+ </utilities>
+</componentregistry>
Property changes on: CMF/branches/jens_tools_as_utilities/CMFUid/profiles/default/componentregistry.xml
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the CMF-checkins
mailing list