Mercurial > repos > timpalpant > java_genomics_toolkit
comparison launch4j.xml @ 2:e16016635b2a
Uploaded
author | timpalpant |
---|---|
date | Mon, 13 Feb 2012 22:12:06 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:a54db233ee3d | 2:e16016635b2a |
---|---|
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> |