-
Notifications
You must be signed in to change notification settings - Fork 1
/
resource-config.json
45 lines (45 loc) · 962 Bytes
/
resource-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"resources":{
"includes":[
{
"pattern":"\\QMETA-INF/MANIFEST.MF\\E"
},
{
"pattern":"\\QMETA-INF/services/io.jsonwebtoken.CompressionCodec\\E"
},
{
"pattern":"\\QMETA-INF/services/org.slf4j.spi.SLF4JServiceProvider\\E"
},
{
"pattern":"\\Qakka-http-version.conf\\E"
},
{
"pattern":"\\Qapplication.conf\\E"
},
{
"pattern":"\\Qcom/fasterxml/jackson/module/scala/build.properties\\E"
},
{
"pattern":"\\Qlogback.xml\\E"
},
{
"pattern":"\\Qlogger-configurator.properties\\E"
},
{
"pattern":"\\Qmessages.default\\E"
},
{
"pattern":"\\Qmessages\\E"
},
{
"pattern":"\\Qplay/reference-overrides.conf\\E"
},
{
"pattern":"\\Qreference.conf\\E"
},
{
"pattern":"\\Qversion.conf\\E"
}
]},
"bundles":[]
}