Author: ts
Date: Thu Sep 27 23:40:33 2007
New Revision: 6312

Log:
- Refactoring: Removed orphan dir.
- Refactoring: Regenerated autoload file.

Removed:
    trunk/Webdav/src/path_factory/
Modified:
    trunk/Webdav/design/class_diagram.png
    trunk/Webdav/src/webdav_autoload.php

Modified: trunk/Webdav/design/class_diagram.png
==============================================================================
Binary files - no diff available.

Modified: trunk/Webdav/src/webdav_autoload.php
==============================================================================
--- trunk/Webdav/src/webdav_autoload.php [iso-8859-1] (original)
+++ trunk/Webdav/src/webdav_autoload.php [iso-8859-1] Thu Sep 27 23:40:33 2007
@@ -31,14 +31,14 @@
     'ezcWebdavPathFactory'                     => 
'Webdav/interfaces/path_factory.php',
     'ezcWebdavPropertyStorage'                 => 
'Webdav/interfaces/property_storage.php',
     'ezcWebdavResponse'                        => 
'Webdav/interfaces/response.php',
-    'ezcWebdavBasicPathFactory'                => 'Webdav/path_factory.php',
-    'ezcWebdavBasicPropertyStorage'            => 
'Webdav/property_storage.php',
+    'ezcWebdavBasicPathFactory'                => 
'Webdav/path_factories/basic.php',
+    'ezcWebdavBasicPropertyStorage'            => 
'Webdav/property_storages/basic.php',
     'ezcWebdavCopyResponse'                    => 'Webdav/responses/copy.php',
     'ezcWebdavPropFindResponse'                => 
'Webdav/responses/propfind.php',
     'ezcWebdavRequest'                         => 
'Webdav/interfaces/request.php',
     'ezcWebdavSimpleBackend'                   => 'Webdav/backends/simple.php',
     'ezcWebdavSupportedLockPropertyLockentry'  => 
'Webdav/properties/supportedlock_lockentry.php',
-    'ezcWebdavAutomaticPathFactory'            => 
'Webdav/path_factory/automatic.php',
+    'ezcWebdavAutomaticPathFactory'            => 
'Webdav/path_factories/automatic.php',
     'ezcWebdavCollection'                      => 
'Webdav/structs/collection.php',
     'ezcWebdavCopyRequest'                     => 'Webdav/requests/copy.php',
     'ezcWebdavCreationDateProperty'            => 
'Webdav/properties/creationdate.php',
@@ -51,7 +51,7 @@
     'ezcWebdavErrorResponse'                   => 'Webdav/responses/error.php',
     'ezcWebdavFileBackend'                     => 'Webdav/backends/file.php',
     'ezcWebdavFileBackendOptions'              => 
'Webdav/options/backend_file_options.php',
-    'ezcWebdavFlaggedPropertyStorage'          => 
'Webdav/property_storage_flagged.php',
+    'ezcWebdavFlaggedPropertyStorage'          => 
'Webdav/property_storages/flagged.php',
     'ezcWebdavGetCollectionResponse'           => 
'Webdav/responses/get_collection.php',
     'ezcWebdavGetContentLanguageProperty'      => 
'Webdav/properties/getcontentlanguage.php',
     'ezcWebdavGetContentLengthProperty'        => 
'Webdav/properties/getcontentlength.php',


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to