get a buildable i2p plugin for mw

pull/34/head
Zlatin Balevsky 2019-11-29 16:49:44 +00:00
parent 3775f28af7
commit 9cb0655cfa
3 changed files with 20 additions and 0 deletions

View File

@ -6,6 +6,7 @@ apply plugin : 'war'
dependencies {
providedCompile project(':core')
compile fileTree("../i2pjars") { include '*.jar' }
}
war {

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=index.jsp" />
</head>
<body>
</body>
</html>

View 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>