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:53 UTC

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

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'