Index: branches/5.3.x/install/cache/.gitignore =================================================================== --- branches/5.3.x/install/cache/.gitignore (revision 0) +++ branches/5.3.x/install/cache/.gitignore (revision 16162) @@ -0,0 +1 @@ +file_hashes.php Index: branches/5.3.x/install/cache/class_structure.php =================================================================== --- branches/5.3.x/install/cache/class_structure.php (revision 0) +++ branches/5.3.x/install/cache/class_structure.php (revision 16162) @@ -0,0 +1,15 @@ + 1, + 'classes' => array( + 'ArticlesEventHandler' => '/modules/in-news/units/articles/articles_event_handler.php', + 'ArticlesTagProcessor' => '/modules/in-news/units/articles/articles_tag_processor.php', + 'InNewsPrerequisites' => '/modules/in-news/install/prerequisites.php', + 'InNewsUpgrades' => '/modules/in-news/install/upgrades.php', + ), +); Property changes on: branches/5.3.x/install/cache/class_structure.php ___________________________________________________________________ Added: svn:eol-style + LF Property changes on: branches/5.3.x/install/cache ___________________________________________________________________ Added: svn:ignore + file_hashes.php