Admin/launch4j/isabelle.xml
author blanchet
Thu, 28 Jul 2011 16:32:39 +0200
changeset 44872 2b75760fa75e
parent 31921 f39825f8bfd3
child 48539 206bf8c4860d
permissions -rw-r--r--
no needless mangling
     1 <launch4jConfig>
     2   <dontWrapJar>true</dontWrapJar>
     3   <headerType>gui</headerType>
     4   <jar>lib\classes\isabelle-scala.jar</jar>
     5   <outfile>Isabelle.exe</outfile>
     6   <errTitle></errTitle>
     7   <cmdLine></cmdLine>
     8   <chdir></chdir>
     9   <priority>normal</priority>
    10   <downloadUrl>http://java.com/download</downloadUrl>
    11   <supportUrl></supportUrl>
    12   <customProcName>false</customProcName>
    13   <stayAlive>true</stayAlive>
    14   <manifest></manifest>
    15   <icon>isabelle.ico</icon>
    16   <jre>
    17     <path></path>
    18     <minVersion>1.6.0</minVersion>
    19     <maxVersion></maxVersion>
    20     <jdkPreference>preferJre</jdkPreference>
    21     <opt>-Disabelle.home=&quot;%EXEDIR%&quot;</opt>
    22   </jre>
    23 </launch4jConfig>