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/03/17 18:13:25 UTC

[10/10] incubator-quarks git commit: Merge branch 'pr-7'

Merge branch 'pr-7'


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

Branch: refs/heads/master
Commit: dea33d323e1a8b032f53819fa59a16206b4af627
Parents: f973d34 8563b51
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Thu Mar 17 10:13:27 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Thu Mar 17 10:13:27 2016 -0700

----------------------------------------------------------------------
 .../java/quarks/apps/iot/IotDevicePubSub.java   |  14 +-
 .../quarks/test/apps/iot/EchoIotDevice.java     |  26 +-
 .../test/apps/iot/IotDevicePubSubTest.java      |   2 +-
 build.xml                                       |   1 +
 common-build.xml                                |   1 +
 .../java/quarks/connectors/iot/Commands.java    |  24 ++
 .../connectors/pubsub/PublishSubscribe.java     |   5 +
 providers/iot/.classpath                        |  15 +
 providers/iot/.project                          |  17 ++
 providers/iot/build.xml                         |  31 ++
 .../java/quarks/providers/iot/IotProvider.java  | 281 +++++++++++++++++++
 .../java/quarks/providers/iot/package-info.java |  25 ++
 test/.classpath                                 |   1 +
 test/fvtiot/build.xml                           |   3 +-
 .../java/quarks/test/fvt/iot/IotAppService.java |  70 -----
 .../quarks/test/fvt/iot/IotAppServiceTest.java  |  71 +++++
 .../quarks/test/fvt/iot/IotProviderTest.java    |  97 +++++++
 .../java/quarks/test/fvt/iot/IotTestApps.java   |  58 ++++
 18 files changed, 645 insertions(+), 97 deletions(-)
----------------------------------------------------------------------