author | blanchet |
Fri, 18 May 2012 16:43:38 +0200 | |
changeset 47942 | 49b05b9ead33 |
parent 47745 | de249b5ae6e2 |
child 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> |
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 | 22 |
<jre> |
47745
de249b5ae6e2
back to mature jdk1.6.0_31, to avoid issues like Sidekick TAB completion and generic ListCellRenderer;
wenzelm
parents:
47743
diff
changeset
|
23 |
<path>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> |