get a buildable i2p plugin for mw
This commit is contained in:
@@ -6,6 +6,7 @@ apply plugin : 'war'
|
||||
|
||||
dependencies {
|
||||
providedCompile project(':core')
|
||||
compile fileTree("../i2pjars") { include '*.jar' }
|
||||
}
|
||||
|
||||
war {
|
||||
|
||||
8
webui/src/main/webapp/index.html
Normal file
8
webui/src/main/webapp/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=index.jsp" />
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
11
webui/src/main/webapp/index.jsp
Normal file
11
webui/src/main/webapp/index.jsp
Normal file
@@ -0,0 +1,11 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>MuWire</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Nothing here yet</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user