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 = []