From 47822881ea50a4b18bf8ca6cfce203892c8b0235 Mon Sep 17 00:00:00 2001 From: Maxim Shafirov Date: Fri, 9 Oct 2009 20:10:22 +0400 Subject: [PATCH] community edition code is encoded in the build number so there's no need for MaiaCE, let it be just Maia. --- build/scripts/dist.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/dist.gant b/build/scripts/dist.gant index e04fa979b7c9..9c46a6838e32 100644 --- a/build/scripts/dist.gant +++ b/build/scripts/dist.gant @@ -68,7 +68,7 @@ target('default': 'The default target') { depends(compile) layoutAll( buildNumber: "IC-90.SNAPSHOT", - version: "MaiaCE", + version: "Maia", system_selector: "IntelliJIdeaCE90", vmoptions: "-Xms32m -Xmx256m -XX:MaxPermSize=150m -ea", home, out)