forked from I2P_Developers/i2p.i2p
Started build script for routerconsole, broken
This commit is contained in:
@@ -19,4 +19,12 @@ dependencies {
|
||||
compile 'org.eclipse.jetty:jetty-server:' + jettyVersion
|
||||
compile 'org.eclipse.jetty:jetty-util:' + jettyVersion
|
||||
compile 'org.eclipse.jetty:jetty-xml:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-continuation:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-deploy:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-jmx:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-rewrite:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-servlet:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-servlets:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-start:' + jettyVersion
|
||||
runtime 'org.eclipse.jetty:jetty-webapp:' + jettyVersion
|
||||
}
|
||||
|
20
apps/routerconsole/build.gradle
Normal file
20
apps/routerconsole/build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
apply plugin: 'war'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'java/src'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':router')
|
||||
providedCompile project(':apps:jetty')
|
||||
}
|
||||
|
||||
war {
|
||||
from 'jsp'
|
||||
webXml = file('jsp/web.xml')
|
||||
}
|
@@ -1 +1 @@
|
||||
include 'core', 'router', 'apps:ministreaming', 'apps:streaming', 'apps:jetty'
|
||||
include 'core', 'router', 'apps:ministreaming', 'apps:streaming', 'apps:jetty', 'apps:routerconsole'
|
||||
|
Reference in New Issue
Block a user