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/07/12 18:28:29 UTC

[2/2] incubator-quarks git commit: Merge pull request #159

Merge pull request #159

This closes #159


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

Branch: refs/heads/master
Commit: e2a22b51354ee278cb63b6da92cd1fc32657455a
Parents: 94a8534 2f0ea64
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Jul 12 14:28:13 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Jul 12 14:28:13 2016 -0400

----------------------------------------------------------------------
 build.xml                                       |   2 +
 connectors/.classpath                           |   2 +
 connectors/csv/build.gradle                     |  20 +++
 connectors/csv/build.xml                        |  47 +++++
 .../main/java/quarks/connectors/csv/Csv.java    | 176 +++++++++++++++++++
 .../quarks/connectors/csv/package-info.java     |  22 +++
 .../quarks/test/connectors/csv/CsvTest.java     | 129 ++++++++++++++
 7 files changed, 398 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/e2a22b51/build.xml
----------------------------------------------------------------------