build scripts: class renamed

This commit is contained in:
nik
2016-07-21 13:54:40 +03:00
parent d1a70e6b65
commit 384f3ca19c
2 changed files with 3 additions and 3 deletions
@@ -40,7 +40,7 @@ import static org.jetbrains.intellij.build.impl.PluginLayout.plugin
/**
* @author nik
*/
class CommonProductModules {
class CommunityRepositoryModules {
static List<String> PLATFORM_API_MODULES = [
"analysis-api",
"built-in-server-api",
@@ -46,13 +46,13 @@ class ProductModulesLayout {
/**
* Names of the modules which need to be packed into openapi.jar in the product's 'lib' directory.
* @see CommonProductModules#PLATFORM_API_MODULES
* @see CommunityRepositoryModules#PLATFORM_API_MODULES
*/
List<String> platformApiModules = []
/**
* Names of the modules which need to be included into {@link #mainJarName} in the product's 'lib' directory
* @see CommonProductModules#PLATFORM_IMPLEMENTATION_MODULES
* @see CommunityRepositoryModules#PLATFORM_IMPLEMENTATION_MODULES
*/
List<String> platformImplementationModules = []