You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/04/12 11:52:07 UTC

[39/54] incubator-carbondata-site git commit: Merge pull request #3 from shivangi1015/feature/WithNewTool

Merge pull request #3 from shivangi1015/feature/WithNewTool

Documentation for the backend tool added.

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

Branch: refs/heads/asf-site
Commit: e206c923e64de0f4ad23cfdff0e3e9d4ca6a6916
Parents: 4cfdd9e f2f4f96
Author: Pallavi Singh <pa...@yahoo.co.in>
Authored: Wed Apr 5 17:21:07 2017 +0530
Committer: GitHub <no...@github.com>
Committed: Wed Apr 5 17:21:07 2017 +0530

----------------------------------------------------------------------
 .idea/.name                                     |   1 +
 .idea/compiler.xml                              |  32 ++
 .idea/copyright/profiles_settings.xml           |   3 +
 .idea/encodings.xml                             |   7 +
 .../Maven__com_typesafe_config_1_3_1.xml        |  13 +
 .../Maven__commons_codec_commons_codec_1_9.xml  |  13 +
 ...ven__commons_logging_commons_logging_1_2.xml |  13 +
 ...g_apache_httpcomponents_httpclient_4_5_3.xml |  13 +
 ...org_apache_httpcomponents_httpcore_4_4_6.xml |  13 +
 ...ven__org_scala_lang_scala_library_2_12_1.xml |  21 +
 .../Maven__org_slf4j_slf4j_api_1_7_25.xml       |  13 +
 .../Maven__org_slf4j_slf4j_simple_1_7_25.xml    |  13 +
 .idea/misc.xml                                  |  39 ++
 .idea/modules.xml                               |   8 +
 .idea/scala_compiler.xml                        |   6 +
 .idea/vcs.xml                                   |   6 +
 .idea/workspace.xml                             | 388 +++++++++++++++++++
 site.iml                                        |  22 ++
 src/main/scala/FileModification.scala           |  14 +
 src/main/scala/FileOperationMain.scala          |   1 +
 src/main/scala/MdFilehandler.scala              |  12 +
 21 files changed, 651 insertions(+)
----------------------------------------------------------------------