You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/11/02 20:43:26 UTC

[1/3] incubator-edgent git commit: Add sensors to Java 7 for Android

Repository: incubator-edgent
Updated Branches:
  refs/heads/master 79ba9f768 -> 232f89cc0


Add sensors to Java 7 for Android


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/f1dd762f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/f1dd762f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/f1dd762f

Branch: refs/heads/master
Commit: f1dd762f7f6ad15dfb9928b5ad2f226abc11e032
Parents: 49c9989
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Mon Oct 31 11:44:40 2016 -0400
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Mon Oct 31 11:44:40 2016 -0400

----------------------------------------------------------------------
 platform/java7/build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/f1dd762f/platform/java7/build.xml
----------------------------------------------------------------------
diff --git a/platform/java7/build.xml b/platform/java7/build.xml
index b17dc23..9684d32 100644
--- a/platform/java7/build.xml
+++ b/platform/java7/build.xml
@@ -140,8 +140,8 @@
 		<retro7 qjar="edgent.apps.iot.jar"  qdir="apps/iot/lib" />
 		<retro7 qjar="edgent.apps.runtime.jar"  qdir="apps/runtime/lib" />
         <!-- analytics/math3 - why not java7? -->
-        <!-- analytics/sensors - why not java7? -->
 		<retro7 qjar="edgent.providers.iot.jar" />
+		<retro7 qjar="edgent.analytics.sensors.jar" qdir="analytics/sensors/lib" />
 
                 <retro7 qjar="edgent.samples.apps.jar" qdir="samples/lib" />
                 <retro7 qjar="edgent.samples.connectors.jar" qdir="samples/lib" />
@@ -281,6 +281,7 @@
 		<retro7.test.setup tdir="connectors/pubsub"  ldir="connectors/pubsub/lib"/>
 		<retro7.test.setup tdir="apps/iot"  ldir="apps/iot/lib"/>
 		<retro7.test.setup tdir="apps/runtime"  ldir="apps/runtime/lib"/>
+		<retro7.test.setup tdir="analytics/sensors"  ldir="analytics/sensors/lib"/>
 	</target>
 
         <!--
@@ -313,6 +314,7 @@
 		<retro7.test.run tdir="connectors/pubsub"  ldir="connectors/pubsub/lib"/>
 		<retro7.test.run tdir="apps/iot"  ldir="apps/iot/lib"/>
 		<retro7.test.run tdir="apps/runtime"  ldir="apps/runtime/lib"/>
+		<retro7.test.run tdir="analytics/sensors"  ldir="analytics/sensors/lib"/>
 	</target>
 
 	<target name="clean">


[3/3] incubator-edgent git commit: Merge branch 'pr-227'

Posted by dj...@apache.org.
Merge branch 'pr-227'


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/232f89cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/232f89cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/232f89cc

Branch: refs/heads/master
Commit: 232f89cc0c29e01885442ffeae06f4b39405693b
Parents: 79ba9f7 f9c451b
Author: Dan Debrunner <dj...@apache.org>
Authored: Wed Nov 2 16:43:15 2016 -0400
Committer: Dan Debrunner <dj...@apache.org>
Committed: Wed Nov 2 16:43:15 2016 -0400

----------------------------------------------------------------------
 JAVA_SUPPORT.md          | 5 ++++-
 platform/java7/build.xml | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/232f89cc/platform/java7/build.xml
----------------------------------------------------------------------


[2/3] incubator-edgent git commit: Update JAVA_SUPPORT.md

Posted by dj...@apache.org.
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/master
Commit: f9c451b55d482c9697ceaa5fb8f7596921914da8
Parents: f1dd762
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Mon Oct 31 12:47:58 2016 -0400
Committer: Daniel J. Debrunner <de...@us.ibm.com>
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