forked from I2P_Developers/i2p.i2p
Build: Remove jars from gradle wars
This commit is contained in:
@@ -13,7 +13,7 @@ sourceSets {
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':apps:systray')
|
||||
providedCompile project(':apps:systray')
|
||||
compile 'gnu.getopt:java-getopt:1.0.13'
|
||||
providedCompile project(':apps:ministreaming')
|
||||
providedCompile project(':apps:jetty')
|
||||
@@ -60,5 +60,4 @@ war {
|
||||
from 'mime.properties'
|
||||
}
|
||||
webXml = file('web.xml')
|
||||
// TODO why is this in there? WEB-INF/lib/systray.jar
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ sourceSets {
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':apps:ministreaming')
|
||||
providedCompile project(':apps:ministreaming')
|
||||
compile 'gnu.getopt:java-getopt:1.0.13'
|
||||
providedCompile project(':apps:jetty')
|
||||
}
|
||||
@@ -106,6 +106,5 @@ war {
|
||||
exclude '*.jsi'
|
||||
exclude '*.jsp'
|
||||
webXml = file('jsp/web.xml')
|
||||
// FIXME why is this in there? WEB-INF/lib/mstreaming.jar
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user