-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlauncher_conf.xml
More file actions
36 lines (36 loc) · 1.29 KB
/
launcher_conf.xml
File metadata and controls
36 lines (36 loc) · 1.29 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
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>app\packbsp.jar</jar>
<outfile>packbsp.exe</outfile>
<errTitle>PackBSP</errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl>http://technofovea.com/blog/projects/packbsp/support</supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>.\src\main\resources\com\technofovea\packbsp\gui2\resources\packbsp.ico</icon>
<jre>
<path></path>
<minVersion>1.5.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<initialHeapSize>50</initialHeapSize>
<maxHeapSize>512</maxHeapSize>
</jre>
<versionInfo>
<fileVersion>2.0.5.0</fileVersion>
<txtFileVersion>2.0.5</txtFileVersion>
<fileDescription>PackBSP analyzes and packages custom content in Source maps</fileDescription>
<copyright>2011 Darien Hager</copyright>
<productVersion>2.0.5.0</productVersion>
<txtProductVersion>2.0.5</txtProductVersion>
<productName>PackBSP</productName>
<companyName></companyName>
<internalName>packbsp</internalName>
<originalFilename>packbsp.exe</originalFilename>
</versionInfo>
</launch4jConfig>