IDEA-191884 PyCharm CE properties updated IDEA-CR-35937

This commit is contained in:
Aleksey Rostovskiy
2018-09-12 15:25:40 +03:00
parent 9b7a2d0b40
commit 3651b37c41
@@ -27,8 +27,8 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
applicationInfoModule = "intellij.pycharm.community.resources"
brandingResourcePaths = ["$communityHome/python/resources"]
productLayout.platformApiModules = CommunityRepositoryModules.PLATFORM_API_MODULES + ["intellij.xml.dom"]
productLayout.platformImplementationModules = CommunityRepositoryModules.PLATFORM_IMPLEMENTATION_MODULES + [
productLayout.productApiModules = ["intellij.xml.dom"]
productLayout.productImplementationModules = [
"intellij.xml.dom.impl",
"intellij.python.community.impl",
"intellij.pycharm.community.resources",