PY-39320 Incorrect PythonApplicationInfo.xml values for PyCharm with Anaconda plugin

*ApplicationInfo.xml files weren't patched well, so PYA/PCA product codes weren't be written at all and it leaded to
problem with updates. Fixed product code for PyCharm with Anaconda both Community and Professional.

GitOrigin-RevId: 315da5bb94452f370373d593bea026284dfdff36
This commit is contained in:
Aleksey Rostovskiy
2019-11-27 18:12:42 +00:00
committed by intellij-monorepo-bot
parent b480b9eb74
commit 3deec2bc14
2 changed files with 2 additions and 1 deletions
@@ -25,6 +25,7 @@ import static org.jetbrains.intellij.build.impl.PluginLayout.plugin
class PyCharmCommunityProperties extends PyCharmPropertiesBase {
PyCharmCommunityProperties(String communityHome) {
platformPrefix = "PyCharmCore"
customProductCode = "PC"
applicationInfoModule = "intellij.pycharm.community"
brandingResourcePaths = ["$communityHome/python/resources"]
scrambleMainJar = false
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://jetbrains.org/intellij/schema/application-info http://jetbrains.org/intellij/schema/ApplicationInfo.xsd">
<version major="2020" minor="1" eap="true" suffix="Snapshot"/>
<company name="JetBrains s.r.o." url="https://www.jetbrains.com" copyrightStart="2010"/>
<build number="PC-__BUILD__" date="__BUILD_DATE__"/>
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
<logo url="/pycharm_core_logo.png" textcolor="ffffff" progressColor="ffffff" progressX="114" progressY="278" progressHeight="3"/>
<about url="/pycharm_core_about.png" logoX="540" logoY="300" logoW="100" logoH="100" foreground="cccccc"
copyrightForeground="cccccc" linkColor="ffffff"/>