From e6f7805929dd36404f2682f0c6257d76285a15ca Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 16 Oct 2009 14:33:16 +0400 Subject: [PATCH] forgot to include devkit and eclipse in layout --- 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 3e2e862bf7..38ad668574 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -146,7 +146,7 @@ def layoutFull(String home, String targetDirectory) { } dir("plugins") { - def simplePlugins = ["commander", "copyright", "properties", "java-i18n", "images"] + def simplePlugins = ["commander", "copyright", "properties", "java-i18n", "images", "devkit", "eclipse"] simplePlugins.each { layoutPlugin it -- 2.11.4.GIT