[Pkg-owncloud-commits] [php-sabredav] 129/163: Removed the old autoloader.

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:55:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit 3a233b8298cc4ef21cc5ce851ff4224962af7f7b
Author: Evert Pot <me at evertpot.com>
Date:   Thu May 8 00:21:43 2014 -0400

    Removed the old autoloader.
---
 lib/autoload.php | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/lib/autoload.php b/lib/autoload.php
deleted file mode 100644
index c5945ee..0000000
--- a/lib/autoload.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/**
- * SabreDAV's autoloader
- *
- * This file is kept for backwards compatibility purposes.
- * SabreDAV now uses the composer autoloader.
- *
- * You should stop including this file, and include 'vendor/autoload.php'
- * instead.
- *
- * @deprecated Will be removed in a future version!
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @author Evert Pot (http://evertpot.com/)
- * @license http://sabre.io/license/ Modified BSD License
- */
-
-/**
- * We are assuming that the composer autoloader is just 2 directories up.
- *
- * This is not the case when sabredav is installed as a dependency. But, in
- * those cases it's not expected that people will look for this file anyway.
- */
-
-require __DIR__ . '/../../vendor/autoload.php';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list