Build: Remove jars from gradle wars

This commit is contained in:
zzz
2021-01-04 07:38:19 -05:00
parent 2e180d4c60
commit e461004ed9
2 changed files with 2 additions and 4 deletions

View File

@@ -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
}

View File

@@ -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
}