Ros-wraps jmdns as an android library.
This is the android compiled version of jmdns.
Configuration
Created with
android create lib-project -n zeroconf_android_jmdns --target 2 --path . --package javax.jmdns
Mod'd the build.xml to match a typical ros build. Could have used the template in ycs_build/android, but don't want the ycs dependency creeping in as this will later disappear once rosjava/android catch up.
We use the same sources that are found in zeroconf_jmdns (see via a manifest dependency and ant.properties setting).