author | wenzelm |
Wed, 23 May 2012 15:40:10 +0200 | |
changeset 47964 | b74655182ed6 |
parent 47877 | 8a581a61815f |
permissions | -rw-r--r-- |
31858 | 1 |
<launch4jConfig> |
2 |
<dontWrapJar>true</dontWrapJar> |
|
3 |
<headerType>gui</headerType> |
|
47662
206bf8c4860d
updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents:
31921
diff
changeset
|
4 |
<jar></jar> |
31858 | 5 |
<outfile>Isabelle.exe</outfile> |
6 |
<errTitle></errTitle> |
|
7 |
<cmdLine></cmdLine> |
|
8 |
<chdir></chdir> |
|
9 |
<priority>normal</priority> |
|
47662
206bf8c4860d
updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents:
31921
diff
changeset
|
10 |
<downloadUrl></downloadUrl> |
31858 | 11 |
<supportUrl></supportUrl> |
12 |
<customProcName>false</customProcName> |
|
31921 | 13 |
<stayAlive>true</stayAlive> |
31858 | 14 |
<manifest></manifest> |
31859 | 15 |
<icon>isabelle.ico</icon> |
47662
206bf8c4860d
updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents:
31921
diff
changeset
|
16 |
<classPath> |
47665 | 17 |
<mainClass>isabelle.Main</mainClass> |
47877
8a581a61815f
prefer absolute paths, to allow launching from a different context (e.g. via file associations);
wenzelm
parents:
47745
diff
changeset
|
18 |
<cp>%EXEDIR%\lib\classes\ext\Pure.jar</cp> |
8a581a61815f
prefer absolute paths, to allow launching from a different context (e.g. via file associations);
wenzelm
parents:
47745
diff
changeset
|
19 |
<cp>%EXEDIR%\lib\classes\ext\scala-library.jar</cp> |
8a581a61815f
prefer absolute paths, to allow launching from a different context (e.g. via file associations);
wenzelm
parents:
47745
diff
changeset
|
20 |
<cp>%EXEDIR%\lib\classes\ext\scala-swing.jar</cp> |
47662
206bf8c4860d
updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents:
31921
diff
changeset
|
21 |
</classPath> |
31858 | 22 |
<jre> |
47877
8a581a61815f
prefer absolute paths, to allow launching from a different context (e.g. via file associations);
wenzelm
parents:
47745
diff
changeset
|
23 |
<path>%EXEDIR%\contrib\jdk-6u31_x86-cygwin\jdk1.6.0_31</path> |
47662
206bf8c4860d
updated Isabelle.exe specification, assuming layout of bundle;
wenzelm
parents:
31921
diff
changeset
|
24 |
<minVersion></minVersion> |
31858 | 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="%EXEDIR%" -Dcygwin.root="%EXEDIR%\\contrib\\cygwin-1.7.9"</opt> |
31858 | 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 | 35 |
</launch4jConfig> |