Stop rebundling commons-lang and commons-codec

cusax-fix
Ingo Bauersachs 12 years ago
parent bd105ca4a9
commit b72674e253

@ -2115,26 +2115,14 @@ javax.swing.event, javax.swing.border"/>
<!--BUNDLE-COMMONS-CODEC --> <!--BUNDLE-COMMONS-CODEC -->
<target name="bundle-commons-codec"> <target name="bundle-commons-codec">
<jar compress="true" destfile="${bundles.dest}/commons-codec.jar" <copy file="${lib.noinst}/commons-codec-1.4.jar"
filesetmanifest="merge"> tofile="${bundles.dest}/commons-codec.jar"/>
<zipfileset src="${lib.noinst}/commons-codec-1.4.jar" prefix=""/>
<manifest>
<attribute name="System-Bundle" value="yes"/>
</manifest>
</jar>
</target> </target>
<!--BUNDLE-COMMONS-LANG --> <!--BUNDLE-COMMONS-LANG -->
<target name="bundle-commons-lang"> <target name="bundle-commons-lang">
<jar compress="true" destfile="${bundles.dest}/commons-lang.jar" <copy file="${lib.noinst}/commons-lang3-3.1.jar"
filesetmanifest="merge"> tofile="${bundles.dest}/commons-lang.jar"/>
<zipfileset src="${lib.noinst}/commons-lang3-3.1.jar" prefix=""/>
<manifest>
<attribute name="System-Bundle" value="yes"/>
</manifest>
</jar>
</target> </target>
<!--BUNDLE-HTTPUTIL --> <!--BUNDLE-HTTPUTIL -->

@ -153,16 +153,18 @@ net.java.sip.communicator.plugin.pluginmanager.SYSTEM_BUNDLES=\
net.java.sip.communicator.libjitsi,\ net.java.sip.communicator.libjitsi,\
net.java.sip.communicator.provdisc.mdns,\ net.java.sip.communicator.provdisc.mdns,\
net.java.sip.communicator.plugin.thunderbird,\ net.java.sip.communicator.plugin.thunderbird,\
net.java.sip.communicator.protocol.jabber,\
net.java.sip.communicator.plugin.jabberaccregwizz,\
org.apache.felix.bundlerepository,\ org.apache.felix.bundlerepository,\
org.apache.http,\ org.apache.http,\
org.apache.httpcomponents.httpclient,\
org.apache.httpcomponents.httpcore,\
org.apache.commons.codec,\ org.apache.commons.codec,\
org.apache.commons.lang3,\ org.apache.commons.lang3,\
commons-logging,\ commons-logging,\
say.swing,\ say.swing,\
com.sun.jna,\ com.sun.jna,\
com.googlecode.json-simple,\ com.googlecode.json-simple,\
net.java.sip.communicator.protocol.jabber,\
net.java.sip.communicator.plugin.jabberaccregwizz,\
jmork,\ jmork,\
javax.jmdns,\ javax.jmdns,\
org.jivesoftware.smack,\ org.jivesoftware.smack,\

Loading…
Cancel
Save