This repository was archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
50 lines (48 loc) · 1.49 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "solrdam".
*
* Auto generated 04-01-2013 08:14
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Apache Solr for TYPO3 - DAM Indexing',
'description' => 'DAM Indexing',
'category' => 'be',
'author' => 'Ingo Renner',
'author_email' => '[email protected]',
'shy' => '',
'dependencies' => 'solr,solrfile,dam',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => 'dkd Internet Service GmbH',
'version' => '1.1.0',
'constraints' => array(
'depends' => array(
'solr' => '2.8.0',
'solrfile' => '1.0.0',
'dam' => '1.3.0',
'php' => '5.3.0-0.0.0',
'typo3' => '4.5.5-0.0.0',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:7:{s:9:"ChangeLog";s:4:"fab2";s:16:"ext_autoload.php";s:4:"89d7";s:12:"ext_icon.gif";s:4:"11e4";s:14:"ext_tables.php";s:4:"c342";s:61:"classes/indexqueue/class.tx_solrdam_indexqueue_damindexer.php";s:4:"4e30";s:10:"doc/README";s:4:"ce78";s:24:"static/solrdam/setup.txt";s:4:"e3c9";}',
'suggests' => array(
),
);
?>