mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
OPENIDE #257 Malformed xml in whatsNew plugin
(cherry picked from commit ddea8200df)
This commit is contained in:
@@ -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" open="true"/>
|
||||
|
||||
Reference in New Issue
Block a user