From 8a6434bbd9ba0f83e62c2d7bfafa4abffe77964c Mon Sep 17 00:00:00 2001 From: Eugene Zhuravlev Date: Tue, 21 Jul 2015 19:59:05 +0200 Subject: [PATCH] jps jar naming corrected --- build/scripts/layouts.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }