Include YAML in Idea Community Edition

This commit is contained in:
Valentin Fondaratov
2016-01-12 18:08:51 +03:00
parent a3e667632c
commit 2b98121b3f
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -277,6 +277,7 @@
<module fileurl="file://$PROJECT_DIR$/plugins/xslt-debugger/engine/xslt-debugger-engine.iml" filepath="$PROJECT_DIR$/plugins/xslt-debugger/engine/xslt-debugger-engine.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" filepath="$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" filepath="$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/yaml/yaml.iml" filepath="$PROJECT_DIR$/plugins/yaml/yaml.iml" group="plugins" />
</modules>
</component>
</project>
+11
View File
@@ -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")
}
}
}
}
+1
View File
@@ -92,6 +92,7 @@
<orderEntry type="module" module-name="javaFX-jps-plugin" />
<orderEntry type="module" module-name="IntelliLang-tests" />
<orderEntry type="module" module-name="manifest" />
<orderEntry type="module" module-name="yaml" />
<orderEntry type="module" module-name="xml-tests" scope="TEST" />
<orderEntry type="module" module-name="devkit-jps-plugin" scope="TEST" />
<orderEntry type="module" module-name="jps-model-tests" scope="TEST" />