From ea13b8cbffa0f2ec66543e515dcf3dd5aa75f684 Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 21 Jul 2016 17:35:01 +0300 Subject: [PATCH] build scripts: javadoc corrected --- .../org/jetbrains/intellij/build/ProductModulesLayout.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/groovy/org/jetbrains/intellij/build/ProductModulesLayout.groovy b/build/groovy/org/jetbrains/intellij/build/ProductModulesLayout.groovy index abb4673f0397..b50770a0ce6f 100644 --- a/build/groovy/org/jetbrains/intellij/build/ProductModulesLayout.groovy +++ b/build/groovy/org/jetbrains/intellij/build/ProductModulesLayout.groovy @@ -57,7 +57,8 @@ class ProductModulesLayout { List platformImplementationModules = [] /** - * Names of the main modules (containing META-INF/plugin.xml) of the plugins which need to be bundled with the product + * Names of the main modules (containing META-INF/plugin.xml) of the plugins which need to be bundled with the product. It may also + * includes names of optional modules from these plugins which need to be included into the plugin distribution for this product. */ List bundledPluginModules = []