Move to vanilla jmDNS 3.4.2 which fixes a bunch of mDNS issues and doesn't require a patch to work

This commit is contained in:
Cameron Gutman
2015-08-17 19:13:38 -07:00
parent 63964ba6a7
commit 64aa01b2cf
5 changed files with 18 additions and 56 deletions

View File

@@ -3,9 +3,9 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/tinyrtsp.jar"/>
<classpathentry kind="lib" path="libs/jmdns-fixed.jar"/>
<classpathentry kind="lib" path="libs/xpp3-1.1.6.jar"/>
<classpathentry kind="lib" path="libs/okhttp-2.4.0.jar"/>
<classpathentry kind="lib" path="libs/okio-1.5.0.jar"/>
<classpathentry kind="lib" path="libs/jmdns-3.4.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>