author | wenzelm |
Sun, 22 Apr 2012 21:43:57 +0200 | |
changeset 47679 | 93e0dada1266 |
parent 47665 | 2cbf029abca9 |
child 47743 | 493c0169e75c |
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> |
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 | 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> |
29 |
</launch4jConfig> |