From 9cb0655cfa58208b3d6c63cd37f6de2b0adc191d Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 29 Nov 2019 16:49:44 +0000 Subject: [PATCH] get a buildable i2p plugin for mw --- webui/build.gradle | 1 + webui/src/main/webapp/index.html | 8 ++++++++ webui/src/main/webapp/index.jsp | 11 +++++++++++ 3 files changed, 20 insertions(+) create mode 100644 webui/src/main/webapp/index.html create mode 100644 webui/src/main/webapp/index.jsp diff --git a/webui/build.gradle b/webui/build.gradle index 59d2dee1..80d34ce1 100644 --- a/webui/build.gradle +++ b/webui/build.gradle @@ -6,6 +6,7 @@ apply plugin : 'war' dependencies { providedCompile project(':core') + compile fileTree("../i2pjars") { include '*.jar' } } war { diff --git a/webui/src/main/webapp/index.html b/webui/src/main/webapp/index.html new file mode 100644 index 00000000..95b7b90a --- /dev/null +++ b/webui/src/main/webapp/index.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/webui/src/main/webapp/index.jsp b/webui/src/main/webapp/index.jsp new file mode 100644 index 00000000..68359b29 --- /dev/null +++ b/webui/src/main/webapp/index.jsp @@ -0,0 +1,11 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + MuWire + + +

Nothing here yet

+ +