diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 12e9cf745226..d51b554f9bc7 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -238,7 +238,7 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir jar("jps-model.jar") { jpsCommonModules.each { module it } } - jar("jps-server.jar") { + jar("jps-builders.jar") { module("jps-builders") }