From bb6420caad04db98cf170a0018e9666fc42ab488 Mon Sep 17 00:00:00 2001 From: Evgeny Zakrevsky Date: Fri, 28 Dec 2012 15:23:00 +0400 Subject: [PATCH] IDEA-74652 Time tracking features. Plugin availability. --- 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 2ab7cfe501c7..a649951cff4d 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -207,7 +207,7 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir public def layoutCommunityPlugins(String home) { dir("plugins") { - def simplePlugins = ["commander", "copyright", "properties", "java-i18n", "hg4idea", "github", "ui-designer-new"] + def simplePlugins = ["commander", "copyright", "properties", "java-i18n", "hg4idea", "github", "ui-designer-new", "tasks-time-tracking"] simplePlugins.each { layoutPlugin it