Update JAVA_SUPPORT.md
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/f9c451b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/f9c451b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/f9c451b5 Branch: refs/heads/release1.0.0 Commit: f9c451b55d482c9697ceaa5fb8f7596921914da8 Parents: f1dd762 Author: Daniel J. Debrunner <[email protected]> Authored: Mon Oct 31 12:47:58 2016 -0400 Committer: Daniel J. Debrunner <[email protected]> Committed: Mon Oct 31 12:47:58 2016 -0400 ---------------------------------------------------------------------- JAVA_SUPPORT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/f9c451b5/JAVA_SUPPORT.md ---------------------------------------------------------------------- diff --git a/JAVA_SUPPORT.md b/JAVA_SUPPORT.md index 4434d2a..438bef1 100644 --- a/JAVA_SUPPORT.md +++ b/JAVA_SUPPORT.md @@ -16,6 +16,9 @@ Building a release `ant release` produces three sets of Jars under This page documents which jars are expected to work in each environment. +A blank entry means a jar is currently not supported in that environment +and no investigation has taken place to see if it can be supported. + ## Core | Jar | Java 8 | Java 7 SE | Android | Notes | @@ -68,7 +71,7 @@ This page documents which jars are expected to work in each environment. | Jar | Java 8 SE | Java 7 SE | Android | Notes | |---|---|---|---|---| |edgent.analytics.math3.jar | yes | | | | -|edgent.analytics.sensors.jar | yes | | | | +|edgent.analytics.sensors.jar | yes | yes | yes | | ### Utilities
