comparison java-genomics-toolkit/launch4j.xml @ 0:1daf3026d231

Upload alpha version
author timpalpant
date Mon, 13 Feb 2012 21:55:55 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1daf3026d231
1 <launch4jConfig>
2 <dontWrapJar>false</dontWrapJar>
3 <headerType>gui</headerType>
4 <jar>dist/java-genomics-toolkit.jar</jar>
5 <outfile>dist/Genomics Toolkit.exe</outfile>
6 <errTitle></errTitle>
7 <cmdLine></cmdLine>
8 <chdir></chdir>
9 <priority>normal</priority>
10 <downloadUrl>http://java.com/download</downloadUrl>
11 <supportUrl>http://github.com/timpalpant/java-genomics-toolkit</supportUrl>
12 <customProcName>false</customProcName>
13 <stayAlive>false</stayAlive>
14 <manifest>META-INF/MANIFEST.MF</manifest>
15 <icon></icon>
16 <classPath>
17 <mainClass>edu.unc.genomics.GenomicsToolkit</mainClass>
18 <cp>../lib/*</cp>
19 </classPath>
20 <jre>
21 <path></path>
22 <minVersion>1.7.0</minVersion>
23 <maxVersion></maxVersion>
24 <jdkPreference>preferJre</jdkPreference>
25 </jre>
26 </launch4jConfig>