diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-08-28 00:57:09 +0300 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-08-28 00:57:09 +0300 |
commit | b4c90af94926b9904ba2e75286339faad986c0bb (patch) | |
tree | 8201ecba58a1ee81d67b210d94277ea8e1136c03 /lib/felix.client.run.properties | |
parent | 9105fe7a21bf8dad18b956f335659fa95898626c (diff) | |
download | jitsi-b4c90af94926b9904ba2e75286339faad986c0bb.zip jitsi-b4c90af94926b9904ba2e75286339faad986c0bb.tar.gz jitsi-b4c90af94926b9904ba2e75286339faad986c0bb.tar.bz2 |
Implements an editor which allows the user to edit Jitsi's configuration properties from within the application. (Marin Dzhigarov)
Diffstat (limited to 'lib/felix.client.run.properties')
-rw-r--r-- | lib/felix.client.run.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index 7514ce0..4487111 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -184,7 +184,8 @@ felix.auto.start.67= \ reference:file:sc-bundles/plugin-contactsourceconfig.jar \ reference:file:sc-bundles/plugin-certconfig.jar \ reference:file:sc-bundles/phonenumbercontactsource.jar \ - reference:file:sc-bundles/demuxcontactsource.jar + reference:file:sc-bundles/demuxcontactsource.jar \ + reference:file:sc-bundles/propertieseditor.jar # Level 68 is for profiler4j. Either don't use it or change the build.xml file # accordingly. |