aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2008-08-21 14:17:10 +0000
committerDamian Minkov <damencho@jitsi.org>2008-08-21 14:17:10 +0000
commitf0c46adb22b1ca165ea26e6a3f9a5620ad77bb2f (patch)
tree81af1c931424a046f33b619dc0b9d186266b3541 /resources
parentfe56e3e06259edf5c43c38e6097189b48e1b859e (diff)
downloadjitsi-f0c46adb22b1ca165ea26e6a3f9a5620ad77bb2f.zip
jitsi-f0c46adb22b1ca165ea26e6a3f9a5620ad77bb2f.tar.gz
jitsi-f0c46adb22b1ca165ea26e6a3f9a5620ad77bb2f.tar.bz2
Move custom FileHandler to util package and add util classes to system classloader under windows.
Diffstat (limited to 'resources')
-rw-r--r--resources/install/logging.properties12
-rw-r--r--resources/install/windows/run.exebin615424 -> 615424 bytes
-rw-r--r--resources/install/windows/run.exe.jsmooth1
3 files changed, 6 insertions, 7 deletions
diff --git a/resources/install/logging.properties b/resources/install/logging.properties
index bc0661b..4b4e806 100644
--- a/resources/install/logging.properties
+++ b/resources/install/logging.properties
@@ -15,7 +15,7 @@
# Note that these classes must be on the system classpath.
# By default we only configure a ConsoleHandler, which will only
# show messages at the INFO and above levels.
-handlers= net.java.sip.communicator.launcher.logging.FileHandler, java.util.logging.ConsoleHandler
+handlers= net.java.sip.communicator.util.FileHandler, java.util.logging.ConsoleHandler
# To also add the FileHandler, use the following line instead.
@@ -35,12 +35,10 @@ handlers= net.java.sip.communicator.launcher.logging.FileHandler, java.util.logg
############################################################
# default file output is in user's home directory.
-net.java.sip.communicator.launcher.logging.FileHandler.limit = 5000000
-net.java.sip.communicator.launcher.logging.FileHandler.count = 3
-net.java.sip.communicator.launcher.logging.FileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
-net.java.sip.communicator.launcher.logging.FileHandler.level = FINEST
-
-
+net.java.sip.communicator.util.FileHandler.limit = 5000000
+net.java.sip.communicator.util.FileHandler.count = 3
+net.java.sip.communicator.util.FileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
+net.java.sip.communicator.util.FileHandler.level = FINEST
# Limit the message that are printed on the console to FINEST and above (all).
diff --git a/resources/install/windows/run.exe b/resources/install/windows/run.exe
index 5d36026..b6c095f 100644
--- a/resources/install/windows/run.exe
+++ b/resources/install/windows/run.exe
Binary files differ
diff --git a/resources/install/windows/run.exe.jsmooth b/resources/install/windows/run.exe.jsmooth
index 5fb510c..cec5f53 100644
--- a/resources/install/windows/run.exe.jsmooth
+++ b/resources/install/windows/run.exe.jsmooth
@@ -11,6 +11,7 @@
<classPath>lib\jdic-all.jar</classPath>
<classPath>lib\jdic_stub.jar</classPath>
<classPath>sc-bundles\sc-launcher.jar</classPath>
+<classPath>sc-bundles\util.jar</classPath>
<currentDirectory>${EXECUTABLEPATH}</currentDirectory>
<embeddedJar>false</embeddedJar>
<executableName>run.exe</executableName>