Skip to content

Commit 3cacd70

Browse files
committed
[TASK] Remove ext_econf.php file
This change removes the ext_emconf.php file, since this file is not required anymore for classic/non-composer mode, see: * https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Breaking-108310-RequireComposerJsonInClassicMode.html * https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Breaking-108304-PopulateExtensionTitleFromComposerJson.html Relates: #4519
1 parent edea14a commit 3cacd70

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

Docker/SolrServer/.dockerignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.git
22
.gitignore
33
.idea
4-
.travis.yml
54
Build
65
Configuration
76
composer.json
@@ -14,16 +13,11 @@ ext_localconf.php
1413
workflow
1514
Classes
1615
README.md
17-
ext_emconf.php
1816
ext_tables.php
19-
Ressources/Css
20-
Ressources/Images
21-
Ressources/JavaScript
2217
Ressources/Private/Install
2318
Ressources/Private/Language
2419
Ressources/Private/Layouts
2520
Ressources/Private/Partials
2621
Ressources/Private/Php
2722
Ressources/Private/Templates
2823
Ressources/Public
29-
Ressources/Templates

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apache-solr-for-typo3/solr",
33
"type": "typo3-cms-extension",
4-
"description": "Apache Solr for TYPO3",
4+
"description": "Apache Solr for TYPO3 - Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.",
55
"license": "GPL-3.0-or-later",
66
"keywords": ["typo3", "TYPO3 CMS", "solr", "search"],
77
"homepage": "https://www.typo3-solr.com",

ext_emconf.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)