Files
openide/python/ide-common/resources/idea/PyCharmCoreApplicationInfo.xml
TeamCity a92e0b2f10 product version suffix updated to default value for PyCharm
GitOrigin-RevId: e430eb704d6994f52e50b6a5a5ece144ce19d1d7
2025-02-25 03:16:54 +00:00

18 lines
1.0 KiB
XML

<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<component xmlns="http://jetbrains.org/intellij/schema/application-info">
<version major="2024" minor="3" eap="false"/>
<company name="JetBrains s.r.o." url="https://www.jetbrains.com" copyrightStart="2010"/>
<build number="PC-__BUILD__" date="__BUILD_DATE__" majorReleaseDate="20241113"/>
<logo url="/pycharm_core_logo.png"/>
<icon svg="/pycharm-ce.svg" svg-small="/pycharm-ce_16.svg"/>
<icon-eap svg="/pycharm-ce-eap.svg" svg-small="/pycharm-ce-eap_16.svg"/>
<names product="PyCharm" edition="Community Edition" script="pycharm" motto="Python IDE for Professional Developers"/>
<essential-plugin>PythonCore</essential-plugin>
<essential-plugin>com.jetbrains.pycharm.community.customization</essential-plugin>
<!-- Required for PythonCore plugin -->
<essential-plugin>org.toml.lang</essential-plugin>
<essential-plugin>com.intellij.modules.json</essential-plugin>
</component>