From b72674e2532d9f3bef0f3ffb42142aabcc228e61 Mon Sep 17 00:00:00 2001 From: Ingo Bauersachs Date: Sat, 7 Dec 2013 11:53:05 +0100 Subject: [PATCH] Stop rebundling commons-lang and commons-codec --- build.xml | 20 ++++---------------- lib/jitsi-defaults.properties | 6 ++++-- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/build.xml b/build.xml index 47204e71f..010ec12ca 100644 --- a/build.xml +++ b/build.xml @@ -2115,26 +2115,14 @@ javax.swing.event, javax.swing.border"/> - - - - - - - + - - - - - - - + diff --git a/lib/jitsi-defaults.properties b/lib/jitsi-defaults.properties index 873b773ad..1e1650794 100644 --- a/lib/jitsi-defaults.properties +++ b/lib/jitsi-defaults.properties @@ -153,16 +153,18 @@ net.java.sip.communicator.plugin.pluginmanager.SYSTEM_BUNDLES=\ net.java.sip.communicator.libjitsi,\ net.java.sip.communicator.provdisc.mdns,\ net.java.sip.communicator.plugin.thunderbird,\ + net.java.sip.communicator.protocol.jabber,\ + net.java.sip.communicator.plugin.jabberaccregwizz,\ org.apache.felix.bundlerepository,\ org.apache.http,\ + org.apache.httpcomponents.httpclient,\ + org.apache.httpcomponents.httpcore,\ org.apache.commons.codec,\ org.apache.commons.lang3,\ commons-logging,\ say.swing,\ com.sun.jna,\ com.googlecode.json-simple,\ - net.java.sip.communicator.protocol.jabber,\ - net.java.sip.communicator.plugin.jabberaccregwizz,\ jmork,\ javax.jmdns,\ org.jivesoftware.smack,\