Stop rebundling HttpClient and HttpCore

cusax-fix
Ingo Bauersachs 12 years ago
parent d0ec474417
commit 19827694c1

@ -2096,20 +2096,11 @@ javax.swing.event, javax.swing.border"/>
<zipfileset dir="${dest}/net/java/sip/communicator/service/httputil"
prefix="net/java/sip/communicator/service/httputil"/>
</jar>
<!--
Re-packaging into new bundle as original having wrong paths in osgi
bundle manifest and getting exceptions
'No paths specified in header' while loading
-->
<jar
compress="false" destfile="${bundles.dest}/httpclient.jar"
manifest="${lib.noinst}/httpclient.manifest.mf">
<zipfileset src="${lib.noinst}/httpclient-osgi-4.2.3.jar"
prefix=""/>
<zipfileset src="${lib.noinst}/httpcore-osgi-4.2.3.jar"
prefix=""/>
</jar>
<copy file="${lib.noinst}/httpclient-osgi-4.2.3.jar"
tofile="${bundles.dest}/httpclient.jar"/>
<copy file="${lib.noinst}/httpcore-osgi-4.2.3.jar"
tofile="${bundles.dest}/httpcore.jar"/>
</target>
<!-- BUNDLE-NOTIFICATION -->

@ -64,6 +64,7 @@ felix.auto.start.32= \
felix.auto.start.35= \
reference:file:sc-bundles/commons-codec.jar \
reference:file:sc-bundles/httpcore.jar \
reference:file:sc-bundles/httpclient.jar \
reference:file:sc-bundles/httputil.jar

@ -99,6 +99,7 @@ felix.auto.start.50= \
reference:file:sc-bundles/protocol.jar \
reference:file:sc-bundles/protocol-media.jar \
reference:file:sc-bundles/commons-codec.jar \
reference:file:sc-bundles/httpcore.jar \
reference:file:sc-bundles/httpclient.jar \
reference:file:sc-bundles/httputil.jar \
reference:file:sc-bundles/packetlogging.jar \

Loading…
Cancel
Save