From e552d555d6355e8244ebbf6e6d0939b182305ed7 Mon Sep 17 00:00:00 2001 From: Gregory Shrago Date: Tue, 27 Jul 2010 17:34:09 +0400 Subject: [PATCH] rename IntelliLangJava->IntelliLang --- 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 f61a8bd91d7e..463a85a21bcf 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -159,7 +159,7 @@ def layoutFull(String home, String targetDirectory) { dir("IntelliLang") { dir("lib") { jar("IntelliLang.jar") { - module("IntelliLangJava") + module("IntelliLang") module("IntelliLang-java") module("IntelliLang-xml") module("IntelliLang-javaee")