Last change
on this file since 8de0c0b was
8de0c0b,
checked in by str4d <str4d@…>, 7 years ago
|
Correct Jar/War? split for addressbook, snark and i2ptunnel
|
-
Property mode set to
100644
|
File size:
288 bytes
|
Line | |
---|
1 | apply plugin: 'war' |
---|
2 | |
---|
3 | sourceSets { |
---|
4 | main { |
---|
5 | java { |
---|
6 | srcDir 'java/src' |
---|
7 | } |
---|
8 | } |
---|
9 | } |
---|
10 | |
---|
11 | dependencies { |
---|
12 | compile project(':core') |
---|
13 | providedCompile project(':apps:jetty') |
---|
14 | } |
---|
15 | |
---|
16 | jar { |
---|
17 | exclude { it.name == 'Servlet.class' } |
---|
18 | } |
---|
19 | |
---|
20 | war { |
---|
21 | webXml = file('web.xml') |
---|
22 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.