TYPO3 API  SVNRelease
ext_autoload.php
Go to the documentation of this file.
00001 <?php
00002 // DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
00003 // This file was generated on 2010-11-13 17:45
00004 
00005 $extensionPath = t3lib_extMgm::extPath('version');
00006 return array(
00007     'tx_version_tcemain_commandmap' => $extensionPath . 'class.tx_version_tcemain_commandmap.php',
00008     'tx_version_cm1' => $extensionPath . 'cm1/index.php',
00009     'tx_version_gui' => $extensionPath . 'class.tx_version_gui.php',
00010     'tx_version_tcemain' => $extensionPath . 'class.tx_version_tcemain.php',
00011     'tx_version_tasks_autopublish' => $extensionPath . 'tasks/class.tx_version_tasks_autopublish.php',
00012 );
00013 ?>