<launch4jConfig>
  <headerType>gui</headerType>
  <outfile>%TARGET%.exe</outfile>
  <jar>josm-tested.jar</jar>
  <dontWrapJar>true</dontWrapJar>
  <errTitle></errTitle>
  <downloadUrl>https://java.com/download</downloadUrl>
  <supportUrl></supportUrl>
  <cmdLine></cmdLine>
  <chdir></chdir>
  <priority>normal</priority>
  <stayAlive>true</stayAlive>
  <icon>logo.ico</icon>
  <jre>
    <path></path>
    <minVersion>1.8.0</minVersion>
    <maxVersion></maxVersion>
    <jdkPreference>preferJre</jdkPreference>
    <runtimeBits>%RTBITS%</runtimeBits>
    <initialHeapSize>%INIHEAP%</initialHeapSize>
    <maxHeapSize>%MAXHEAP%</maxHeapSize>
  </jre>
  <versionInfo>
    <fileVersion>1.5.0.%VERSION%</fileVersion>
    <txtFileVersion>%VERSION%</txtFileVersion>
    <fileDescription>Java OpenStreetMap Editor</fileDescription>
    <copyright>GNU General Public License v2 or later</copyright>
    <productVersion>1.5.0.%VERSION%</productVersion>
    <txtProductVersion>%VERSION%</txtProductVersion>
    <productName>JOSM</productName>
    <companyName>OpenStreetMap</companyName>
    <internalName>%TARGET%</internalName>
    <originalFilename>%TARGET%.exe</originalFilename>
  </versionInfo>
</launch4jConfig>
