OPENIDE #257 Malformed xml in whatsNew plugin

This commit is contained in:
Nikita Iarychenko
2026-02-11 13:02:53 +04:00
parent aaddfa81c9
commit c750cd768f

View File

@@ -1,9 +1,8 @@
<idea-plugin visibility="public" package="com.intellij.platform.whatsNew">
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- -->
<!-- Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru). -->
<!-- Any modifications are available on the same license terms as the original source code. -->
<idea-plugin package="com.intellij.platform.whatsNew">
<idea-plugin visibility="public" package="com.intellij.platform.whatsNew">
<extensions defaultExtensionNs="com.intellij">
<postStartupActivity implementation="com.intellij.platform.whatsNew.WhatsNewShowOnStartCheckService" order="last"/>
<applicationService serviceImplementation="com.intellij.platform.whatsNew.WhatsNewInVisionContentProvider" />