[CMF-checkins] SVN: CMF/branches/goldegg-phase-1/GenericSetup/ set svn properties

Yvo Schubbe y.2005- at wcm-solutions.de
Sat Sep 24 05:01:33 EDT 2005


Log message for revision 38575:
  set svn properties

Changed:
  _U  CMF/branches/goldegg-phase-1/GenericSetup/CHANGES.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/CREDITS.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/DEPENDENCIES.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/PROFILES.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/README.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/__init__.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/context.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/differ.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/exceptions.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/factory.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/interfaces.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/permissions.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/properties.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/registry.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/rolemap.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/__init__.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/common.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/conformance.py
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/export_steps.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/import_steps.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/profile.ini
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/toolset.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/four/placeholder.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/one/placeholder.txt
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/test_context.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/test_differ.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/test_properties.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/test_registry.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/test_rolemap.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/test_tool.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tests/test_utils.py
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/three/placeholder.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/tests/two/placeholder.txt
  UU  CMF/branches/goldegg-phase-1/GenericSetup/tool.py
  UU  CMF/branches/goldegg-phase-1/GenericSetup/utils.py
  _U  CMF/branches/goldegg-phase-1/GenericSetup/version.txt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/www/siteAddForm.zpt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/www/sutCompare.zpt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/www/sutExportSteps.zpt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/www/sutImportSteps.zpt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/www/sutProperties.zpt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/www/sutSnapshots.zpt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/www/toolAdd.zpt
  _U  CMF/branches/goldegg-phase-1/GenericSetup/xml/esrExport.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/xml/isrExport.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/xml/object_nodes.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/xml/property_nodes.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/xml/rmeExport.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/xml/spcExport.xml
  _U  CMF/branches/goldegg-phase-1/GenericSetup/xml/tscExport.xml

-=-

Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/CREDITS.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/DEPENDENCIES.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/PROFILES.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/__init__.py
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/context.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/context.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/context.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -14,7 +14,7 @@
 
 Wrappers representing the state of an import / export operation.
 
-$Id: context.py,v 1.2 2005/08/11 21:41:36 tseaver Exp $
+$Id$
 """
 
 import os


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/context.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/differ.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/differ.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/differ.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Diff utilities for comparing configurations.
 
-$Id: differ.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from difflib import unified_diff


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/differ.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/exceptions.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/exceptions.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/exceptions.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup product exceptions.
 
-$Id: exceptions.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from AccessControl import ModuleSecurityInfo


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/exceptions.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/factory.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/factory.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/factory.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Configured site factory implementation.
 
-$Id: factory.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from Products.PageTemplates.PageTemplateFile import PageTemplateFile


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/factory.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/interfaces.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/interfaces.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/interfaces.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup product interfaces
 
-$Id: interfaces.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/permissions.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/permissions.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/permissions.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup product permissions.
 
-$Id: permissions.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 ManagePortal = 'Manage Site'


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/permissions.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/properties.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/properties.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/properties.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Site properties setup handlers.
 
-$Id: properties.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from AccessControl import ClassSecurityInfo


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/properties.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/registry.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/registry.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/registry.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Classes:  ImportStepRegistry, ExportStepRegistry
 
-$Id: registry.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from xml.sax import parseString


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/registry.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/rolemap.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/rolemap.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/rolemap.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup:  Role-permission export / import
 
-$Id: rolemap.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from AccessControl import ClassSecurityInfo


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/rolemap.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/__init__.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/__init__.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/__init__.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,5 +12,5 @@
 ##############################################################################
 """ GenericSetup product unit tests.
 
-$Id: __init__.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/common.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/common.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/common.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup product:  unit test utilities.
 
-$Id: common.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import os


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/common.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/conformance.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/conformance.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/conformance.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -15,7 +15,7 @@
 Derived testcase classes should define '_getTargetClass()', which must
 return the class being tested for conformance.
 
-$Id: conformance.py,v 1.2 2005/08/09 18:49:48 tseaver Exp $
+$Id$
 """
 
 class ConformsToISetupContext:


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/conformance.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/export_steps.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/import_steps.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/profile.ini
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/default_profile/toolset.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/four/placeholder.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/one/placeholder.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_context.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/test_context.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/test_context.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Unit tests for import / export contexts.
 
-$Id: test_context.py,v 1.2 2005/08/11 21:41:36 tseaver Exp $
+$Id$
 """
 
 import unittest


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_context.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_differ.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/test_differ.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/test_differ.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Unit tests for differ module.
 
-$Id: test_differ.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import unittest


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_differ.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_properties.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/test_properties.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/test_properties.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Site properties export / import unit tests.
 
-$Id: test_properties.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import unittest


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_properties.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_registry.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/test_registry.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/test_registry.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Registry unit tests.
 
-$Id: test_registry.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import unittest


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_registry.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_rolemap.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/test_rolemap.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/test_rolemap.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup rolemap export / import unit tests
 
-$Id: test_rolemap.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import unittest


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_rolemap.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_tool.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/test_tool.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/test_tool.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Unit tests for GenericSetup tool.
 
-$Id: test_tool.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import unittest


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_tool.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_utils.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tests/test_utils.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tests/test_utils.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup.utils unit tests
 
-$Id: test_utils.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import unittest


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/test_utils.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/three/placeholder.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tests/two/placeholder.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/tool.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/tool.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/tool.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ Classes:  SetupTool
 
-$Id: tool.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import os


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/tool.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: CMF/branches/goldegg-phase-1/GenericSetup/utils.py
===================================================================
--- CMF/branches/goldegg-phase-1/GenericSetup/utils.py	2005-09-23 23:23:15 UTC (rev 38574)
+++ CMF/branches/goldegg-phase-1/GenericSetup/utils.py	2005-09-24 09:01:32 UTC (rev 38575)
@@ -12,7 +12,7 @@
 ##############################################################################
 """ GenericSetup product utilities
 
-$Id: utils.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 import os


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/utils.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/version.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/www/siteAddForm.zpt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/www/sutCompare.zpt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/www/sutExportSteps.zpt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/www/sutImportSteps.zpt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/www/sutProperties.zpt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/www/sutSnapshots.zpt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/www/toolAdd.zpt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/xml/esrExport.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/xml/isrExport.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/xml/object_nodes.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/xml/property_nodes.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/xml/rmeExport.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/xml/spcExport.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: CMF/branches/goldegg-phase-1/GenericSetup/xml/tscExport.xml
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the CMF-checkins mailing list