preparing new poll module
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
package de.srsoftware.umbrella.core.api;
|
||||||
|
|
||||||
|
public interface PollService {
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
description = "Umbrella : Polls"
|
||||||
|
|
||||||
|
dependencies{
|
||||||
|
implementation(project(":core"))
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package de.srsoftware.umbrella.poll;
|
||||||
|
|
||||||
|
import de.srsoftware.umbrella.core.BaseHandler;
|
||||||
|
import de.srsoftware.umbrella.core.api.PollService;
|
||||||
|
|
||||||
|
public class PollModule extends BaseHandler implements PollService {
|
||||||
|
}
|
||||||
+2
-1
@@ -8,10 +8,12 @@ include("contact")
|
|||||||
include("core")
|
include("core")
|
||||||
include("documents")
|
include("documents")
|
||||||
include("files")
|
include("files")
|
||||||
|
include("journal")
|
||||||
include("legacy")
|
include("legacy")
|
||||||
include("messages")
|
include("messages")
|
||||||
include("markdown")
|
include("markdown")
|
||||||
include("notes")
|
include("notes")
|
||||||
|
include("poll")
|
||||||
include("project")
|
include("project")
|
||||||
include("stock")
|
include("stock")
|
||||||
include("tags")
|
include("tags")
|
||||||
@@ -22,4 +24,3 @@ include("user")
|
|||||||
include("web")
|
include("web")
|
||||||
include("wiki")
|
include("wiki")
|
||||||
|
|
||||||
include("journal")
|
|
||||||
Reference in New Issue
Block a user