From 2b98121b3f87cc7b06ffc702b6ed672364c7914e Mon Sep 17 00:00:00 2001 From: Valentin Fondaratov Date: Tue, 12 Jan 2016 15:27:07 +0300 Subject: [PATCH] Include YAML in Idea Community Edition --- .idea/modules.xml | 1 + build/scripts/layouts.gant | 11 +++++++++++ community-main.iml | 1 + 3 files changed, 13 insertions(+) diff --git a/.idea/modules.xml b/.idea/modules.xml index 44693dcf252d..e9f02784d19c 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -277,6 +277,7 @@ + \ No newline at end of file diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 22b39bcc16de..06f698053971 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -658,6 +658,17 @@ public def layoutCommunityPlugins(String home, boolean maySkipAndroidPlugin = fa layoutPlugin("settings-repository") { fileset(dir: "$home/plugins/settings-repository/lib", excludes: "**/*-sources.jar,**/*.xml,**/com/**,**/org/**,**/java/**,**/dev/**") } + + pluginDir("yaml") { + dir("lib") { + jar("yaml.jar") { + noResources("yaml") + module("yaml") + } + resources("yaml") + } + } + } } diff --git a/community-main.iml b/community-main.iml index 1e6255f204a4..ea35d365deee 100644 --- a/community-main.iml +++ b/community-main.iml @@ -92,6 +92,7 @@ +