dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02054
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 682: Minor fix.
------------------------------------------------------------
revno: 682
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Fri 2009-09-11 21:08:51 +0200
message:
Minor fix.
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:03:58 +0000
+++ dhis-live/util/launch4j/dhis-live.xml 2009-09-11 19:08:51 +0000
@@ -14,7 +14,7 @@
<manifest></manifest>
<icon>C:\development\src\dhis2\dhis-live\util\launch4j\favicon.ico</icon>
<singleInstance>
- <mutexName>dhis-lite.mutex</mutexName>
+ <mutexName>dhis-live.mutex</mutexName>
<windowTitle></windowTitle>
</singleInstance>
<jre>
@@ -26,7 +26,7 @@
<splash>
<file>C:\development\src\dhis2\dhis-live\util\launch4j\dhis2-splash.bmp</file>
<waitForWindow>false</waitForWindow>
- <timeout>10</timeout>
+ <timeout>11</timeout>
<timeoutErr>false</timeoutErr>
</splash>
</launch4jConfig>
\ No newline at end of file