Files
openide/python/ide-common/resources/idea/PyCharmCoreApplicationInfo.xml
Pavel Karateev 99882379f4 RELEASE-162 PyCharm 2025.1.1 RC
(cherry picked from commit 433c25778a6ee1f91093db7b8f71bea8ece7f5dd)

IJ-MR-160909

GitOrigin-RevId: 3713d1d966a47794e94f93dd8e924fc8db11f1c5
2025-04-23 11:38:30 +00:00

19 lines
1.1 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="2025" minor="1.1" eap="false" suffix="RC"/>
<company name="JetBrains s.r.o." url="https://www.jetbrains.com" copyrightStart="2010"/>
<build number="PC-__BUILD__" date="__BUILD_DATE__" majorReleaseDate="20250416"/>
<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>
<essential-plugin>intellij.pycharm.community.customization.shared</essential-plugin>
<!-- Required for PythonCore plugin -->
<essential-plugin>org.toml.lang</essential-plugin>
<essential-plugin>com.intellij.modules.json</essential-plugin>
</component>