mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 23:37:12 -07:00
Updated for RIFE2 1.1.1.
Added RIFE2 agent and relevant instructions. Improved README.
This commit is contained in:
parent
1c93546fd7
commit
44637cc6fc
3 changed files with 42 additions and 10 deletions
|
@ -19,5 +19,5 @@ dependencies {
|
|||
tasks.war {
|
||||
webAppDirectory.set(file("../app/src/main/webapp"))
|
||||
webXml = file("src/web.xml")
|
||||
rootSpec.exclude("**/jetty*.jar", "**/slf4j*.jar")
|
||||
rootSpec.exclude("**/jetty*.jar", "**/slf4j*.jar", "**/rife2*-agent.jar")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue