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

[1/2] incubator-quarks git commit: add Command module to setting.gradle

Repository: incubator-quarks
Updated Branches:
  refs/heads/master a7582c034 -> 725715ed1


add Command module to setting.gradle


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

Branch: refs/heads/master
Commit: 6cc56ab06e8d8e602b072582f83fb57c15ff8df2
Parents: a7582c0
Author: Cazen Lee <ca...@apache.org>
Authored: Tue Aug 2 05:08:08 2016 +0000
Committer: Cazen Lee <ca...@apache.org>
Committed: Tue Aug 2 05:08:08 2016 +0000

----------------------------------------------------------------------
 settings.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/6cc56ab0/settings.gradle
----------------------------------------------------------------------
diff --git a/settings.gradle b/settings.gradle
index 8d2853b..13cdcf4 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -27,6 +27,7 @@ include 'runtime:jobregistry'
 include 'utils:metrics'
 include 'utils:streamscope'
 include 'providers:direct'
+include 'connectors:command'
 include 'connectors:common'
 include 'connectors:iot'
 include 'connectors:serial'


[2/2] incubator-quarks git commit: add csv project

Posted by dl...@apache.org.
add csv project


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

Branch: refs/heads/master
Commit: 725715ed15fc28557b7824e9cf6838ecb1cc6ca5
Parents: 6cc56ab
Author: Cazen Lee <ca...@apache.org>
Authored: Tue Aug 2 05:44:39 2016 +0000
Committer: Cazen Lee <ca...@apache.org>
Committed: Tue Aug 2 05:44:39 2016 +0000

----------------------------------------------------------------------
 settings.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/725715ed/settings.gradle
----------------------------------------------------------------------
diff --git a/settings.gradle b/settings.gradle
index 13cdcf4..36fe2d8 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -29,6 +29,7 @@ include 'utils:streamscope'
 include 'providers:direct'
 include 'connectors:command'
 include 'connectors:common'
+include 'connectors:csv'
 include 'connectors:iot'
 include 'connectors:serial'
 include 'connectors:file'