mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[project] deprecating the unused //about app. info element; dropping corresponding artwork
GitOrigin-RevId: eb3f4bbf56bb6d64ab52f6b528df6fb3b5b14ec4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dd69ab1be1
commit
3a2d0f5947
@@ -3,7 +3,6 @@
|
||||
<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"/>
|
||||
<about url="/idea_community_about.png" foreground="ffffff" copyrightForeground="ffffff" linkColor="095fdc" logoX="540" logoY="300" logoW="100" logoH="100"/>
|
||||
<icon ico="idea_CE.ico" 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"/>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
@@ -9,7 +9,14 @@
|
||||
<xs:element type="buildType" name="build"/>
|
||||
<xs:element type="logoType" name="logo"/>
|
||||
<xs:element type="logoType" name="logo-eap" minOccurs="0"/>
|
||||
<xs:element type="aboutType" name="about"/>
|
||||
<xs:element type="aboutType" name="about" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
Obsolete: the graphical "About" dialog is not used since 2020.1.
|
||||
</xs:documentation>
|
||||
<xs:documentation>deprecated</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element type="iconType" name="icon"/>
|
||||
<xs:element type="iconEapType" name="icon-eap" minOccurs="0"/>
|
||||
<xs:element type="licenseeType" name="licensee" minOccurs="0"/>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<version codename="Diana" major="8" minor="0M1" eap="true"/>
|
||||
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
|
||||
<logo url="/idea_logo.png"/>
|
||||
<about url="/idea_about.png"/>
|
||||
<names product="IDEA" fullname="IntelliJ IDEA"/>
|
||||
<update-urls check="https://www.jetbrains.com/updates/update.xml"
|
||||
download="https://www.jetbrains.com/idea/download/"/>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<company name="JetBrains s.r.o." url="https://www.jetbrains.com"/>
|
||||
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
|
||||
<logo url="/idea_community_logo.png"/>
|
||||
<about url="/idea_community_about.png"/>
|
||||
<icon ico="idea_CE.ico" svg="/idea-ce.svg" svg-small="/idea-ce_16.svg"/>
|
||||
<names product="IDEA" fullname="IntelliJ IDEA"/>
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
<company name="JetBrains s.r.o." url="https://www.jetbrains.com" copyrightStart="2010"/>
|
||||
<build number="PC-__BUILD__" date="__BUILD_DATE__"/>
|
||||
<logo url="/pycharm_core_logo.png"/>
|
||||
<about url="/pycharm_core_about.png" logoX="540" logoY="300" logoW="100" logoH="100" foreground="ffffff"
|
||||
copyrightForeground="ffffff" linkColor="589bf2"/>
|
||||
<icon ico="PyCharmCore.ico" 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"/>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user