Update weupnp and use directly as bundle

sip-call-params
Ingo Bauersachs 10 years ago
parent c04ba68e09
commit 3c2285ccce

@ -71,7 +71,6 @@
<classpathentry kind="lib" path="lib/installer-exclude/swing-worker-1.2.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/jna-platform.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/unix-0.5.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/ymsg_network_v0_67.jar"/>
<classpathentry kind="lib" path="lib/os-specific/mac/growl4j.jar"/>
<classpathentry kind="lib" path="lib/os-specific/mac/OrangeExtensions.jar"/>

@ -1121,6 +1121,7 @@
<copy file="${lib.noinst}/bcprov-jdk15on-1.54.jar" tofile="${bundles.dest}/bouncycastle.jar"/>
<copy file="${lib.noinst}/bccontrib-1.0.jar" tofile="${bundles.dest}/bccontrib.jar"/>
<copy file="${lib.noinst}/jmork-1.0.5.jar" tofile="${bundles.dest}/jmork.jar"/>
<copy file="${lib.noinst}/weupnp-0.1.4.jar" tofile="${bundles.dest}/weupnp.jar"/>
</target>
<!--BUNDLE-SC-LAUNCHER-->
@ -1472,7 +1473,6 @@ javax.swing.event, javax.swing.border"/>
<zipfileset dir="${dest}/net/java/sip/communicator/impl/netaddr"
prefix="net/java/sip/communicator/impl/netaddr" />
<zipfileset src="${lib.noinst}/ice4j.jar" prefix="" />
<zipfileset src="${lib.noinst}/weupnp-0.1.2-SNAPSHOT.jar" prefix="" />
</jar>
</target>

@ -42,7 +42,8 @@ felix.auto.start.10= \
reference:file:sc-bundles/bccontrib.jar \
reference:file:sc-bundles/commons-lang.jar \
reference:file:sc-bundles/guava.jar \
reference:file:sc-bundles/slf4j-api.jar
reference:file:sc-bundles/slf4j-api.jar \
reference:file:sc-bundles/weupnp.jar
# file:lib/bundle/shell.jar \
# file:lib/bundle/servicebinder.jar \

Loading…
Cancel
Save