From 0cc60ee7af09320179bda59eea9d85577106e0bc Mon Sep 17 00:00:00 2001 From: "Maxim.Mossienko" Date: Tue, 31 May 2011 13:51:23 +0400 Subject: [PATCH] proper deployment for xslt-debugger --- build/scripts/layouts.gant | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index bd29ba764911..9b87f8a1dd57 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -232,16 +232,14 @@ public def layoutCommunityPlugins(String home) { } layoutPlugin("xslt-debugger") { - dir("rt") { - jar("xslt-debugger-engine.jar") { - module("xslt-rt") { - excludes: "lib" - } - } - fileset(dir: "$home/plugins/xslt-debugger/rt/lib") { - includes: "**/*.jar, **/*.html" + jar("xslt-debugger-engine.jar") { + module("xslt-rt") { + excludes: "lib" } } + fileset(dir: "$home/plugins/xslt-debugger/rt/lib") { + includes: "**/*.jar, **/*.html" + } } pluginDir("Groovy") {