removed .idea files and updated gitignore
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/2ab3cdbc Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/tree/2ab3cdbc Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/diff/2ab3cdbc Branch: refs/heads/asf-site Commit: 2ab3cdbc50bfa87e721184dfcbee28c9ddf071c4 Parents: e206c92 Author: PallaviSingh1992 <[email protected]> Authored: Wed Apr 5 17:46:03 2017 +0530 Committer: PallaviSingh1992 <[email protected]> Committed: Wed Apr 5 17:46:03 2017 +0530 ---------------------------------------------------------------------- .gitignore | 1 + .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 ------------------- src/main/scala/FileOperationMain.scala | 3 - 19 files changed, 1 insertion(+), 605 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index eb5a316..2f5a8f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.idea/ target http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/.name ---------------------------------------------------------------------- diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index d97e100..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -site \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/compiler.xml ---------------------------------------------------------------------- diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index f4b39f8..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CompilerConfiguration"> - <resourceExtensions /> - <wildcardResourcePatterns> - <entry name="!?*.java" /> - <entry name="!?*.form" /> - <entry name="!?*.class" /> - <entry name="!?*.groovy" /> - <entry name="!?*.scala" /> - <entry name="!?*.flex" /> - <entry name="!?*.kt" /> - <entry name="!?*.clj" /> - <entry name="!?*.aj" /> - </wildcardResourcePatterns> - <annotationProcessing> - <profile default="true" name="Default" enabled="false"> - <processorPath useClasspath="true" /> - </profile> - <profile default="false" name="Maven default annotation processors profile" enabled="true"> - <sourceOutputDir name="target/generated-sources/annotations" /> - <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> - <outputRelativeToContentRoot value="true" /> - <processorPath useClasspath="true" /> - <module name="site" /> - </profile> - </annotationProcessing> - <bytecodeTargetLevel> - <module name="site" target="1.5" /> - </bytecodeTargetLevel> - </component> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/copyright/profiles_settings.xml ---------------------------------------------------------------------- diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ -<component name="CopyrightManager"> - <settings default="" /> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/encodings.xml ---------------------------------------------------------------------- diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index c0bce70..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Encoding"> - <file url="file://$PROJECT_DIR$" charset="UTF-8" /> - <file url="PROJECT" charset="UTF-8" /> - </component> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__com_typesafe_config_1_3_1.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__com_typesafe_config_1_3_1.xml b/.idea/libraries/Maven__com_typesafe_config_1_3_1.xml deleted file mode 100644 index cf2bc37..0000000 --- a/.idea/libraries/Maven__com_typesafe_config_1_3_1.xml +++ /dev/null @@ -1,13 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: com.typesafe:config:1.3.1"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/com/typesafe/config/1.3.1/config-1.3.1.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/com/typesafe/config/1.3.1/config-1.3.1-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/com/typesafe/config/1.3.1/config-1.3.1-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__commons_codec_commons_codec_1_9.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__commons_codec_commons_codec_1_9.xml b/.idea/libraries/Maven__commons_codec_commons_codec_1_9.xml deleted file mode 100644 index a66d039..0000000 --- a/.idea/libraries/Maven__commons_codec_commons_codec_1_9.xml +++ /dev/null @@ -1,13 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: commons-codec:commons-codec:1.9"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.9/commons-codec-1.9.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.9/commons-codec-1.9-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml b/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml deleted file mode 100644 index eab40b3..0000000 --- a/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml +++ /dev/null @@ -1,13 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: commons-logging:commons-logging:1.2"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_3.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_3.xml b/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_3.xml deleted file mode 100644 index c82bb7c..0000000 --- a/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_3.xml +++ /dev/null @@ -1,13 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: org.apache.httpcomponents:httpclient:4.5.3"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_6.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_6.xml b/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_6.xml deleted file mode 100644 index a9f6e19..0000000 --- a/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_6.xml +++ /dev/null @@ -1,13 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: org.apache.httpcomponents:httpcore:4.4.6"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__org_scala_lang_scala_library_2_12_1.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__org_scala_lang_scala_library_2_12_1.xml b/.idea/libraries/Maven__org_scala_lang_scala_library_2_12_1.xml deleted file mode 100644 index 50eace1..0000000 --- a/.idea/libraries/Maven__org_scala_lang_scala_library_2_12_1.xml +++ /dev/null @@ -1,21 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: org.scala-lang:scala-library:2.12.1" type="Scala"> - <properties> - <option name="languageLevel" value="Scala_2_12" /> - <compiler-classpath> - <root url="file://$MAVEN_REPOSITORY$/org/scala-lang/scala-compiler/2.12.1/scala-compiler-2.12.1.jar" /> - <root url="file://$MAVEN_REPOSITORY$/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1.jar" /> - <root url="file://$MAVEN_REPOSITORY$/org/scala-lang/scala-reflect/2.12.1/scala-reflect-2.12.1.jar" /> - </compiler-classpath> - </properties> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml b/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml deleted file mode 100644 index 20e8163..0000000 --- a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml +++ /dev/null @@ -1,13 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: org.slf4j:slf4j-api:1.7.25"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/libraries/Maven__org_slf4j_slf4j_simple_1_7_25.xml ---------------------------------------------------------------------- diff --git a/.idea/libraries/Maven__org_slf4j_slf4j_simple_1_7_25.xml b/.idea/libraries/Maven__org_slf4j_slf4j_simple_1_7_25.xml deleted file mode 100644 index 8bc862b..0000000 --- a/.idea/libraries/Maven__org_slf4j_slf4j_simple_1_7_25.xml +++ /dev/null @@ -1,13 +0,0 @@ -<component name="libraryTable"> - <library name="Maven: org.slf4j:slf4j-simple:1.7.25"> - <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar!/" /> - </CLASSES> - <JAVADOC> - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25-javadoc.jar!/" /> - </JAVADOC> - <SOURCES> - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25-sources.jar!/" /> - </SOURCES> - </library> -</component> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/misc.xml ---------------------------------------------------------------------- diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e23b089..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="MavenProjectsManager"> - <option name="originalFiles"> - <list> - <option value="$PROJECT_DIR$/pom.xml" /> - </list> - </option> - </component> - <component name="ProjectLevelVcsManager" settingsEditedManually="false"> - <OptionsSetting value="true" id="Add" /> - <OptionsSetting value="true" id="Remove" /> - <OptionsSetting value="true" id="Checkout" /> - <OptionsSetting value="true" id="Update" /> - <OptionsSetting value="true" id="Status" /> - <OptionsSetting value="true" id="Edit" /> - <ConfirmationsSetting value="0" id="Add" /> - <ConfirmationsSetting value="0" id="Remove" /> - </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> - <output url="file://$PROJECT_DIR$/classes" /> - </component> - <component name="masterDetails"> - <states> - <state key="ProjectJDKs.UI"> - <settings> - <last-edited>1.8</last-edited> - <splitter-proportions> - <option name="proportions"> - <list> - <option value="0.2" /> - </list> - </option> - </splitter-proportions> - </settings> - </state> - </states> - </component> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/modules.xml ---------------------------------------------------------------------- diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 23a95f1..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/site.iml" filepath="$PROJECT_DIR$/site.iml" /> - </modules> - </component> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/scala_compiler.xml ---------------------------------------------------------------------- diff --git a/.idea/scala_compiler.xml b/.idea/scala_compiler.xml deleted file mode 100644 index dfff469..0000000 --- a/.idea/scala_compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ScalaCompilerConfiguration"> - <profile name="Maven 1" modules="site" /> - </component> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/vcs.xml ---------------------------------------------------------------------- diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="" vcs="Git" /> - </component> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/.idea/workspace.xml ---------------------------------------------------------------------- diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 0811d8e..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,388 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ChangeListManager"> - <list default="true" id="89feff3a-ec03-4a2e-bada-258a246a7346" name="Default" comment=""> - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" /> - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" /> - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/site.iml" /> - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/scala/FileModification.scala" afterPath="$PROJECT_DIR$/src/main/scala/FileModification.scala" /> - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/scala/FileOperationMain.scala" afterPath="$PROJECT_DIR$/src/main/scala/FileOperationMain.scala" /> - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/scala/MdFilehandler.scala" afterPath="$PROJECT_DIR$/src/main/scala/MdFilehandler.scala" /> - </list> - <ignored path="site.iws" /> - <ignored path=".idea/workspace.xml" /> - <ignored path="$PROJECT_DIR$/target/" /> - <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> - <option name="TRACKING_ENABLED" value="true" /> - <option name="SHOW_DIALOG" value="false" /> - <option name="HIGHLIGHT_CONFLICTS" value="true" /> - <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> - <option name="LAST_RESOLUTION" value="IGNORE" /> - </component> - <component name="ChangesViewManager" flattened_view="true" show_ignored="false" /> - <component name="CreatePatchCommitExecutor"> - <option name="PATCH_PATH" value="" /> - </component> - <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" /> - <component name="FavoritesManager"> - <favorites_list name="site" /> - </component> - <component name="FileEditorManager"> - <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> - <file leaf-file-name="FileOperationMain.scala" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/main/scala/FileOperationMain.scala"> - <provider selected="true" editor-type-id="text-editor"> - <state vertical-scroll-proportion="0.0"> - <caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" /> - <folding /> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="FileModification.scala" pinned="false" current-in-tab="true"> - <entry file="file://$PROJECT_DIR$/src/main/scala/FileModification.scala"> - <provider selected="true" editor-type-id="text-editor"> - <state vertical-scroll-proportion="0.66831684"> - <caret line="15" column="58" selection-start-line="15" selection-start-column="58" selection-end-line="15" selection-end-column="58" /> - <folding> - <element signature="e#0#34#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - </file> - <file leaf-file-name="MdFilehandler.scala" pinned="false" current-in-tab="false"> - <entry file="file://$PROJECT_DIR$/src/main/scala/MdFilehandler.scala"> - <provider selected="true" editor-type-id="text-editor"> - <state vertical-scroll-proportion="0.0"> - <caret line="57" column="0" selection-start-line="57" selection-start-column="0" selection-end-line="57" selection-end-column="0" /> - <folding /> - </state> - </provider> - </entry> - </file> - </leaf> - </component> - <component name="Git.Settings"> - <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> - <option name="RECENT_BRANCH_BY_REPOSITORY"> - <map> - <entry key="$PROJECT_DIR$" value="asf-site" /> - </map> - </option> - </component> - <component name="GradleLocalSettings"> - <option name="externalProjectsViewState"> - <projects_view /> - </option> - </component> - <component name="IdeDocumentHistory"> - <option name="CHANGED_PATHS"> - <list> - <option value="$PROJECT_DIR$/src/main/scala/MdFilehandler.scala" /> - <option value="$PROJECT_DIR$/src/main/scala/FileOperationMain.scala" /> - <option value="$PROJECT_DIR$/src/main/scala/FileModification.scala" /> - </list> - </option> - </component> - <component name="MavenImportPreferences"> - <option name="generalSettings"> - <MavenGeneralSettings> - <option name="mavenHome" value="Bundled (Maven 3)" /> - </MavenGeneralSettings> - </option> - <option name="importingSettings"> - <MavenImportingSettings> - <option name="importAutomatically" value="true" /> - </MavenImportingSettings> - </option> - </component> - <component name="ProjectFrameBounds"> - <option name="x" value="65" /> - <option name="y" value="24" /> - <option name="width" value="1301" /> - <option name="height" value="744" /> - </component> - <component name="ProjectLevelVcsManager" settingsEditedManually="false"> - <OptionsSetting value="true" id="Add" /> - <OptionsSetting value="true" id="Remove" /> - <OptionsSetting value="true" id="Checkout" /> - <OptionsSetting value="true" id="Update" /> - <OptionsSetting value="true" id="Status" /> - <OptionsSetting value="true" id="Edit" /> - <ConfirmationsSetting value="0" id="Add" /> - <ConfirmationsSetting value="0" id="Remove" /> - </component> - <component name="ProjectView"> - <navigator currentView="ProjectPane" proportions="" version="1"> - <flattenPackages /> - <showMembers /> - <showModules /> - <showLibraryContents /> - <hideEmptyPackages /> - <abbreviatePackageNames /> - <autoscrollToSource /> - <autoscrollFromSource /> - <sortByType /> - <manualOrder /> - <foldersAlwaysOnTop value="true" /> - </navigator> - <panes> - <pane id="Scope" /> - <pane id="ProjectPane"> - <subPane> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="site" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> - </PATH_ELEMENT> - </PATH> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="site" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="incubator-carbondata-site" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - </PATH> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="site" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="incubator-carbondata-site" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="src" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="main" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - </PATH> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="site" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="incubator-carbondata-site" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="src" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="main" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="scala" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - </PATH> - </subPane> - </pane> - <pane id="PackagesPane" /> - <pane id="Scratches" /> - </panes> - </component> - <component name="PropertiesComponent"> - <property name="last_opened_file_path" value="$PROJECT_DIR$" /> - </component> - <component name="RunManager"> - <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin"> - <module name="" /> - <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" /> - <option name="PROGRAM_PARAMETERS" /> - <method /> - </configuration> - <configuration default="true" type="Applet" factoryName="Applet"> - <option name="HTML_USED" value="false" /> - <option name="WIDTH" value="400" /> - <option name="HEIGHT" value="300" /> - <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> - <module /> - <method /> - </configuration> - <configuration default="true" type="Application" factoryName="Application"> - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> - <option name="MAIN_CLASS_NAME" /> - <option name="VM_PARAMETERS" /> - <option name="PROGRAM_PARAMETERS" /> - <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> - <option name="ALTERNATIVE_JRE_PATH" /> - <option name="ENABLE_SWING_INSPECTOR" value="false" /> - <option name="ENV_VARIABLES" /> - <option name="PASS_PARENT_ENVS" value="true" /> - <module name="" /> - <envs /> - <method /> - </configuration> - <configuration default="true" type="JUnit" factoryName="JUnit"> - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> - <module name="" /> - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> - <option name="ALTERNATIVE_JRE_PATH" /> - <option name="PACKAGE_NAME" /> - <option name="MAIN_CLASS_NAME" /> - <option name="METHOD_NAME" /> - <option name="TEST_OBJECT" value="class" /> - <option name="VM_PARAMETERS" value="-ea" /> - <option name="PARAMETERS" /> - <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> - <option name="ENV_VARIABLES" /> - <option name="PASS_PARENT_ENVS" value="true" /> - <option name="TEST_SEARCH_SCOPE"> - <value defaultName="singleModule" /> - </option> - <envs /> - <patterns /> - <method /> - </configuration> - <configuration default="true" type="Remote" factoryName="Remote"> - <option name="USE_SOCKET_TRANSPORT" value="true" /> - <option name="SERVER_MODE" value="false" /> - <option name="SHMEM_ADDRESS" value="javadebug" /> - <option name="HOST" value="localhost" /> - <option name="PORT" value="5005" /> - <method /> - </configuration> - <configuration default="true" type="TestNG" factoryName="TestNG"> - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> - <module name="" /> - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> - <option name="ALTERNATIVE_JRE_PATH" /> - <option name="SUITE_NAME" /> - <option name="PACKAGE_NAME" /> - <option name="MAIN_CLASS_NAME" /> - <option name="METHOD_NAME" /> - <option name="GROUP_NAME" /> - <option name="TEST_OBJECT" value="CLASS" /> - <option name="VM_PARAMETERS" value="-ea" /> - <option name="PARAMETERS" /> - <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> - <option name="OUTPUT_DIRECTORY" /> - <option name="ANNOTATION_TYPE" /> - <option name="ENV_VARIABLES" /> - <option name="PASS_PARENT_ENVS" value="true" /> - <option name="TEST_SEARCH_SCOPE"> - <value defaultName="singleModule" /> - </option> - <option name="USE_DEFAULT_REPORTERS" value="false" /> - <option name="PROPERTIES_FILE" /> - <envs /> - <properties /> - <listeners /> - <method /> - </configuration> - </component> - <component name="SbtLocalSettings"> - <option name="modificationStamps"> - <map> - <entry key="$PROJECT_DIR$/../../MdConversion/MdFlleConversion" value="1491286931503" /> - <entry key="$PROJECT_DIR$/../../Pay-Ajax-Assignment" value="1488870579000" /> - <entry key="$PROJECT_DIR$/../../Play-Assignment-Prabhat-Akash-master" value="1456819907000" /> - <entry key="$PROJECT_DIR$/../../ajaaaaaaaaaaaax/Play-assignment-master" value="1488870579000" /> - <entry key="$PROJECT_DIR$/../../new ajaaaaaaaaaax/Ajax-Play-Assignment/Play" value="1489182875000" /> - <entry key="$PROJECT_DIR$/../../play-attempt03-master" value="1488787275000" /> - <entry key="$USER_HOME$/Documents/ajax-with-play-master" value="1412673889000" /> - <entry key="$USER_HOME$/IdeaProjects/LoginApplication" value="1488454481103" /> - <entry key="$USER_HOME$/IdeaProjects/play-scala" value="1488355813160" /> - <entry key="$USER_HOME$/Practice-Play-Slick" value="1489832085612" /> - <entry key="$USER_HOME$/slick-play-application" value="1489485652291" /> - <entry key="$USER_HOME$/slickApplication" value="1489126164630" /> - </map> - </option> - <option name="externalProjectsViewState"> - <projects_view /> - </option> - </component> - <component name="ShelveChangesManager" show_recycled="false" /> - <component name="TaskManager"> - <task active="true" id="Default" summary="Default task"> - <changelist id="89feff3a-ec03-4a2e-bada-258a246a7346" name="Default" comment="" /> - <created>1491372939991</created> - <option name="number" value="Default" /> - <updated>1491372939991</updated> - </task> - <servers /> - </component> - <component name="ToolWindowManager"> - <frame x="65" y="24" width="1301" height="744" extended-state="6" /> - <editor active="true" /> - <layout> - <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> - <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> - <window_info id="Palette	" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> - <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" /> - <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> - <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> - <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32921174" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> - <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> - <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24940239" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> - <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> - <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> - <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> - <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> - <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> - <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> - <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> - <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> - <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> - <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> - <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> - <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> - </layout> - </component> - <component name="VcsContentAnnotationSettings"> - <option name="myLimit" value="2678400000" /> - </component> - <component name="XDebuggerManager"> - <breakpoint-manager /> - <watches-manager /> - </component> - <component name="editorHistoryManager"> - <entry file="file://$PROJECT_DIR$/src/main/scala/FileOperationMain.scala"> - <provider selected="true" editor-type-id="text-editor"> - <state vertical-scroll-proportion="0.0"> - <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/main/scala/FileOperationMain.scala"> - <provider selected="true" editor-type-id="text-editor"> - <state vertical-scroll-proportion="0.0"> - <caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/main/scala/MdFilehandler.scala"> - <provider selected="true" editor-type-id="text-editor"> - <state vertical-scroll-proportion="0.0"> - <caret line="57" column="0" selection-start-line="57" selection-start-column="0" selection-end-line="57" selection-end-column="0" /> - <folding /> - </state> - </provider> - </entry> - <entry file="file://$PROJECT_DIR$/src/main/scala/FileModification.scala"> - <provider selected="true" editor-type-id="text-editor"> - <state vertical-scroll-proportion="0.66831684"> - <caret line="15" column="58" selection-start-line="15" selection-start-column="58" selection-end-line="15" selection-end-column="58" /> - <folding> - <element signature="e#0#34#0" expanded="true" /> - </folding> - </state> - </provider> - </entry> - </component> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/2ab3cdbc/src/main/scala/FileOperationMain.scala ---------------------------------------------------------------------- diff --git a/src/main/scala/FileOperationMain.scala b/src/main/scala/FileOperationMain.scala index 5f97e19..bf14f86 100644 --- a/src/main/scala/FileOperationMain.scala +++ b/src/main/scala/FileOperationMain.scala @@ -1,8 +1,5 @@ import org.slf4j.LoggerFactory -/** - * Created by knoldus on 3/4/17. - */ class FileOperationMain object FileOperationMain {
