aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.classpath1
-rw-r--r--build.xml2
-rw-r--r--lib/felix.client.run.properties3
-rw-r--r--lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jarbin11516 -> 0 bytes
-rw-r--r--lib/installer-exclude/weupnp-0.1.4.jarbin0 -> 29645 bytes
5 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index 010edcc..707090f 100755
--- a/.classpath
+++ b/.classpath
@@ -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"/>
diff --git a/build.xml b/build.xml
index c31cbb3..540d598 100644
--- a/build.xml
+++ b/build.xml
@@ -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>
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties
index 649afc8..82ff800 100644
--- a/lib/felix.client.run.properties
+++ b/lib/felix.client.run.properties
@@ -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 \
diff --git a/lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar b/lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar
deleted file mode 100644
index 5051f8f..0000000
--- a/lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/lib/installer-exclude/weupnp-0.1.4.jar b/lib/installer-exclude/weupnp-0.1.4.jar
new file mode 100644
index 0000000..a03b9e2
--- /dev/null
+++ b/lib/installer-exclude/weupnp-0.1.4.jar
Binary files differ