forked from nyetwurk/ecuxplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapdump.xml.template
More file actions
38 lines (38 loc) · 1.21 KB
/
mapdump.xml.template
File metadata and controls
38 lines (38 loc) · 1.21 KB
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>false</dontWrapJar>
<headerType>console</headerType>
<jar>mapdump.jar</jar>
<outfile>mapdump.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<icon>../ECUxPlot.ico</icon>
<classPath>
<mainClass>mapdump</mainClass>
<cp>.</cp>
</classPath>
<jre>
<path></path>
<minVersion>1.5.0</minVersion>
<maxVersion></maxVersion>
<dontUsePrivateJres>false</dontUsePrivateJres>
<initialHeapSize>0</initialHeapSize>
<maxHeapSize>0</maxHeapSize>
</jre>
<versionInfo>
<fileVersion>%VERSION.%RELEASE</fileVersion>
<txtFileVersion>%ECUXPLOT_VER</txtFileVersion>
<fileDescription>Map pack converter</fileDescription>
<copyright>Nye Liu</copyright>
<productVersion>%VERSION.%RELEASE</productVersion>
<txtProductVersion>%ECUXPLOT_VER</txtProductVersion>
<productName>Map pack converter</productName>
<companyName></companyName>
<internalName>mapdump</internalName>
<originalFilename>mapdump.exe</originalFilename>
</versionInfo>
</launch4jConfig>