diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2013-08-06 17:47:10 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2013-11-10 21:05:39 +0100 |
commit | f2694065ad7685cb76c23b8aecd39e1481c07c0b (patch) | |
tree | b7342f9464009c3ace7a6cee1f4c871fd4c70b9b /lib | |
parent | 6f79b983682bfd08572ba3364e27e68d91632082 (diff) | |
download | jitsi-f2694065ad7685cb76c23b8aecd39e1481c07c0b.zip jitsi-f2694065ad7685cb76c23b8aecd39e1481c07c0b.tar.gz jitsi-f2694065ad7685cb76c23b8aecd39e1481c07c0b.tar.bz2 |
Use separate dirs for application logs, cache and configuration data
This is primarily used on Windows to store logs and cached data
on the local computers instead of on the network when roaming profiles
with folder redirection is used.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/felix.client.run.properties | 2 | ||||
-rw-r--r-- | lib/installer-exclude/libjitsi.jar | bin | 1583953 -> 1585043 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index 77de9f3..cf8c6e4 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -212,7 +212,7 @@ felix.auto.start.80= \ # file:lib/bundle/architectureviewer1.1.jar # Specify the directory where oscar should deploy its bundles -org.osgi.framework.storage=${net.java.sip.communicator.SC_HOME_DIR_LOCATION}/${net.java.sip.communicator.SC_HOME_DIR_NAME}/sip-communicator.bin +org.osgi.framework.storage=${net.java.sip.communicator.SC_CACHE_DIR_LOCATION}/${net.java.sip.communicator.SC_HOME_DIR_NAME}/sip-communicator.bin org.osgi.framework.startlevel.beginning=100 felix.startlevel.bundle=100 diff --git a/lib/installer-exclude/libjitsi.jar b/lib/installer-exclude/libjitsi.jar Binary files differindex 27f49f5..9ef4795 100644 --- a/lib/installer-exclude/libjitsi.jar +++ b/lib/installer-exclude/libjitsi.jar |