[platform] cleanup: mark unused attributes from 'statistics' tag as deprecated in ApplicationInfo.xsd (IJPL-204)

...and remove their usages from IdeaApplicationInfo.xml.

GitOrigin-RevId: 4d0194d690c00d5b25353c8affda739102b99834
This commit is contained in:
Nikolay Chashnikov
2023-08-22 15:06:31 +02:00
committed by intellij-monorepo-bot
parent 8e07ad9bc1
commit f464b63279
2 changed files with 33 additions and 9 deletions

View File

@@ -17,9 +17,5 @@
<whatsnew show-on-update="true"/>
<statistics settings="https://www.jetbrains.com/idea/statistics/stat-assistant.xml"
service="https://www.jetbrains.com/idea/statistics/index.jsp"
fus-settings="https://www.jetbrains.com/idea/statistics/fus-assistant.xml"
event-log-settings="https://resources.jetbrains.com/storage/fus/config/v4/%s/%s.json"
/>
<statistics event-log-settings="https://resources.jetbrains.com/storage/fus/config/v4/%s/%s.json"/>
</component>

View File

@@ -447,10 +447,38 @@
<xs:attribute type="xs:string" name="depends"/>
</xs:complexType>
<xs:complexType name="statisticsType">
<xs:attribute type="xs:string" name="settings"/>
<xs:attribute type="xs:string" name="service"/>
<xs:attribute type="xs:string" name="service-key"/>
<xs:attribute type="xs:string" name="fus-settings"/>
<xs:attribute type="xs:string" name="settings">
<xs:annotation>
<xs:documentation>
Deprecated: is not used by the IDE.
</xs:documentation>
<xs:documentation>deprecated</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" name="service">
<xs:annotation>
<xs:documentation>
Deprecated: is not used by the IDE.
</xs:documentation>
<xs:documentation>deprecated</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" name="service-key">
<xs:annotation>
<xs:documentation>
Deprecated: is not used by the IDE.
</xs:documentation>
<xs:documentation>deprecated</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" name="fus-settings">
<xs:annotation>
<xs:documentation>
Deprecated: is not used by the IDE.
</xs:documentation>
<xs:documentation>deprecated</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" name="event-log-settings"/>
</xs:complexType>
<xs:complexType name="default-lafType">