Merge lp:~yrke/tapaal/updated-launch4j-config into lp:tapaal

Proposed by Kenneth Yrke Jørgensen
Status: Merged
Approved by: Jiri Srba
Approved revision: 1033
Merged at revision: 1033
Proposed branch: lp:~yrke/tapaal/updated-launch4j-config
Merge into: lp:tapaal
Diff against target: 55 lines (+45/-0)
1 file modified
tools/launch4j-template.xml (+45/-0)
To merge this branch: bzr merge lp:~yrke/tapaal/updated-launch4j-config
Reviewer Review Type Date Requested Status
Jiri Srba Approve
Kenneth Yrke Jørgensen Approve
Review via email: mp+377816@code.launchpad.net

Commit message

Updated launch4j config via template file

Moved old config to archive folder

To post a comment you must log in.
Revision history for this message
Kenneth Yrke Jørgensen (yrke) wrote :

A fix to the launch4j script fixing a problem when running the exe file from a different directory

review: Approve
Revision history for this message
Jiri Srba (srba) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'tools/launch4j-config-archive'
2=== renamed file 'tools/launch4j-conf-jiri-3.0.xml' => 'tools/launch4j-config-archive/launch4j-conf-jiri-3.0.xml'
3=== renamed file 'tools/launch4j-conf-jiri-3.6.xml' => 'tools/launch4j-config-archive/launch4j-conf-jiri-3.6.xml'
4=== renamed file 'tools/launch4j-conf-jiri.xml' => 'tools/launch4j-config-archive/launch4j-conf-jiri.xml'
5=== renamed file 'tools/launch4j-conf.xml' => 'tools/launch4j-config-archive/launch4j-conf.xml'
6=== added file 'tools/launch4j-template.xml'
7--- tools/launch4j-template.xml 1970-01-01 00:00:00 +0000
8+++ tools/launch4j-template.xml 2020-01-20 08:40:31 +0000
9@@ -0,0 +1,45 @@
10+<?xml version="1.0" encoding="UTF-8"?>
11+<launch4jConfig>
12+ <dontWrapJar>true</dontWrapJar>
13+ <headerType>gui</headerType>
14+ <jar>%EXEDIR%\lib\tapaal.jar</jar>
15+ <outfile>tapaal.exe</outfile>
16+ <errTitle></errTitle>
17+ <cmdLine></cmdLine>
18+ <chdir></chdir>
19+ <priority>normal</priority>
20+ <downloadUrl>http://java.com/download</downloadUrl>
21+ <supportUrl>http://www.tapaal.net</supportUrl>
22+ <stayAlive>false</stayAlive>
23+ <restartOnCrash>false</restartOnCrash>
24+ <manifest></manifest>
25+ <icon></icon>
26+ <classPath>
27+ <mainClass>TAPAAL</mainClass>
28+ <cp>%EXEDIR%/lib/*</cp>
29+ </classPath>
30+ <jre>
31+ <path></path>
32+ <bundledJre64Bit>false</bundledJre64Bit>
33+ <bundledJreAsFallback>false</bundledJreAsFallback>
34+ <minVersion>1.6.0</minVersion>
35+ <maxVersion></maxVersion>
36+ <jdkPreference>preferJre</jdkPreference>
37+ <runtimeBits>64/32</runtimeBits>
38+ <opt>-Dlaunch4j.exedir=&quot;%EXEDIR%&quot;</opt>
39+ </jre>
40+ <versionInfo>
41+ <fileVersion>3.6.0.0</fileVersion>
42+ <txtFileVersion>3.6.0.0</txtFileVersion>
43+ <fileDescription>TAPAAL</fileDescription>
44+ <copyright>TAPAAL Team 2008-2020</copyright>
45+ <productVersion>3.6.0.0</productVersion>
46+ <txtProductVersion>3.6.0.0</txtProductVersion>
47+ <productName>TAPAAL</productName>
48+ <companyName></companyName>
49+ <internalName>tapaal</internalName>
50+ <originalFilename>tapaal.exe</originalFilename>
51+ <trademarks></trademarks>
52+ <language>ENGLISH_US</language>
53+ </versionInfo>
54+</launch4jConfig>
55\ No newline at end of file

Subscribers

People subscribed via source and target branches