mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
...as a replacement for 'show-on-update' attribute in 'whatsnew' tag in ApplicationInfo.xml IntelliJ IDEA has been migrated to use the new property. GitOrigin-RevId: 13f502c36c30b971f028d732e3c67202cb11c11c
13 lines
714 B
XML
13 lines
714 B
XML
<component xmlns="http://jetbrains.org/intellij/schema/application-info">
|
|
<version major="2023" minor="3" eap="true"/>
|
|
<company name="JetBrains s.r.o." url="https://www.jetbrains.com"/>
|
|
<build number="IC-__BUILD__" date="__BUILD_DATE__"/> <!--majorReleaseDate="20170321"-->
|
|
<logo url="/idea_community_logo.png"/>
|
|
<icon svg="/idea-ce.svg" svg-small="/idea-ce_16.svg"/>
|
|
<icon-eap svg="/idea-ce-eap.svg" svg-small="/idea-ce-eap_16.svg"/>
|
|
<names product="IDEA" fullname="IntelliJ IDEA" edition="Community Edition" script="idea" motto="Capable and Ergonomic IDE for JVM"/>
|
|
|
|
<essential-plugin>com.intellij.java</essential-plugin>
|
|
<essential-plugin>com.intellij.java.ide</essential-plugin>
|
|
</component>
|