defect
major
#28357
Do not include IDEResources by default
In many places, the instance class "com.top_logic.util.resource.analyzer.IDEResources" is explicitly configured for the "com.top_logic.basic.util.ResourcesModule" service. This was probably created by copy-paste. This means that this implementation, which was only intended for the IDE, almost inevitably ends up in a delivered application. Instead, the instance class should generally not be reconfigured at all. The IDEResources can be reached by including the config "devel-dump-missing-resources.config.xml", as a devel config this could be done directly in top-logic, so that no local adaptation is necessary.