~ptaank/tapaal/run-multiple-queries-

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<launch4jConfig>
  <dontWrapJar>true</dontWrapJar>
  <headerType>gui</headerType>
  <jar>../lib/tapaal.jar</jar>
  <outfile>/home/kyrke/windows/tapaal.exe</outfile>
  <errTitle></errTitle>
  <cmdLine></cmdLine>
  <chdir></chdir>
  <priority>normal</priority>
  <downloadUrl>http://java.com/download</downloadUrl>
  <supportUrl>http://www.tapaal.net</supportUrl>
  <customProcName>false</customProcName>
  <stayAlive>false</stayAlive>
  <manifest></manifest>
  <icon>/home/kyrke/projects/tapaal/src/tapaal/tools/img/icon.ico</icon>
  <classPath>
    <mainClass>TAPAAL</mainClass>
    <cp>../lib/*</cp>
  </classPath>
  <jre>
    <path></path>
    <minVersion>1.6.0</minVersion>
    <maxVersion></maxVersion>
    <jdkPreference>preferJre</jdkPreference>
  </jre>
  <versionInfo>
    <fileVersion>2.0.0.0</fileVersion>
    <txtFileVersion>2.0.0rc</txtFileVersion>
    <fileDescription>TAPAAL</fileDescription>
    <copyright>TAPAAL Team 2008-2011</copyright>
    <productVersion>2.0.0.0</productVersion>
    <txtProductVersion>2.0.0rc</txtProductVersion>
    <productName>TAPAAL</productName>
    <companyName></companyName>
    <internalName>tapaal</internalName>
    <originalFilename>tapaal.exe</originalFilename>
  </versionInfo>
</launch4jConfig>