summaryrefslogtreecommitdiff
path: root/build/scripts/layouts.gant
diff options
context:
space:
mode:
Diffstat (limited to 'build/scripts/layouts.gant')
-rw-r--r--build/scripts/layouts.gant14
1 files changed, 4 insertions, 10 deletions
diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant
index a46a70ae3d00..870b2c52994e 100644
--- a/build/scripts/layouts.gant
+++ b/build/scripts/layouts.gant
@@ -80,8 +80,11 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir
"manifest",
"platform-main",
"remote-servers-java-impl",
+ "structuralsearch",
+ "structuralsearch-java",
"testFramework",
"tests_bootstrap",
+ "typeMigration",
"ui-designer-core"
].flatten()
implementationModules.removeAll(jpsCommonModules) //todo[nik] remove jps modules from platformImplementationModules instead and update layouts of minor IDEs accordingly
@@ -256,7 +259,7 @@ public def layoutCommunityPlugins(String home) {
}
dir("plugins") {
- def simplePlugins = ["commander", "copyright", "java-i18n", "hg4idea", "github", "typeMigration"] //, "tasks-time-tracking"]
+ def simplePlugins = ["commander", "copyright", "java-i18n", "hg4idea", "github"] //, "tasks-time-tracking"]
simplePlugins.each {
layoutPlugin it
@@ -534,15 +537,6 @@ public def layoutCommunityPlugins(String home) {
}
}
- pluginDir("structuralsearch") {
- dir("lib") {
- jar("structuralsearch.jar") {
- module("structuralsearch")
- module("structuralsearch-java")
- }
- }
- }
-
pluginDir("java-decompiler") {
dir("lib") {
jar("java-decompiler.jar") {