I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit e461004e authored by zzz's avatar zzz
Browse files

Build: Remove jars from gradle wars

parent 2e180d4c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ sourceSets { ...@@ -13,7 +13,7 @@ sourceSets {
dependencies { dependencies {
compile project(':core') compile project(':core')
compile project(':apps:systray') providedCompile project(':apps:systray')
compile 'gnu.getopt:java-getopt:1.0.13' compile 'gnu.getopt:java-getopt:1.0.13'
providedCompile project(':apps:ministreaming') providedCompile project(':apps:ministreaming')
providedCompile project(':apps:jetty') providedCompile project(':apps:jetty')
...@@ -60,5 +60,4 @@ war { ...@@ -60,5 +60,4 @@ war {
from 'mime.properties' from 'mime.properties'
} }
webXml = file('web.xml') webXml = file('web.xml')
// TODO why is this in there? WEB-INF/lib/systray.jar
} }
...@@ -19,7 +19,7 @@ sourceSets { ...@@ -19,7 +19,7 @@ sourceSets {
dependencies { dependencies {
compile project(':core') compile project(':core')
compile project(':apps:ministreaming') providedCompile project(':apps:ministreaming')
compile 'gnu.getopt:java-getopt:1.0.13' compile 'gnu.getopt:java-getopt:1.0.13'
providedCompile project(':apps:jetty') providedCompile project(':apps:jetty')
} }
...@@ -106,6 +106,5 @@ war { ...@@ -106,6 +106,5 @@ war {
exclude '*.jsi' exclude '*.jsi'
exclude '*.jsp' exclude '*.jsp'
webXml = file('jsp/web.xml') webXml = file('jsp/web.xml')
// FIXME why is this in there? WEB-INF/lib/mstreaming.jar
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment