Correct Jar/War split for addressbook, snark and i2ptunnel

This commit is contained in:
str4d
2014-06-26 00:00:38 +00:00
parent aa3ac75470
commit 8de0c0bd88
3 changed files with 50 additions and 3 deletions

View File

@@ -13,6 +13,10 @@ dependencies {
providedCompile project(':apps:jetty')
}
jar {
exclude { it.name == 'Servlet.class' }
}
war {
webXml = file('web.xml')
}