removed search module
(search is implemented in each module, no separate module required)
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
description = "Umbrella : Search"
|
|
||||||
|
|
||||||
dependencies{
|
|
||||||
implementation(project(":core"))
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
/* © SRSoftware 2025 */
|
|
||||||
package de.srsoftware.umbrella.search;
|
|
||||||
|
|
||||||
import static de.srsoftware.umbrella.core.exceptions.UmbrellaException.*;
|
|
||||||
|
|
||||||
import de.srsoftware.umbrella.core.BaseHandler;
|
|
||||||
import de.srsoftware.umbrella.core.ModuleRegistry;
|
|
||||||
|
|
||||||
public class SearchModule extends BaseHandler {
|
|
||||||
|
|
||||||
public SearchModule(ModuleRegistry registry) {
|
|
||||||
super(registry);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -12,7 +12,6 @@ include("messages")
|
|||||||
include("markdown")
|
include("markdown")
|
||||||
include("notes")
|
include("notes")
|
||||||
include("project")
|
include("project")
|
||||||
include("search")
|
|
||||||
include("tags")
|
include("tags")
|
||||||
include("task")
|
include("task")
|
||||||
include("time")
|
include("time")
|
||||||
|
|||||||
Reference in New Issue
Block a user