forked from icaruseu/mom-ca
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.properties.xml
32 lines (27 loc) · 972 Bytes
/
build.properties.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- @author: Jochen Graf -->
<XRX>
<!-- ################################ XRX Project Settings ################################ -->
<project-name>mom</project-name>
<deploy>core/**,mom/**</deploy>
<password></password>
<!-- ################################ Java Settings ################################ -->
<java>
<initmemory>256</initmemory>
<maxmemory>6144</maxmemory>
</java>
<!-- ################################ eXist Settings ################################ -->
<exist>
<cache-size>256</cache-size>
<collection-cache>256</collection-cache>
<lucene-buffer>256</lucene-buffer>
<backup-cron-trigger>0 0 4 * * ?</backup-cron-trigger>
<revision></revision>
</exist>
<!-- ################################ Jetty Settings ################################ -->
<jetty>
<port>8181</port>
<port-ssl>8444</port-ssl>
<servername>localhost</servername>
</jetty>
</XRX>