mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[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:
committed by
intellij-monorepo-bot
parent
8e07ad9bc1
commit
f464b63279
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user