Admin/launch4j/isabelle.xml
author wenzelm
Wed, 25 Apr 2012 11:29:55 +0200
changeset 47743 493c0169e75c
parent 47679 93e0dada1266
child 47745 de249b5ae6e2
permissions -rw-r--r--
added splash screen, to reduce confusion when waiting for main application to start up;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     1
<launch4jConfig>
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     2
  <dontWrapJar>true</dontWrapJar>
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     3
  <headerType>gui</headerType>
47662
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
     4
  <jar></jar>
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     5
  <outfile>Isabelle.exe</outfile>
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     6
  <errTitle></errTitle>
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     7
  <cmdLine></cmdLine>
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     8
  <chdir></chdir>
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
     9
  <priority>normal</priority>
47662
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    10
  <downloadUrl></downloadUrl>
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
    11
  <supportUrl></supportUrl>
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
    12
  <customProcName>false</customProcName>
31921
f39825f8bfd3 Isabelle application wrapper for windows.
wenzelm
parents: 31859
diff changeset
    13
  <stayAlive>true</stayAlive>
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
    14
  <manifest></manifest>
31859
7130ead05fdd added icon;
wenzelm
parents: 31858
diff changeset
    15
  <icon>isabelle.ico</icon>
47662
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    16
  <classPath>
47665
2cbf029abca9 refer to isabelle.Main application wrapper;
wenzelm
parents: 47662
diff changeset
    17
    <mainClass>isabelle.Main</mainClass>
47662
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    18
    <cp>lib\classes\ext\Pure.jar</cp>
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    19
    <cp>lib\classes\ext\scala-library.jar</cp>
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    20
    <cp>lib\classes\ext\scala-swing.jar</cp>
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    21
  </classPath>
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
    22
  <jre>
47662
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    23
    <path>contrib\jdk-7u3_x86-cygwin\jdk1.7.0_03</path>
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    24
    <minVersion></minVersion>
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
    25
    <maxVersion></maxVersion>
47662
206bf8c4860d updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents: 31921
diff changeset
    26
    <jdkPreference>jdkOnly</jdkPreference>
47679
93e0dada1266 support Cygwin cold-start via Isabelle.exe, assuming layout of bundle;
wenzelm
parents: 47665
diff changeset
    27
    <opt>-Disabelle.home=&quot;%EXEDIR%&quot; -Dcygwin.root=&quot;%EXEDIR%\\contrib\\cygwin-1.7.9&quot;</opt>
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
    28
  </jre>
47743
493c0169e75c added splash screen, to reduce confusion when waiting for main application to start up;
wenzelm
parents: 47679
diff changeset
    29
  <splash>
493c0169e75c added splash screen, to reduce confusion when waiting for main application to start up;
wenzelm
parents: 47679
diff changeset
    30
    <file>isabelle.bmp</file>
493c0169e75c added splash screen, to reduce confusion when waiting for main application to start up;
wenzelm
parents: 47679
diff changeset
    31
    <waitForWindow>false</waitForWindow>
493c0169e75c added splash screen, to reduce confusion when waiting for main application to start up;
wenzelm
parents: 47679
diff changeset
    32
    <timeout>10</timeout>
493c0169e75c added splash screen, to reduce confusion when waiting for main application to start up;
wenzelm
parents: 47679
diff changeset
    33
    <timeoutErr>false</timeoutErr>
493c0169e75c added splash screen, to reduce confusion when waiting for main application to start up;
wenzelm
parents: 47679
diff changeset
    34
  </splash>
31858
bf711eb92f84 basic launch4j setup;
wenzelm
parents:
diff changeset
    35
</launch4jConfig>