Files
openide/community-resources/resources/idea/IdeaApplicationInfo.xml
Nikita Iarychenko 1c6a01e0d4 OPENIDE #6 Custom branding
(cherry picked from commit bd01f3fa4321d5af6d2b7f388389141ce4f19a59)

(cherry picked from commit 43ebaf46a7)

(cherry picked from commit 8d56a45517)

(cherry picked from commit 59b4d1bc82)
2026-03-10 18:34:58 +04:00

14 lines
744 B
XML

<component xmlns="http://jetbrains.org/intellij/schema/application-info">
<version major="2026" minor="1" eap="true"/>
<company name="JetBrains s.r.o." url="https://www.jetbrains.com"/>
<build number="IC-__BUILD__" date="__BUILD_DATE__"/> <!--majorReleaseDate="20170321"-->
<logo url="/openide_logo.png"/>
<icon svg="/openide.svg" svg-small="/openide_16.svg"/>
<icon-eap svg="/openide-eap.svg" svg-small="/openide-eap_16.svg"/>
<names product="OpenIDE" fullname="OpenIDE" script="openide" motto="Capable and Ergonomic IDE for JVM"/>
<essential-plugin>com.intellij.java</essential-plugin>
<essential-plugin>com.intellij.java.ide</essential-plugin>
<essential-plugin>com.intellij.modules.json</essential-plugin>
</component>