dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #04360
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1443: Made the path to favicon and splash relative in launch4j config file.
------------------------------------------------------------
revno: 1443
committer: Lars Helge Oeverland <larshelge@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-02-17 15:34:01 +0100
message:
Made the path to favicon and splash relative in launch4j config file.
modified:
dhis-live/util/launch4j/dhis-live.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-live/util/launch4j/dhis-live.xml'
--- dhis-live/util/launch4j/dhis-live.xml 2009-09-11 19:14:49 +0000
+++ dhis-live/util/launch4j/dhis-live.xml 2010-02-17 14:34:01 +0000
@@ -12,7 +12,7 @@
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
- <icon>C:\development\src\dhis2\dhis-live\util\launch4j\favicon.ico</icon>
+ <icon>favicon.ico</icon>
<singleInstance>
<mutexName>dhis-live.mutex</mutexName>
<windowTitle></windowTitle>
@@ -24,9 +24,9 @@
<jdkPreference>preferJre</jdkPreference>
</jre>
<splash>
- <file>C:\development\src\dhis2\dhis-live\util\launch4j\dhis2-splash.bmp</file>
+ <file>dhis2-splash.bmp</file>
<waitForWindow>false</waitForWindow>
<timeout>12</timeout>
<timeoutErr>false</timeoutErr>
</splash>
-</launch4jConfig>
\ No newline at end of file
+</launch4jConfig>