From 3326f2f6adb7dd68c8d89881246030e1ad7286cb Mon Sep 17 00:00:00 2001 From: Ekaterina Shliakhovetskaja Date: Tue, 16 Mar 2010 13:13:01 +0300 Subject: [PATCH] Spellchecker plugin updates: fix gant script (?) for spellchecker plugin (CE) --- build/scripts/layouts.gant | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 2ef163ed660d..952d7834d069 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -159,9 +159,7 @@ def layoutFull(String home, String targetDirectory) { layoutPlugin("IntentionPowerPack", "IntentionPowerPackPlugin") layoutPlugin("ToString", "generate-tostring", "toString") - layoutPlugin("SpellChecker", "spellchecker", "spellchecker-core") { - fileset(dir: "$home/plugins/spellchecker/lib") - } + layoutPlugin("SpellChecker", "spellchecker", "spellchecker-core") layoutPlugin("maven") {