Skip to content

Commit

Permalink
Change FileCache to LibraryMap. Final commit on this.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaecyra committed Jun 18, 2010
1 parent 85218d5 commit a80d0cc
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 241 deletions.
1 change: 0 additions & 1 deletion bootstrap.php
Expand Up @@ -36,7 +36,6 @@
require_once(PATH_LIBRARY_CORE . DS . 'class.router.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.dispatcher.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.filesystem.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.filecache.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.librarymap.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.format.php');
require_once(PATH_LIBRARY_CORE . DS . 'class.model.php');
Expand Down
237 changes: 0 additions & 237 deletions library/core/class.filecache.php

This file was deleted.

0 comments on commit a80d0cc

Please sign in to comment.