mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Include YAML in Idea Community Edition
This commit is contained in:
Generated
+1
@@ -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>
|
||||
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user