mirror of https://github.com/zlatinb/muwire
get a buildable i2p plugin for mw
parent
3775f28af7
commit
9cb0655cfa
|
@ -6,6 +6,7 @@ apply plugin : 'war'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
providedCompile project(':core')
|
providedCompile project(':core')
|
||||||
|
compile fileTree("../i2pjars") { include '*.jar' }
|
||||||
}
|
}
|
||||||
|
|
||||||
war {
|
war {
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="0;url=index.jsp" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -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>
|
Loading…
Reference in New Issue