From 0ded360349b41d2fa3d259dc677d1fbbdfa0a809 Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 27 Mar 2014 14:41:22 +0400 Subject: [PATCH] jps-plugin-system extracted to separate jar in standalone jps --- build/scripts/layouts.gant | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index ea7d98d24d85..71971d4c2d7b 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -726,10 +726,12 @@ def layoutJps(String home, String targetDir, String buildNumber, Closure additio module("forms-compiler") module("instrumentation-util") module("jps-builders") - module("jps-plugin-system") module("jps-standalone-builder") module("java-runtime") } + jar("jps-plugin-system.jar") { + module("jps-plugin-system") + } jar("groovy-jps-plugin.jar") { module("groovy-jps-plugin") module("groovy-rt-constants")