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:
nik
2016-10-10 17:00:28 +03:00
parent 7a0e7b0a29
commit ca78845071
6 changed files with 10 additions and 11 deletions
@@ -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",