mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
(cherry picked from commit bd01f3fa4321d5af6d2b7f388389141ce4f19a59) (cherry picked from commit43ebaf46a7) (cherry picked from commit8d56a45517) (cherry picked from commit59b4d1bc82)
14 lines
744 B
XML
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>
|