mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
build scripts: allow products to specify several root module to build searchable index (because e.g. AppCode doesn't have single main module)
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
|
||||
applicationInfoModule = "educational-python"
|
||||
brandingResourcePaths = ["$pythonCommunityPath/educational-python/resources"]
|
||||
|
||||
productLayout.mainModule = "main_pycharm_edu"
|
||||
productLayout.mainModules = ["main_pycharm_edu"]
|
||||
productLayout.platformApiModules = CommunityRepositoryModules.PLATFORM_API_MODULES + ["dom-openapi"]
|
||||
productLayout.platformImplementationModules = CommunityRepositoryModules.PLATFORM_IMPLEMENTATION_MODULES + [
|
||||
"dom-impl", "python-community", "python-community-ide-resources",
|
||||
|
||||
Reference in New Issue
Block a user