Index: branches/5.3.x/install/cache/class_structure.php =================================================================== diff -u -N --- branches/5.3.x/install/cache/class_structure.php (revision 0) +++ branches/5.3.x/install/cache/class_structure.php (revision 16161) @@ -0,0 +1,23 @@ + 1, + 'classes' => array( + 'InLinkPrerequisites' => '/modules/in-link/install/prerequisites.php', + 'InLinkUpgrades' => '/modules/in-link/install/upgrades.php', + 'LinkHelper' => '/modules/in-link/units/helpers/link_helper.php', + 'LinkTagProcessor' => '/modules/in-link/units/links/link_tag_processor.php', + 'LinkValidationEventHandler' => '/modules/in-link/units/link_validation/link_validation_eh.php', + 'LinkValidationTagProcessor' => '/modules/in-link/units/link_validation/link_validation_tp.php', + 'LinkVisitEventHandler' => '/modules/in-link/units/l-visits/l-visit_eh.php', + 'LinksEventHandler' => '/modules/in-link/units/links/links_event_handler.php', + 'ListingTypesEventHandler' => '/modules/in-link/units/listing_types/listing_types_event_handler.php', + 'ListingTypesTagProcessor' => '/modules/in-link/units/listing_types/listing_types_tag_processor.php', + 'ListingsEventHandler' => '/modules/in-link/units/listings/listings_event_handler.php', + 'ListingsTagProcessor' => '/modules/in-link/units/listings/listings_tag_processor.php', + ), +); Index: branches/5.3.x/install/cache/.gitignore =================================================================== diff -u -N --- branches/5.3.x/install/cache/.gitignore (revision 0) +++ branches/5.3.x/install/cache/.gitignore (revision 16161) @@ -0,0 +1 @@ +file_hashes.php