TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext "version".
00005 #
00006 # Auto generated 26-01-2011 20:08
00007 #
00008 # Manual updates:
00009 # Only the data in the array - everything else is removed by next
00010 # writing. "version" and "dependencies" must not be touched!
00011 ########################################################################
00012 
00013 $EM_CONF[$_EXTKEY] = array(
00014     'title' => 'Versioning Management',
00015     'description' => 'Backend Interface for management of the versioning API.',
00016     'category' => 'be',
00017     'author' => 'Kasper Skaarhoj',
00018     'author_email' => 'kasperYYYY@typo3.com',
00019     'shy' => '',
00020     'dependencies' => '',
00021     'conflicts' => '',
00022     'priority' => '',
00023     'module' => 'cm1',
00024     'doNotLoadInFE' => 0,
00025     'state' => 'stable',
00026     'internal' => '',
00027     'uploadfolder' => 0,
00028     'createDirs' => '',
00029     'modify_tables' => '',
00030     'clearCacheOnLoad' => 0,
00031     'lockType' => '',
00032     'author_company' => '',
00033     'version' => '4.5.0',
00034     '_md5_values_when_last_written' => 'a:32:{s:9:"ChangeLog";s:4:"81ab";s:24:"class.tx_version_cm1.php";s:4:"d808";s:24:"class.tx_version_gui.php";s:4:"deea";s:28:"class.tx_version_tcemain.php";s:4:"4f42";s:39:"class.tx_version_tcemain_commandmap.php";s:4:"2246";s:16:"ext_autoload.php";s:4:"3497";s:21:"ext_conf_template.txt";s:4:"84d4";s:12:"ext_icon.gif";s:4:"3ca2";s:17:"ext_localconf.php";s:4:"9812";s:14:"ext_tables.php";s:4:"1196";s:19:"last_synched_target";s:4:"875a";s:13:"locallang.xml";s:4:"5ec0";s:7:"tca.php";s:4:"15fa";s:47:"Resources/Private/Language/locallang_emails.xml";s:4:"efd1";s:12:"cli/conf.php";s:4:"f8ec";s:13:"cm1/clear.gif";s:4:"cc11";s:15:"cm1/cm_icon.gif";s:4:"3ca2";s:12:"cm1/conf.php";s:4:"6ed8";s:13:"cm1/index.php";s:4:"0228";s:44:"tasks/class.tx_version_tasks_autopublish.php";s:4:"5b4c";s:18:"ws/class.wslib.php";s:4:"2700";s:22:"ws/class.wslib_gui.php";s:4:"e686";s:12:"ws/clear.gif";s:4:"cc11";s:11:"ws/conf.php";s:4:"b2a8";s:12:"ws/index.php";s:4:"3d0e";s:15:"ws/progress.gif";s:4:"35af";s:14:"ws/publish.php";s:4:"a300";s:20:"ws/sys_workspace.gif";s:4:"55bc";s:20:"ws/sys_workspace.png";s:4:"db4b";s:21:"ws/workspaceforms.php";s:4:"aa0c";s:19:"ws/wsol_preview.php";s:4:"2050";s:15:"ws/cli/conf.php";s:4:"328d";}',
00035     'constraints' => array(
00036         'depends' => array(
00037             'typo3' => '4.5.0-0.0.0',
00038         ),
00039         'conflicts' => array(
00040         ),
00041         'suggests' => array(
00042         ),
00043     ),
00044     'suggests' => array(
00045     ),
00046 );
00047 
00048 ?>