~i2p.packages/i2p/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<launch4jConfig>
  <headerType>0</headerType>
  <jar>../build/launchi2p.jar</jar>
  <outfile>../build/i2p.exe</outfile>
  <errTitle>I2P</errTitle>
  <chdir>.</chdir>
  <customProcName>false</customProcName>
  <icon>resources/start.ico</icon>
  <jre>
    <minVersion>1.7.0</minVersion>
    <!--
    <minHeapSize>64</minHeapSize>
    -->
    <maxHeapSize>128</maxHeapSize>
    <args>-Djava.library.path=.;lib -DloggerFilenameOverride=logs/log-router-@.txt -Dorg.mortbay.http.Version.paranoid=true -Dorg.mortbay.util.FileResource.checkAliases=false</args>
  </jre>
  <splash>
    <file>resources/i2plogo.bmp</file>
    <waitForWindow>false</waitForWindow>
    <timeout>10</timeout>
    <timeoutErr>false</timeoutErr>
  </splash>
</launch4jConfig>