mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
build scripts: class renamed
This commit is contained in:
+1
-1
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user