diff options
author | Damian Minkov <damencho@jitsi.org> | 2013-06-11 15:38:39 +0300 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2013-06-11 15:46:31 +0300 |
commit | c580ea1bd3e4fb0aac0f9e406eea0de4fd6a4412 (patch) | |
tree | b39df4eebbcb51457aef6845b9fda8189d27ba96 /lib/felix.client.run.properties | |
parent | 03af0f5b4ecdd8817908e9bee88df686596f8706 (diff) | |
download | jitsi-c580ea1bd3e4fb0aac0f9e406eea0de4fd6a4412.zip jitsi-c580ea1bd3e4fb0aac0f9e406eea0de4fd6a4412.tar.gz jitsi-c580ea1bd3e4fb0aac0f9e406eea0de4fd6a4412.tar.bz2 |
Removes jdic dependency used for java 1.5 campatibility.
Removes duplicate lib commons-logging.
Update deb-src build target to fix clean procedure to run building package twice, updates the use of the debian povided bouncycastle lib.
Diffstat (limited to 'lib/felix.client.run.properties')
-rw-r--r-- | lib/felix.client.run.properties | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index e76e846..7514ce0 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -11,8 +11,6 @@ org.osgi.framework.system.packages.extra= \ net.java.sip.communicator.util.launchutils; \ org.apache.xml.serialize; \ org.growl4j; \ - org.jdesktop.jdic.desktop; \ - org.jdesktop.jdic.tray; \ org.xbill.DNS; \ quicktime; \ quicktime.qd; \ @@ -60,7 +58,6 @@ felix.auto.start.32= \ felix.auto.start.35= \ reference:file:sc-bundles/commons-codec.jar \ - reference:file:sc-bundles/commons-logging.jar \ reference:file:sc-bundles/httpclient.jar \ reference:file:sc-bundles/httputil.jar |