[Checkins] SVN: z3c.breadcrumb/trunk/ The sources were full of DOS-style line endings! Set svn:eol-style properly.

Marius Gedminas marius at pov.lt
Fri Feb 8 14:42:11 EST 2008


Log message for revision 83672:
  The sources were full of DOS-style line endings!  Set svn:eol-style properly.
  
  

Changed:
  _U  z3c.breadcrumb/trunk/bootstrap.py
  _U  z3c.breadcrumb/trunk/buildout.cfg
  _U  z3c.breadcrumb/trunk/setup.py
  _U  z3c.breadcrumb/trunk/src/z3c/__init__.py
  UU  z3c.breadcrumb/trunk/src/z3c/breadcrumb/SETUP.cfg
  UU  z3c.breadcrumb/trunk/src/z3c/breadcrumb/__init__.py
  _U  z3c.breadcrumb/trunk/src/z3c/breadcrumb/browser.py
  UU  z3c.breadcrumb/trunk/src/z3c/breadcrumb/configure.zcml
  UU  z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py
  UU  z3c.breadcrumb/trunk/src/z3c/breadcrumb/tests.py
  UU  z3c.breadcrumb/trunk/src/z3c/breadcrumb/z3c.breadcrumb-configure.zcml

-=-

Property changes on: z3c.breadcrumb/trunk/bootstrap.py
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: z3c.breadcrumb/trunk/buildout.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: z3c.breadcrumb/trunk/setup.py
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: z3c.breadcrumb/trunk/src/z3c/__init__.py
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.breadcrumb/trunk/src/z3c/breadcrumb/SETUP.cfg
===================================================================
--- z3c.breadcrumb/trunk/src/z3c/breadcrumb/SETUP.cfg	2008-02-08 19:40:04 UTC (rev 83671)
+++ z3c.breadcrumb/trunk/src/z3c/breadcrumb/SETUP.cfg	2008-02-08 19:42:11 UTC (rev 83672)
@@ -1,3 +1,3 @@
-<data-files zopeskel/etc/package-includes>
-  z3c.breadcrumb-*.zcml
-</data-files>
+<data-files zopeskel/etc/package-includes>
+  z3c.breadcrumb-*.zcml
+</data-files>


Property changes on: z3c.breadcrumb/trunk/src/z3c/breadcrumb/SETUP.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.breadcrumb/trunk/src/z3c/breadcrumb/__init__.py
===================================================================
--- z3c.breadcrumb/trunk/src/z3c/breadcrumb/__init__.py	2008-02-08 19:40:04 UTC (rev 83671)
+++ z3c.breadcrumb/trunk/src/z3c/breadcrumb/__init__.py	2008-02-08 19:42:11 UTC (rev 83672)
@@ -1,16 +1,16 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Foundation 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: __init__.py 70825 2006-10-20 01:34:05Z rogerineichen $
-"""
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation 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: __init__.py 70825 2006-10-20 01:34:05Z rogerineichen $
+"""


Property changes on: z3c.breadcrumb/trunk/src/z3c/breadcrumb/__init__.py
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: z3c.breadcrumb/trunk/src/z3c/breadcrumb/browser.py
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.breadcrumb/trunk/src/z3c/breadcrumb/configure.zcml
===================================================================
--- z3c.breadcrumb/trunk/src/z3c/breadcrumb/configure.zcml	2008-02-08 19:40:04 UTC (rev 83671)
+++ z3c.breadcrumb/trunk/src/z3c/breadcrumb/configure.zcml	2008-02-08 19:42:11 UTC (rev 83672)
@@ -1,19 +1,19 @@
-<configure
-    xmlns="http://namespaces.zope.org/zope">
-
-  <!-- Generic IBreadcrumb adapter -->
-  <adapter
-     factory="z3c.breadcrumb.browser.GenericBreadcrumb"
-     trusted="true"
-     permission="zope.Public"
-     />
-
-  <!-- Generic IBreadcrumbs adapter -->
-  <adapter
-     factory="z3c.breadcrumb.browser.Breadcrumbs"
-     provides="z3c.breadcrumb.interfaces.IBreadcrumbs"
-     trusted="true"
-     permission="zope.Public"
-     />
-
-</configure>
+<configure
+    xmlns="http://namespaces.zope.org/zope">
+
+  <!-- Generic IBreadcrumb adapter -->
+  <adapter
+     factory="z3c.breadcrumb.browser.GenericBreadcrumb"
+     trusted="true"
+     permission="zope.Public"
+     />
+
+  <!-- Generic IBreadcrumbs adapter -->
+  <adapter
+     factory="z3c.breadcrumb.browser.Breadcrumbs"
+     provides="z3c.breadcrumb.interfaces.IBreadcrumbs"
+     trusted="true"
+     permission="zope.Public"
+     />
+
+</configure>


Property changes on: z3c.breadcrumb/trunk/src/z3c/breadcrumb/configure.zcml
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py
===================================================================
--- z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py	2008-02-08 19:40:04 UTC (rev 83671)
+++ z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py	2008-02-08 19:42:11 UTC (rev 83672)
@@ -1,50 +1,50 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Foundation 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: __init__.py 70825 2006-10-20 01:34:05Z rogerineichen $
-"""
-__docformat__ = 'reStructuredText'
-
-import zope.interface
-import zope.schema
-
-
-class IBreadcrumbs(zope.interface.Interface):
-    """An object providing breadcrumbs.
-
-    This object will use the ``IBreadcrumb`` adapter to get its
-    information from each breadcrumb name.
-    """
-
-    crumbs = zope.interface.Attribute('An iteratable of all breadcrumbs.')
-
-
-class IBreadcrumb(zope.interface.Interface):
-    """Provides pieces of breadcrumb information about a item."""
-
-    name = zope.schema.TextLine(
-        title=u'Name',
-        description=u'The name of the breadcrumb.',
-        required=True)
-
-    url = zope.schema.URI(
-        title=u'URL',
-        description=u'The url of the breadcrumb.',
-        required=True)
-
-    activeURL = zope.schema.Bool(
-        title=u'Active',
-        description=u'Tells whether the breadcrumb link should active.',
-        required=True,
-        default=True)
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation 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: __init__.py 70825 2006-10-20 01:34:05Z rogerineichen $
+"""
+__docformat__ = 'reStructuredText'
+
+import zope.interface
+import zope.schema
+
+
+class IBreadcrumbs(zope.interface.Interface):
+    """An object providing breadcrumbs.
+
+    This object will use the ``IBreadcrumb`` adapter to get its
+    information from each breadcrumb name.
+    """
+
+    crumbs = zope.interface.Attribute('An iteratable of all breadcrumbs.')
+
+
+class IBreadcrumb(zope.interface.Interface):
+    """Provides pieces of breadcrumb information about a item."""
+
+    name = zope.schema.TextLine(
+        title=u'Name',
+        description=u'The name of the breadcrumb.',
+        required=True)
+
+    url = zope.schema.URI(
+        title=u'URL',
+        description=u'The url of the breadcrumb.',
+        required=True)
+
+    activeURL = zope.schema.Bool(
+        title=u'Active',
+        description=u'Tells whether the breadcrumb link should active.',
+        required=True,
+        default=True)


Property changes on: z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.breadcrumb/trunk/src/z3c/breadcrumb/tests.py
===================================================================
--- z3c.breadcrumb/trunk/src/z3c/breadcrumb/tests.py	2008-02-08 19:40:04 UTC (rev 83671)
+++ z3c.breadcrumb/trunk/src/z3c/breadcrumb/tests.py	2008-02-08 19:42:11 UTC (rev 83672)
@@ -1,68 +1,68 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Foundation 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: __init__.py 70825 2006-10-20 01:34:05Z rogerineichen $
-"""
-__docformat__ = 'restructuredtext'
-
-import unittest
-from zope.testing import doctest
-from zope.app.testing import placelesssetup, setup
-from zope.traversing.interfaces import IContainmentRoot
-from zope.interface.verify import verifyObject
-from zope.interface import implements
-from zope.publisher.browser import TestRequest
-
-
-def doctest_Breadcrumbs_interface():
-    """Test that Breadcrumbs matches the interface
-
-        >>> from z3c.breadcrumb import browser, interfaces
-        >>> breadcrumbs = browser.Breadcrumbs(None, None)
-        >>> verifyObject(interfaces.IBreadcrumbs, breadcrumbs)
-        True
-
-    """
-
-
-def doctest_GenericBreadcrumb_interface():
-    """Test that GenericBreadcrumb matches the interface
-
-        >>> from z3c.breadcrumb import browser, interfaces
-        >>> class RootStub(object):
-        ...     implements(IContainmentRoot)
-        >>> breadcrumb = browser.GenericBreadcrumb(RootStub(), TestRequest())
-        >>> verifyObject(interfaces.IBreadcrumb, breadcrumb)
-        True
-
-    """
-
-
-def setUp(test):
-    site = setup.placefulSetUp(site=True)
-    test.globs['rootFolder'] = site
-
-def tearDown(test):
-    setup.placefulTearDown()
-
-
-def test_suite():
-    return unittest.TestSuite([
-            doctest.DocFileSuite(
-                'README.txt',
-                setUp=setUp, tearDown=tearDown,
-                optionflags=doctest.NORMALIZE_WHITESPACE|doctest.ELLIPSIS),
-            doctest.DocTestSuite(
-                setUp=setUp, tearDown=tearDown),
-            ])
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation 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: __init__.py 70825 2006-10-20 01:34:05Z rogerineichen $
+"""
+__docformat__ = 'restructuredtext'
+
+import unittest
+from zope.testing import doctest
+from zope.app.testing import placelesssetup, setup
+from zope.traversing.interfaces import IContainmentRoot
+from zope.interface.verify import verifyObject
+from zope.interface import implements
+from zope.publisher.browser import TestRequest
+
+
+def doctest_Breadcrumbs_interface():
+    """Test that Breadcrumbs matches the interface
+
+        >>> from z3c.breadcrumb import browser, interfaces
+        >>> breadcrumbs = browser.Breadcrumbs(None, None)
+        >>> verifyObject(interfaces.IBreadcrumbs, breadcrumbs)
+        True
+
+    """
+
+
+def doctest_GenericBreadcrumb_interface():
+    """Test that GenericBreadcrumb matches the interface
+
+        >>> from z3c.breadcrumb import browser, interfaces
+        >>> class RootStub(object):
+        ...     implements(IContainmentRoot)
+        >>> breadcrumb = browser.GenericBreadcrumb(RootStub(), TestRequest())
+        >>> verifyObject(interfaces.IBreadcrumb, breadcrumb)
+        True
+
+    """
+
+
+def setUp(test):
+    site = setup.placefulSetUp(site=True)
+    test.globs['rootFolder'] = site
+
+def tearDown(test):
+    setup.placefulTearDown()
+
+
+def test_suite():
+    return unittest.TestSuite([
+            doctest.DocFileSuite(
+                'README.txt',
+                setUp=setUp, tearDown=tearDown,
+                optionflags=doctest.NORMALIZE_WHITESPACE|doctest.ELLIPSIS),
+            doctest.DocTestSuite(
+                setUp=setUp, tearDown=tearDown),
+            ])


Property changes on: z3c.breadcrumb/trunk/src/z3c/breadcrumb/tests.py
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.breadcrumb/trunk/src/z3c/breadcrumb/z3c.breadcrumb-configure.zcml
===================================================================
--- z3c.breadcrumb/trunk/src/z3c/breadcrumb/z3c.breadcrumb-configure.zcml	2008-02-08 19:40:04 UTC (rev 83671)
+++ z3c.breadcrumb/trunk/src/z3c/breadcrumb/z3c.breadcrumb-configure.zcml	2008-02-08 19:42:11 UTC (rev 83672)
@@ -1,5 +1,5 @@
-<configure xmlns="http://namespaces.zope.org/zope">
-
-  <include package="z3c.breadcrumb" />
-
-</configure>
+<configure xmlns="http://namespaces.zope.org/zope">
+
+  <include package="z3c.breadcrumb" />
+
+</configure>


Property changes on: z3c.breadcrumb/trunk/src/z3c/breadcrumb/z3c.breadcrumb-configure.zcml
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list